html, body{
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
	font-family:Verdana;
	color:#434343;
	font-size:12px;
}

A{
	font-family:Verdana;
	color:#001c86;
	font-size:12px;
	text-decoration:none;
}

A:hover {
	font-family:Verdana;
	color:#6683b8;
	font-size:12px;
	text-decoration:none;		
}
	
.clear{
	clear:both;
	margin:0px;
	padding:0px;
}
	
.padding{
	padding:20px;
}

#container-top{
	width:1000px;
	height:360px;
	background:#ffffff;
	margin: auto; 
	text-align:left;
	border-bottom:4px solid #ebe3c0;
}
	#header{
		width:1000px;
		height:48px;
		margin:0px;
		padding:0px;
	}
		.header-left{
			float:left;
			width:500px;
		}
		
			.header-left h1{
				margin:0px;
				padding:16px 0 0 0;
				font-size:14px;
				color:#f8f8f8;
			}
			
		.header-right{
			float:right;
			width:500px;
			text-align:right;
			color:#ffffff;
		}
	     
		#top-menu-bg{
			width:960px;
			float:left;
			height:40px;
			background:url('top-menu-bg.jpg');
		}
		
		#top-menu{
			margin:10px 0 0px 20px;
		}
		
			#top-menu ul { margin: 0; padding: 0; }
			#top-menu li {float:left; list-style:none;margin:0px 25px 0 0;}
			#top-menu li a {
				display: block;
				font-family:Verdana;
				color:#f8f8f8;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;		
			}
			#top-menu li a:hover {
				display: block;
				font-family:Verdana;
				color:#dbdbdb;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;		
			}
			
			
#top-links{
	height:50px;
}
	#top-links a{
		font-weight:bold;
	}
	#top-links a:hover{
		font-weight:bold;
	}

#reviews-left{
	float:left;
	width:480px;
	color:#26282c;
	background:#e4e4e4;
}
	#reviews-left h2{
		color:#960000;
		font-size:18px;
		margin:0px;
		padding:0px;
	}
	
#reviews-right{
	float:left;
	width:480px;
	color:#26282c;
	background:#e9e5b3;
}

h2{
	margin:0px;
	padding:0px 0 5px 0;
	font-size:18px;
	font-weight:bold;
	color:#960000;
}

#container-bottom{
	width:1000px;
	background:#f8f8f8;
	margin: auto; 
	text-align:left;	
}
	.content-left{
		float:left;
		width:500px;
	}
		#review{
			width:490px;
			text-align:left;
		}
			.review-raw{
				height:35px;
				border-bottom:0px solid #d6d5d0;
				margin-bottom:9px;
			}
			
				#review .c1{
					float:left;
					margin:2px 0 0 7px;
					width:30px;
					text-align:left;
				}
				#review .c2{
					float:left;
					margin:2px;
					width:110px;
					text-align:left;
					font-weight:bold;
				}
				
				#review .c3{
					float:left;
					margin:2px;
					width:120px;
					text-align:left;
					color:#960000;
				}
				
				#review .c4{
					float:left;
					margin:2px;
					width:95px;
					text-align:left;
				}
				
				#review .c5{
					float:left;
					margin:2px;
					width:110px;
					text-align:left;
				}
				
				
	.content-right{
		float:left;
		width:500px;
	}

#footer{
	clear:both;
	text-align:center;
	height:40px;
}
