/* CSS Document */
body{
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #e8f8f8;
	width:auto;
}
a{
	text-decoration: none;
	color: #333333;
}
a:hover{
	text-decoration:blink;
	color: #FF6600;
}
#navigation a:hover{
	color: #FF6600;
}
#navigation a{
	color: #FFF;
}
#nav_bottom a,#nav_bottom a:visited{
	color: #666666;
}

#header {
	height:85px;
	background-image: url(../img/LOGO.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
#top {
	height: 26px;
	font-size: 12px;
	color: #FF6600;
	line-height: 20px;
	background-image:url(../img/topTitle.gif);
	background-repeat: repeat-x;
}
#container{
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.top_left{
	margin-top:5px;
	float: left;
}
.top_right{
	margin-top:5px;
	float: right;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
#block1 #navigation {
	height: 40px;
	background-image: url(../img/menu_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 0px;
}
#block1 #navigation ul {
	padding: 0px;
	margin: 0px;
}
#block1 #navigation li {
	float: left;
	width: 70px;
	color: #FFFFFF;
	font-size: 14px;
	margin-left:8px;
	/*font-size: 14px;
	margin-left:12px;*/
	line-height: 40px;
}
#block1 #navigation li span{
	color: #0082ef;
	font-size: 16px;
	line-height: 16px;
}
