/*
CSS Credit: www.glitters.com
*/

html {

	background: url(images/glitters_html_bg.jpg) repeat;

}

body {

	margin: 0;

	padding:0;

	font-family: "Times New Roman", Times, serif;

	font-size: 16px;

	line-height: 1.5em;

	color: #b48842;

	background: url(images/glitters_body_bg.jpg) repeat-x  center top;

	width: 100%;

	display: table;

}

a:active, a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
}


h1 {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	color: #c89d59;
	background-position: left;
	padding-top: 20px;
	text-align: left;

}

h2 {

	margin-top: 40px;

	font-size: 20px;

	font-weight: bold;

	text-decoration: underline;

	color: #c89d59;

}


#glitters_container {

	width: 806px;

	margin: auto;

}

.glitters_topmenu{
	margin: auto;
	width: 700px;

}


.glitters_topmenu ul {

	list-style: none;

	padding: 0px;

	margin: 0px;

}

.glitters_topmenu li{

	display: inline;

}

.glitters_topmenu li a{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #beb052;
	width: 93px;
	height: 30px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 14px;

}

.glitters_topmenu li a:hover, .glitters_topmenu li .current{
	color: #beb052;

}

#glitters_topsection {

	float: left;

	margin-top: 40px;

	width: 806px;

	height: 48px;

	color: #c1b25d;

	font-size: 24px;

	font-weight: bold;

	padding-top: 50px;

	line-height: 1.6em;

	text-align: center;

	background: url(images/glitters_title_bg.jpg) no-repeat;

}

#glitters_headersection {
	float: left;
	width: 806px;
	height: 172px;

}

#glitters_content_section {
	float: left;
	width: 750px;
	text-align: left;
	padding-left: 30px;

}
#glitters_content_section2 {
	float: left;
	width: 750px;
	text-align: left;
	padding-left: 20px;

}
#glitters_content_section img {
	float: none;
	padding-right: 10px;
	margin-right: 4px;
	margin-left: 4px;
	padding-left: 10px;
	padding-top: 5px;

}

#glitters_footer {
	float: right;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	padding-top: 35px;
	width: 800px;
	height: 50px;
	background: url(images/glitters_footer.jpg) no-repeat;
	background-position: top;

}
a:link {
	color: #b48842;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b48842;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

