body {
	background-color: #000000;
	background-image: url(../images/site/background.jpg); 
	background-repeat: repeat-y; 
	background-position: center top; 
	
}
h1{
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
}
a{
	text-decoration:none;
	color:white;
}
a:hover{
	text-decoration:none;
	color:#ffaa00;
}
#Container{		
	width: 1000px;
	margin: 0 auto;
}
	#title{
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-align:center;
		position:relative;
		top:10px;
	}
	#Header{
		width: 1000px;
		height: 160px;
		background: url(../images/site/banner.jpg)  center center no-repeat;
	}
	#Main{
		width: 1000px;
	}
		#Navigation{
			width: 1000px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: bold;
			color:white;
			line-height: 28px;
			text-align:center;
		}
		#Navigation li{
			display:inline;
			margin-left:19px;
			margin-right:19px;
		}
		#Navigation ul{
			margin:0px;
			padding:0px;
			border-bottom:1px solid;
		}
		#Content{
			padding-left: 20px;
			padding-right: 20px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color:white;
		}
	#Footer{
		float:left;
		height: 25px;
		text-decoration:none;
		color:#999999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		width: 1000px;
	}
.FloatRight{
	float: right;
	margin: 0 0 10px 10px;
}
.FormText{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.FormButton{
	font-size: 14px;
	font-weight: bold;
	background-color: #333333;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#menu{
	display:none;
	font-size:14px;
}
.comment{
	color:#ffaa00;
}
a img{
	border:none;
}
#ScrollContainer{
	background-color:#000000;
	width:444px;
	height:140px;
	overflow:hidden;
	float:left;
}
#Scroller{
	width:5000px;
}
#Scroller img{
	padding:5px;
	vertical-align:top;
}
.floatleft{
	float:left;
	margin-left:10px;
}
