body {
	margin: 0px 0px 25px;
	padding: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h3 {
	margin: 0px;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.required {
	font-weight: bold;
	color: #FF0000;
}
.quote {
	color: #b1eefc;
	font-size: 1.3em;
	background: url(../images/quote_top.gif) no-repeat left top;
	padding-left: 45px;
	padding-bottom: 10px;
}
.quote p {
	background: url(../images/quote_btm.gif) no-repeat right bottom;
	padding-right: 35px;
}
.list h3 {
	text-align:center;
}
.list ul {
	padding-left: 50px;
	list-style: square;
	line-height: 1.5;
}
.list a:link, .list a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.list a:hover, .list a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


a:link, a:visited { color: #999999; text-decoration: none; }
a:hover, a:active { color: #666666; text-decoration: underline; }

#wrapper {
	width: 967px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: url(../images/back_top.png) no-repeat bottom;
	padding-bottom: 35px;
	position: relative;
	height: 97px;
}
#logo {
	height: 97px;
	width: 334px;
}

#top_nav  { color: #999999; text-decoration: none; float: right; position: absolute; bottom: 35px; right: 230px; }
#who_is { position: absolute; right: 65px; bottom: 23px; font-weight: bold; }


#container {
	background: url(../images/back_mid.png) repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	width: 907px;
	position: relative;
	padding-bottom: 10px;
}
#ltcol {
	float: left;
	width: 593px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#rtcol {
	float: left;
	width: 285px;
	padding-left: 10px;
	color: #FFFFFF;
}

#footer {
	background: url(../images/back_btm.png) no-repeat top;
	height: 32px;
}
#btm_nav {
	color: #999999;
	padding-left: 20px;
	float: left;
	width: 577px;
	font-size: 0.7em;
}
#copyright {
	float: left;
	width: 350px;
	padding-right: 20px;
	text-align: right;
	color: #999999;
	font-size: 0.7em;
}
#copyright a:link, #copyright a:visited {
	color: #068AB0;
	text-decoration: none;
}
#copyright a:hover, #copyright a:visited {
	text-decoration: underline;
}

a#audio_btn {
	color: #000000;
	font-size: 18px;
	display: block;
	background: url(../images/yellow_btn.png) no-repeat;
	height: 26px;
	width: 178px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
a#signup_btn {
	color: #000000;
	font-size: 18px;
	display: block;
	background: url(../images/blu_btn.png) no-repeat;
	height: 26px;
	width: 178px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.white_box {
	background: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #025f81;
	padding: 10px;
	padding-bottom:0px;
	margin-bottom: 10px;
	position: relative;
}
.white_box p {
	color: #707070;
	margin-top: 0px;
	padding-top: 0px;
}
.white_box h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.white_box a {color:#006699;}
.pageheader {
	border-bottom: 1px solid #068AB0;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.blue_box {
	float: left;
	background: #b1eefc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #025f81;
	margin-top: 10px;
	/*padding: 10px;*/
	color: #068ab0;
	/*width: 573px;*/
	width: 593px;
}
.text {
	float: left;
	width: 353px;
	padding-right: 10px;
}

.player {
	float: left;
	width: 200px;
	padding-top: 10px;
}
.book_cover {
	float: left;
	width: 350px;
}
.book_summary {
	float: left;
	width: 525px;
	padding-left: 10px;
}
.book_summary  h1 {
	border-bottom: 1px solid #068AB0;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.book_summary h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.book_summary  p {
	color: #707070;
	line-height: 1.5;
	margin-top: 0px;
	padding-top: 0px;
}

.book_details {
	width: 525px;
}
.book_details th {
	color: #068AB0;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.book_details  td {
	padding-right: 5px;
	padding-bottom: 5px;
}
.book_preview_box {
	background: #068AB0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #025f81;
	margin-top: 10px;
	padding: 10px;
	color: #FFFFFF;
	width: 502px;
	font-weight: bold;
}
.article_header {
	border-bottom: 1px solid #068AB0;
	margin-bottom: 10px;
}
.article_header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.article_header span {
	color: #068AB0;
}
.article_body p {
	line-height: 1.5;
	color: #707070;
}
.invalid {
	background: #FFD7D7;
	border: 1px solid #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.valid {
	background: #B3DFB9;
	border: 1px solid #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	font-weight: bold;
}
#questions a:link, #questions a:visited {
	color: #068AB0;
	text-decoration: none;
}
#questions a:hover, #questions a:active {
	color: #068AB0;
	text-decoration: underline;
}#addthis {
	position: absolute;
	bottom: 0px;
	right: 30px;
}
/*Homepage*/
h1#home-header {
	font-size:20px;
	color:#068AB0;
	margin: 0px;
	padding: 0px;
}
ul#home-list {
	font-family:"Courier New", Courier, monospace;
	color:#999999;
	font-size:16px;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#home-list li {
	display:block;
	padding: 5px 0px 10px 40px;
}
ul#home-list li#home {
	background: url(../images/home.gif) no-repeat left top;
}
ul#home-list li#car{
	background: url(../images/car.gif) no-repeat left top;
}
ul#home-list li#comp {
	background: url(../images/comp.gif) no-repeat left top;
}
ul#home-list li#go {
	background: url(../images/go.gif) no-repeat left top;
}
#book {
	position: absolute;
	right: 25px;
	bottom: 5px;
	text-align:center;
}
#addthishome {
	bottom: 0px;
	left: 30px;
	float: left;
	margin-top: 10px;
}

