@charset "UTF-8";
/* CSS Document */
/* Written by: Kollan House*/
/* Refrence Colors */
/* Font #000000 Times */
/* Border #000000 */
/* Background #717273 */

.contain {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	width:900px;
	height: auto;
	border:#333333 thin solid;
}
.hidden {
	display:none;
}

#header {
	width:100%;
	height:211px;
	background:url(template_images/logo.jpg) no-repeat top left;
	
}
#nav {
	width:100%;
	height:62px;
	background: url(template_images/nav.jpg) top left no-repeat;
	
}
#hover {
	width:auto;
	padding:10px;
}
#box {
	width:100%;
	height:auto;
}

#body {
	width:900px;
	height:auto;
	min-height:600px;
	margin: 0 0 0px 0;
	background: #FFFFFF;
}

#footer {
	width:100%;
	height:91px;
	text-align:center;
	background: #FFFFFF;
}

.left{
	width:70%;
	min-height:900px;
}

.leftmain {
	padding: 0 30px 0 30px;
	float:left;
	width:30%;
	height:100%;
	min-height:600px; 
	
}

/* List, Links, and Font Behaviors */

ul {
	display:inline;
	list-style-type:none;
}

li {
	float:left;
	display:block;
	width:auto;
	padding: 0 15px 0 15px;
}

a {
	text-decoration:none;
	font-variant:small-caps;
	color:#000000;
	font-size:13px;
}

a:hover {
	text-decoration:underline;
	font-variant:small-caps;
	font-size:13px;
}

body {
	color:#000000;
	font-size: 100%;
	line-height: 23px;
	background:#717273;
}
p {
	padding:10px 30px 0 30px;
	line-height: 1.5em;
}

form {
	padding:10px 30px 0 30px;
	line-height:28px;
}
h1, h2, h3 {
	padding: 0 40px 0 10px;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
}
