/* CSS Document */
* { margin:0; padding:0; word-break:break-all; }
body { background:#FFF; color:#333; font:14px/1.8em Verdana,Helvetica,Arial,sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color:#333; text-decoration:none; }
	a:hover { text-decoration:underline; }
ul, li { list-style:none; }
fieldset, img { border:none; }
legend { display:none; }
em, strong, cite, th { font-style:normal; font-weight:400; }
input, textarea, select, button { font:12px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html { overflow:-moz-scrollbars-vertical; }
.clear{ clear:both;}
#container{
	width:994px; overflow:hidden; margin:0 auto 10px;
}

#header{
width:994px;
height:250px;
}
#header ul{
margin:0;
padding:0;
width:992px;
}


#header ul#header_bot{
text-align:center;
height:209px;
}

#header ul#nav{
color:#ffff00;
font-weight:bold;
border:#BE0000 1px solid;
}
#header ul#nav li{
height:35px;
margin:0;
padding:0;
float:left;
background:url(../images/li.gif) repeat-x;
text-align:center;
line-height:35px;
}
#header ul#nav li.first{
width:80px;
}
#header ul#nav li#welcome{
width:85px;
}
#header ul#nav li#last{
width:347px;
}

a:link{
	color:#333333;
	font-size:14px;
	
	text-decoration:none;
	
}
a:visited{
	color:#333333;
	font-size:14px;
	
	text-decoration:none;
	
}
a:hover{
	color:#FF0000;
	text-decoration:none;
}




#nav a:link{
color:#ffffff;
	font-size:14px;
	
	text-decoration:none;
	
	display:block;
}
#nav a:visited{
color:#ffffff;
	font-size:14px;
	
	text-decoration:none;
	
	display:block;
}
#nav a:hover{
color:#FFff00;
	text-decoration:none;
	display:block;
}
