body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: url(../images/bg.gif) repeat;	
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative; 
}

.header {
	background: #D1D3D4;
	width:100%;
	height: 85px;
	margin: 0 0 60px 0;
	
}

#topMenu { height: 50px; list-style: none; position: absolute; left: 240px; top: 32px;}
#topMenu li { line-height: 50px; float: left; padding: 0 15px; font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif;}
#topMenu li a { color: white; text-decoration: none;}
#topMenu li a:hover { color: #E71A06; }
#topMenu li:hover { border-bottom: 3px solid #E71A06; }

.slider_set { background: url(../images/bg.png) repeat; width: 930px; height: 310px; padding: 15px;}
.slider { border: 5px solid #F9F6F5; width:920px; height: 300px; padding: 0; margin: 0 auto; background: transparent;}
.spacer { background: url(../images/bg.png) repeat; height: 10px; width: 100%; margin: 10px 0; }
.content {
	padding: 25px 0;
	margin: 0 0 80px 0;
}

.content table { border: 1px solid #D1D3D4; margin: 0 0 15px 0; }
.content table tr:nth-child(even) { background: #D9D9D9; color: black;}

.img { border: 1px solid #D1D3D4;}

.footer {
	padding: 10px 0;
	background: #D1D3D4;
	position: fixed;
	width:100%;
	bottom:0;
	height: 40px;
	font-size: 11px;
}


.footer .left { float: left; width: 360px; color: #333;}
.footer .right { float: right; width: 250px; }
.footer .right ul { list-style: none; }
.footer .right ul li { float: left; padding: 0 10px;}
