@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
}
body{
	background-color: #000000;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996633;
	font-size: 22px;
}
h2{}
h3{
	padding-left: 20px;
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	font-weight: bold;
	color: #996633;
}
#wrapper{
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#box{
	position:relative;
	width:690px;
	top: 59px;
	left: 12px;
	z-index: 22;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	height: 215px;
	background-color: #66CCFF;
}

#header{
	width: 810px;
	height: 164px;
	background-color: #CCCCCC;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
/*/TOP NAVBAND/*/
#navband-t{
	height: 35px;
	width: 810px;
	background-color: #FF3333;
	float: left;
	display: block;
	background-color: #990000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}





/*/START CONTENT/*/
#content{
	width: 810px;
	background-color: #000000;
	float: left;
}
#top-panel{
	position:relative;
	background-image: url(../images/footer-links.jpg);
	width: 780px;
	background-repeat: no-repeat;
	z-index: 2;
	float: left;
	background-color: #0C0C0C;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
strong.smallheading{
	font-size: 10px;
	color: #00CC33;
	display: block;
}
.panel-divs{
	position:relative;
	width:540px;
	clear: left;
	z-index: 5;
	background-repeat: no-repeat;
	padding-top: 20px;
	background-color: #000000;
	padding-left: 10px;
}
.copy-panel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 25px;
	display: block;
	width: 250px;
	float: left;
	height: 90px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.copy-panel2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-right: 200px;
	clear: both;
}
.header-p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	width: 515px;
	margin-top: 10px;


}
.review-panels{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 515px;


}
.image-border{
	float: left;
	height: 170px;
	width: 170px;
	margin-right: 7px;
	border: thin solid #FFFFFF;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-bottom: 3px;
}

/*/END CONTENT/*/

/*/START SIDE BAR CONENT/*/
#sidebar{
	width: 258px;
	height: 700px;
	background-color: #000000;
	float: right;
}
.bar-01{
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.bar-top{
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border: thin solid #FF0000;
}
.bar-02{
	height: 40px;
	border: thin solid #FF0000;
	color: #FF9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	width: 216px;
	padding: 20px;
}
/*/END SIDE BAR CONENT/*/

/*/BOTTOM NAVBAND/*/
#navband-b{
	height: 35px;
	width: 810px;
	background-color: #FF3333;
	float: left;
	display: block;
	background-color: #990000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.nav-copy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9933;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	line-height: 30px;
	z-index: 90;
	font-variant: small-caps;
}
#footer{
	height: 100px;
	width: 810px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/footer-links.jpg);
}
.spacer{height:50px; width:500px;}

