body {
	margin:0px;
	background:#ADADAD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#container {
	width:790px;
	height:auto;
	overflow:auto;
	margin:0px auto;
	background:#FFF;
	}

#banner {
	width:790px;
	height:418px;
	margin-bottom:2px;
	}
	
	#news {
		width:210px;
		height:80px;
		float:left;
		padding:10px;
		padding-right:20px;
		font-size:10px;
		}
		
		#news ul {
			list-style:none;
			padding:0px;
			margin:0px;
			margin-bottom:5px;
			}
		#news li {
			margin:3px 0px;
			}
		#news a {
			text-decoration:none;
			color:#000;
			}
	
	#images {
		width:531px;
		height:100px;
		float:right;
		overflow:hidden;
		}
		
		#images a {
			float:right;
			margin-left:2px;
			}

#header {
	width:773px;
	height:100px;
	margin-right:9px;
	margin-left:8px;
	}

#content {	
	width:774px;
	height:auto;
	overflow:auto;
	margin-right:9px;
	margin-left:8px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
	#left {
		width:570px;
		height:auto;
		overflow:auto;
		min-height:300px;
		padding:10px;
		background:url(../images/content.jpg) no-repeat top;
		float:left;
		}
		
		#left h1 {
			margin:0px;
			padding:0px;
			font-size:13px;
			font-weight:normal;
			display:block;
			background:url(../images/title.jpg) bottom repeat-x;
			padding-left:10px;
			}
		
		#left p {
			font-size:11px;
			}
	
	#right {
		width:175px;
		height:auto;
		overflow:hidden;
		float:right;
		}
		
		#right img {
			margin-bottom:20px;}

#footer {
	width:773px;
	height:20px;
	margin-right:9px;
	margin-left:8px;
	padding:28px 0px;
	background:url(../images/footer.jpg) repeat-x top;
	}
	
	#footer img {
		float:left;
		}
	
	#footer span {
		float:right;
		margin-right:230px;
		display:block;
		height:20px;
		line-height:20px;
		font-size:10px;
		color:#999;
		}
