body{
background:#FFFFFF;
padding:0px;
margin:0px;
font-family:arial;
font-size:12px;
color:white;
background:black;
}

a{
text-decoration:none;
color:inherit;
font-size:inherit;
color:black;
}

a img{
border:none;
}

div#topPart{
width:980px;
height:82px;
margin:0px auto 0px auto;
background-image:url('img/toppartbg.png');
background-repeat:no-repeat;
}

img#logo{
margin-top:18px;
margin-left:65px;
float:left;
}

ul.topnav {
	list-style: none;
	padding: 0px;
	margin-top:28px;
	float: right;
	font-weight:bold;
	font-size:13px;

}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 18px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}



ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 200px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 200px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 175px;
	background: #333 url(img/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	padding-top:5px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(img/dropdown_linkbg.gif) no-repeat 10px center;
}



div#header{
width:980px;
height:213px;
background:none;
margin:auto;
border-bottom:4px solid white;
position:static;
z-index:0;
}

div#box{
width:980px;
margin:auto;
}

div#left{
width:605px;
float:left;
overflow:hidden;
}

div#content{
width:572px;
padding:25px 8px 35px 50px;
}

p.base{
font-size:11px;
color:#636363;
margin:0px;
}

h1{
width:545px;
height:25px;
border-bottom:1px solid #a2a3a4;
font-weight:bold;
font-size:16px;
color:white;
font-family:verdana;
}

span.text{
display:block;
width:542px;
font-size:11px;
color:white;
line-height:17px;
font-family:verdana!important;
}

a.more{
float:right;
margin:17px 17px 0px 0px;
}

div#news{
width:555px;
height:180px;
background-image:url('img/newsbg.jpg');
padding-left:50px;
background-repeat:no-repeat;
background-position:left center;
}

div#news h1{
width:535px;
height:25px;
border-bottom:1px solid black;
font-weight:bold;
font-size:16px;
color:black;
margin-top:0px;
padding-left:10px;
padding-top:10px;
}

div.news_unit{
width:502px;
height:210px;
color:black;
font-size:11px;
color:black;
line-height:17px;
float:left;
margin-right:15px;
}

div.news_unit img{
margin:0px 13px 13px 0px;
}

span.text img{
margin:0px 13px 13px 0px;
}

a.more2{
float:right;
margin:17px 0px 0px 0px;
}

div#right{
width:282px;
float:right;
overflow:hidden;
padding-right:50px;
padding-top:22px;
}

div#newsletter{
position:relative;
margin-top:312px;
}

div#newsletter h1{
width:270px;
height:25px;
padding-left:12px;
border-bottom:1px solid #a2a3a4;
font-weight:bold;
font-size:16px;
color:white;
margin-top:-25px;
}

p#form{
padding:0px 10px 0px 10px;
font-size:11px;
}

p#form input{
width:188px;
height:18px;
border:1px solid #bababa;
margin:2px;
}

div#footer{
clear:both;
overflow:hidden;
width:870px;
color:white;
font-size:11px;
padding:5px 60px 20px 50px;
}

div#footer p.menu{
float:left;
}

div#footer p.copy{
float:right;
}

div#gallery{
position:absolute;
}

div#gallery img{
margin-left:-20px;
margin-top:-48px;
z-index:2;
}

