/* CSS Template by Aaron Arnett */

html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body {
	background-color:#036;
	background-image: url(../images/background.jpg);	
}

body a {
	color:#036;
	text-decoration: underline;
}

body a:hover {
	color:#036;
	text-decoration: none;
}

#container {
	text-align:left;
	margin:0 auto;
	padding:5px 15px;
	width:706px;
	height:auto;
	* height:100%;
	background:url(../images/body_background.gif) repeat-y;
	font:11px Arial,Helvetica,sans-serif;
	color:#000;
}

#banner {
	align:center;
	margin:5px;
	width:657px;
	height:88px;
	padding:5px 0 0 5px;
}

#content {
	width:676px;
}

#main {
	width:657px;
	min-height:auto;
	float:left;
	padding:10px;
}

/* table light */

#light {
	width: 100%;
	clear: both;
}

#listing, #info {
	background-color: #f0f0f0;
	float: left;
	text-align: center;
	padding:5px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

#listing {
	width: 80%;
	text-align: left;
}

#info {
	width: 15%;
}

/* table dark */

#dark {
	width: 100%;
	clear: both;
}

#listing2, #info2 {
	background-color: #dbdbdb;
	float: left;
	text-align: center;
	padding:5px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

#listing2 {
	width: 80%;
	text-align: left;
}

#info2 {
	width: 15%;
}

/* table light3 */

#light3 {
	width: 100%;
	clear: both;
}

#listing3, #info3, #type3 {
	background-color: #f0f0f0;
	float: left;
	text-align: center;
	padding:5px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

#listing3 {
	width: 23%;
	text-align: center;
}

#info3 {
	width: 35%;
}

#type3 {
	width: 35%;
}

/* table dark4 */

#dark4 {
	width: 100%;
	clear: both;
}

#listing4, #info4, #type4 {
	background-color: #dbdbdb;
	float: left;
	text-align: center;
	padding:5px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

#listing4 {
	width: 23%;
	text-align: center;
}

#info4 {
	width: 35%;
}

#type4 {
	width: 35%;
}

#box {
	width:126px;
	height:auto;
	padding:0 10px;
	border:1px dotted #FC6;
}

#navBar {
	list-style:none;
	margin:0px 0;
	padding:0;
	indent:0px
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:600px;
	display:block;
	color:#333;
	border-bottom:1px #ccc;
}

#navBar a:hover {
	background:#ccc;
	color:#000;
}

#noLine a {
	border-bottom:0;
}

h1 {
	font-size:12px;
	margin:0;
	color:#666;
}

h2 {
	font-size:12px;
	margin:0 0 0 5px;
	color:#666;
}

h3 {
	font-size:16px;
	margin:0;
	color:#666;
}

h4 {
	font-size:14px;
	margin:0;
	color:#666;
}

h5 {
	font-size:10px;
	margin::0;
	color:#666;
}

.comments {
	display:block;
	width:657px;
	text-align:right;
	font-size:10px;
	margin:0;
	font-weight:normal;
	color:#999;
	padding:10px 0 0px;
	border-top:1px dotted #ccc;
}

#clear {
	clear:both;
}

p {
	line-height:1.5em;
}

#footer {
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	font:10px Arial,Helvetica,sans-serif;
	color:#fff;
}

#footer a {
	color:#f90;
	text-decoration:none;
}

#footer a:hover {
	color:#f90;
	text-decoration:underline;
}

#bottom {
	margin:0 auto;
	height:10px;
	width:736px;
	background:url(../images/body_background_bottom.gif) no-repeat;
}

#indent {
	indent:10px;
}

ul {
	
}