/* This CSS design was created by Verge Productions (vergeproductions.net) and may not be reproduced without the expressed, written consent of Tony E. Johnson or Verge Productions */

/* basic html attributes ------------------------------------------------------------------- */

body {
	padding: 0em 0em 0em 0em;
	margin: .5em 0em 0em 0em;
	height: 100%;
	font-size: 62.5%;
	text-align: left;
	background-color: #fff;
}

a {  
	font-weight: bold;
	text-decoration: none;
	color: #a19b80;
	}
a:hover { 
	text-decoration: none;
	color: #887f4d;
	}	

p, ul, blockquote {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em; 
	color: #000;
	}
	
/* main divs ------------------------------------------------------------------------------- */
	
#wrap	{
	padding: 0em 0em 0em 0em;	
	width: 80em; 
	height: 70%;
	margin: 1em auto; 
	background: #fff; 
	text-align: left;
	border: solid #000 1px;
}

#header	{
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	float: left;
	height: 8.5em;
	width: 80em;
	background-color: #beb689;
	text-align: left;
}

.logo	{
	padding: 0em 0em 0em 2em;
}

.tagline	{
	font-family: arial, verdana, helvetica, sans-serif;
	padding: .5em 0em 0em 3em;
	font-size: 2.4em;
	line-height: 2.8em; 
	color: #FFF;
}

#content	{
	margin:  2em 2em 2em 2em;
	float: left;
	width: 70em;
	height: 100%;
}

#footer	{
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	float: left;
	height: 2.5em;
	width: 80em;
	background-color: #beb689;
	text-align: left;
}

