html, body, #wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #000;
	font-family: Verdana, Arial, Times;
	font-size: 14px;
	color: #fff;
	line-height: 2.0em;
}

html>body, html>body #wrapper {
	height: auto;
}

#wrapper {
	position: absolute; 
	top: 0;
	left: 0;
	background:#000;
}

#header {
	z-index: 500;
	position: relative;
	width: 100%;
	height: 170px;
	background: #000;
}

#headcontent {
	height:150px; 
	background:#000; 
	margin-left:250px; 
	position:relative; 
	padding:10px;
}

#menu {
	width:200px; 
	float:left;
	background:#000;
}

#content {
	margin-left:320px;
	padding:10px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 78px;
	background:#000;
	color: #fff;
	overflow:hidden;
}

#footerContent {padding: 10px; margin-left: 320px;}
#footerContent h5 {margin: 0; padding: 5px 0;}
#footerContent p {padding: 5px 0; margin: 0;}


#wrapper2 {
	margin: 0;
	padding: 0;
}

* html #footer {
	position: absolute;
}
* html #wrapper2 {
	padding-bottom: 100px;
}

.line {
	margin: 50px 0 0 250px;
}

.standout {
	font-weight: bold;
	font-size: 15px;
}

.standout2 {
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
}

a:link {text-decoration: underline; font-weight: bold; color: #8b8b8b;}
a:visited {text-decoration: underline; font-weight: bold; color: #8b8b8b;}
a:hover {text-decoration: none; font-weight: bold; color: #75452c;}

img {
	border: none;
	padding: 5px;
}

.small {
	font-size: 10px;
}

h1 {
	font-size: 18px;
}
