/* ------------------------ 
		LAYOUT 
--------------------------- */

body {background: #000000; text-align: center; margin: 0px; padding: 0px;}
* {margin:0; padding:0;}
.clear {clear:both;}

#header {background: url(rotator.php) no-repeat top left; width:820px; height:140px; margin:auto; margin-top:10px;}

#nav {margin:auto; border-right:10px solid #fff; border-left:10px solid #fff; border-bottom:10px solid #fff; background:#111; width:800px; text-align:center;margin-bottom:10px;}
#nav-l {float:left; width:100px; text-align:left;}
#nav-r {float:right; width:600px; text-align:right;}

#content {margin:auto; border:10px solid #fff; background:#111; width:800px; text-align:center; margin-bottom:10px;}
#col1 {float:left; width:400px; background:#444; border-right:10px solid #fff;}
#col2 {
	float:right;
	width:390px;
	padding-top:20px;
}
#subcontent {margin:auto; width:820px; text-align:center; margin-bottom:10px; border-top:10px solid #fff; }
#subcol1 {float:left; width:200px; border-bottom:10px solid #fff; border-left:10px solid #fff; text-align:left; background:#111;}
#subcol2 {
	float:right;
	width:590px;
	border-right:10px solid #fff;
	padding-top:20px;
	border-left:10px solid #fff;
	border-bottom:10px solid #fff;
	background:#111;
	text-align:center;
}

#footer {margin:auto; height:75px; width:820px; padding-top:30px; background:url(images/bg-footer.jpg) no-repeat; margin-bottom:20px;}

/* ------------------------ 
		STYLE
--------------------------- */
body {
	color:#fff;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
}
p {padding-bottom:20px; line-height:17px;}
a {color:#fff; text-decoration:underline;}
a:hover {text-decoration:none; color:#777;}

#col2 a {color:#fff; padding:5px; text-decoration:none; border:1px solid #222;}
#col2 a:hover {text-decoration:none; background:#222; border:1px solid #333;}

h1 {font-size:36px; font-weight:normal; padding-bottom:15px;}
h2 {font-size:24px; padding-bottom:10px; padding-top:10px; border-bottom:1px solid #222; margin-top:10px; border-top:1px solid #222; margin-bottom:10px; font-weight:normal;}
h3 {font-size:20px; padding-bottom:15px; font-weight:normal;}
h4 {font-size:16px; padding-bottom:15px; font-weight:normal;}

#nav {font-size:14px;}
#nav-r ul {padding:10px 0;}
#nav-r ul li {display: inline; list-style-type: none;}
#nav-r ul li a {padding:10px; color:#fff; text-decoration:none; border:0px;}
#nav-r ul li a:hover {text-decoration:none; background:#222;}

#nav-l {font-size:14px;}
#nav-l ul {padding:10px 0;}
#nav-l ul li {display: inline; list-style-type: none;}
#nav-l ul li a {padding:10px; color:#fff; text-decoration:none; border:0px;}
#nav-l ul li a:hover {text-decoration:none; background:#333;}

#subcol1 {font-size:14px;}
#subcol1 ul {}
#subcol1 ul li {list-style-type: none;}
#subcol1 ul li a {padding:10px; color:#fff; text-decoration:none; border:0px; display:block; width:180px;}
#subcol1 ul li a:hover {text-decoration:none; background:#222;}

#subcol2 img {border:3px solid #fff;}

#subcol2 table {background:#222; margin-bottom:20px;}
#subcol2 td {background:#111; padding:5px; vertical-align:top; text-align:left;}
#subcol2 .input {width:290px; padding:2px; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;}
#subcol2 .button {font-family:Georgia, "Times New Roman", Times, serif; width:100px; padding:3px; font-size:14px;}
reviewbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	text-indent: 20px;
	margin: 15px;
	padding: 15px;
}
