html, body {
	margin: 0;
	padding: 0;
	background: #1A1A1A;
	background-image: url(/images/x);
	color: #fff;
	font-family: verdana, ariel, helvetica, sans-serif;
	font-size: 13px;
	}


img {
	border: 0;
	}

/* no print */

.printonly {
	display: none;
	}


/* LINKS LINKS LINKS */

a {
	background-color: transparent;
	color: white;
	text-decoration: underline;
	}

a:hover {
	background-color: black;
	color: #fff;
	text-decoration: underline;
	}

a.white {
	background-color: transparent;
	color: white;
	text-decoration: none;
	}

/* STRUCTURE */

.background {
	position: absolute;
	width: 801px;
	margin-left: 40px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
	}

.ads {
	position: absolute;
	top: 410px;
	left: 650px;
	width: 150px;
	}

.content_home_page {
	position: absolute;
	width: 801px;
	background: #484848;
	left: 40px;
	top: 340px;
	font-size: 12px;
	line-height: 18px;
	color: black;
	}

.padding {
	margin: 20px 300px 10px 30px;
	}

.content {
	position: absolute;
	width: 801px;
	background: #484848;
	left: 40px;
	top: 340px;
	font-size: 12px;
	line-height: 18px;
	color: black;
	}


.padding {
	padding: 10px;
	}


.column_two {
	position: absolute;
	top: 15px;
	margin-left: 500px;
	width: 190px;
	}

.book {
	position: absolute;
	top: 30px;
	left: 98px;
	}


.page_title {
	position: absolute;
	top: 100px;
	left: 88px;
	}

.name {
	position: absolute;
	top: 110px;
	left: 316px;
	}


.photo {
	position: absolute;
	top: 297px;
	left: 98px;
	}

.photo_2 {
	position: absolute;
	top: 187px;
	left: 98px;
	}


.top_quote {
	position: absolute;
	top: 50px;
	left: 360px;
	width: 480px;
	font-size: 120%;
	line-height: 160%;
	font-weight: 50%;
	color: #212022;
	background-color: transparent;
	}

.white {
	width: 120px;
	height: 10px;
	color: #fff;
	background: transparent;
	} /* white divider for testimonials */

#header {
	background-color: #fff;
	color: #006;
	border: 0;
	margin-bottom: 0px;
	} /* Not used */
	
.footer {
	background-color: transparent;
	color: #006;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	margin: 40px 0px 0px 0px;
	}

.spacer {
	clear: both;
	} /* not used but this clears floats */



/* MENU  on the TOP */


#menu {
	position: absolute;
	width: 800px;
	top: 38px;
	left: 80px; 
	list-style: none outside;
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: grey;
	border: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
	text-align=center;
	}

#menu a {
	text-decoration: none;
	color: white;
	background-color: transparent;
	}

#menu a:hover {
	text-decoration: none;
	color: #666562;
	background-color: #AFB1AE;
	}	


#menu_2 {
	position: absolute;
	width: 530px;
	top: 130px;
	left: 360px;
	list-style: none outside;
	padding: 0;
	margin: 0;
	background-color: #e7e7e7;
	color: gray;
	border: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 150%;
	}

#menu_2 a {
	text-decoration: none;
	color: black;
	background-color: transparent;
	}

#menu_2 a:hover {
	text-decoration: none;
	color: #666562;
	background-color: #AFB1AE;
	}	




.here a {
	background: #254684;
	color: #fff;
	}


/****  PHOTOS ON TOP ****/


.top_photo {
	position: absolute;
	width: 600px;
	top: 0px;
	left: 120px;
	}

/**** TEXT STYLES ****/

h1 {
	color: #bbbbbb;
	background: transparent;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	padding-top: 0.6em;
	padding-bottom: 0.1em;
	margin: 0;
	letter-spacing: 2px
	}

h2 {
	color: #928F90;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 1.5em;	
	margin: 0;
	}

h2 a {
	color: #928F90;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	}

h2 a:hover {
	color: #fff;
	background: #247A76;
	}	


h3 {
	color: #cecece;
	background: transparent;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 1.5em;	
	margin: 0;
	}


h4 {
	color: #fff;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 1.5em;
	margin: 0;
	}

h5 {
	font-size: 10px;
	line-height: 1.4em;	
	margin: 0;
	}

h6 {
	font-size: 14px;
	color: #254684;
	background: transparent;
	letter-spacing: .5em;
	}

p	{
	color: white;
	background: transparent;
	line-height: 1.6em;
	font-size: 13px;
	}

ul, li {
	color: #424259;
	background: transparent;
	line-height: 1.4em;
	padding-bottom: .5em;
	}

.small {
	font-size: 9px;
	line-height: 9px;
	margin: 0;
	padding: 0;
	}

.tagline {
	font-size: 9px;
	line-height: 9px;
	margin: 0;
	padding-top: 5px;
	padding: 0;
	}

/* Blog Styles */


.date {
	color: #C9C8C7;
	background: transparent;
	font-size: 8px;
	font-weight: normal;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top:10px
	}

.title {
	margin: 0;
	padding: 0;
	}

.DateHeader {
	color: #6480B5;
	background: transparent;
	font-size: 9px;
	}

.PostTitle {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 15px 0px 0px 0px;
	}

.posted {
	color: grey;
	font-size: 9px;
	}


.posted a {
	font-size: 9px;
	}

.posted a:hover {
	font-size: 9px;
	}

/* FORM STYLES */

textarea {
	background: #EAEBEA;
	color: black;
	}
