@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}

img {border: 0;}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background:none;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 100%;
	height: 75px;
	margin-bottom: 0px;
}

#left {
	position: relative;
	float: left;
	width: 150px;
	padding-top: 135px;
}

#content {
	position: relative;
	float: left;
	width: 650px;
	background: white;
	padding-bottom: 10px;
	margin: 0 10px;
}

#right {
	position: relative;
	width: 150px;
	margin: 20px 0 0 140px;
	clear: both;
}

#right p {
	color: #999;
	font-size: 90%;	
}


h1 {
	background: none;
	height: auto;
	width: 400px;
	text-indent: 0px;
	margin: 0px auto;

}

h2 {
	background: none;
	height: auto;
	width: 400px;
	text-indent: 0px;
	margin: 0px auto;
	font-weight:normal;
	font-size: 12px;
}

h3 { 
	background: none;
	text-indent: 0px;
	margin: 0px 0 10px 0px;
	padding: 10px 0 0 0px;
	color: #877771;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
}



#content p {
	color: black;
	text-align: justify;
	margin: 0 0px 10px 0px;
}

img.banner {margin-bottom: 20px;}

#right img {display: none;}

img.img_right {float: right; margin: 5px 0px 5px 15px;}
img.img_left {float: left; margin: 5px 15px 5px 0px;}


#content a {
	color: #688FED;
	text-decoration: none;
}

#content a:hover {
	color: #688FED;
	text-decoration: underline;
}


#content p.right {text-align: right; margin-top: -5px; color: #4d4a5f}

hr {
	margin: 5px 60px;
}


/************* Nav Styles*****************/
#nav {
	display: none;
	
}
/************* Nav Styles*****************/


div.brown {
	background: none;
	color: black;
	padding: 0px;
	margin: 2px 0 10px 0;
}

#right div.brown p {
	font-size: 90%;}


#content #comments p {
	background: url(images/hr.png) no-repeat bottom center;
	padding-bottom: 30px;
	text-align: center;
}


#google {
	margin-left: 60px;
	display: none;
}


/**************Footer*****************/

#footer {
	position: absolute;
	bottom: -10px;
	left: 0px;
	}

#content #footer p {
	color: #877771;
	font-size: 0.75em;
	text-align: left;
	margin: 0px;
}
