@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(/images/yellopaper_780.jpg);
	background-repeat:repeat-y;
	margin: 0 auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#navcontainer {
	text-align: center;
	
	
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #000;
	color: White;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 0;
	border-bottom: 4px solid #f1e9a0;
}

#navcontainer ul li {
	display: inline;
	height: 40px;
}

#navcontainer ul li a:link,#navcontainer ul li a:visited
{
	padding: 0.2em 1em;
	background-color: #000;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	font-weight:bold;
	
}

#navcontainer ul li a:link.last,#navcontainer ul li a:visited.last,#navcontainer ul li a:hover.last
{
	border:0;
	
}

#navcontainer ul li a:hover
{
	background-color: #990000;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navcontainer ul li a:link.current,#navcontainer ul li a:visited.current
{
	background-color: #f1e9a0;
	color:#000;
	cursor:default;
	
	
}


#header {
	background-color: #990000;
	margin-bottom: -20px;
} 
#header h1 {
	display:none;
}

#container #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:10px 0 20px 0;
	padding: 0px 10px 10px 10px;
	text-align: center;
}

.widerPic {
	margin:0 0 20px 30px;
	padding: 0 0 0 20px;
	
}

#container #sidebar1 p {
	font-family:"Lucida Grande", Verdana, sans-serif;
	font-size:12px;
	line-height:1.3em;
	color:#000;
	
}

#container #sidebar1 a {
	margin:0;
	padding:0;
	text-decoration:none;
}

#container #sidebar1 a img {
	border:0;
}







#container #sidebar1 .bold {
	font-weight:bold;
	font-size:14px;
}



#container #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 10px 10px;
	color: #333;
}

#container #sidebar2 p {
	font-family:"Lucida Grande", Verdana, sans-serif;
	font-size:11px;
	line-height:1.4em;
	color: #333;
}

#sidebar2 #formWrap h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:1.2em;
	color:#FFF;
	padding-top:5px;
	padding-bottom:10px;
}

#sidebar2 #formWrap p {
	font-family:"Lucida Grande", Verdana, sans-serif;
	font-size:11px;
	line-height:1.4em;
	color:#FFF;
}

#container #sidebar2 a {
	text-decoration: none;
	color: #333;

}

#container #sidebar2 a img {
	border: 0;
	padding-right: 5px;
}
#mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#wideContent  { 
	width:530px;
	margin:0 0 20px 200px;

}

#wideContent h1 {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:1.7em;
	line-height:1.3em;
	font-weight:bold;
	color:#000;
	margin-bottom: 25px;
}

#wideContent h1 .italic {
	font-style: italic;
	color: #900;
}

#wideContent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.3em;
	font-weight:bold;
	color:#900;
	margin-bottom: 14px;
	font-style: italic;
	margin-top: 25px;
}

#wideContent h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8;
	line-height:1em;
	font-weight:bold;
	color:#666;
	margin-bottom: 14px;
	margin-top: 25px;
}

#wideContent p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.3em;
	color:#333;
	padding-left: 24px;
	padding-right: 20px;

}

#wideContent li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.3em;
	color:#333;
	padding-left: 24px;
	padding-right: 20px;

}

#wideContent h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	line-height:1.3em;
	color:#333;
	padding-left: 24px;
	padding-right: 20px;
	display:block;
	margin:0 0 25px 0;

}

#wideContent p .italic {
	font-style:italic;
}

#wideContent .reviewer {
	font-family:"Lucida Grande", Verdana, sans-serif;
	font-size:13px;
	line-height:1.3em;
	color:#333;
	text-align:right;
	display:block;
	margin:0 0 35px 0;
	padding-right: 40px;
}

#wideContent .reviewerBold {
	font-weight: bolder;
}

#wideContent img {
	padding: 0 0 10px 24px;
	
}

#wideContent a:link,#mainContent a:visited {
	color:#900;
	text-decoration:none;
}

#wideContent a:hover {
	color:#666;
	text-decoration:underline;
}

#mainContent h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.7em;
	line-height:1.3em;
	font-weight:bold;
	color:#000;
}

#mainContent h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.4em;
	line-height:1.5em;
	font-weight:bold;
	color:#000;
}

#mainContent p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.3em;
	color:#333;
	
}

#mainContent a:link,#mainContent a:visited {
	color:#900;
	text-decoration:none;
}

#mainContent a:hover {
	color:#666;
	text-decoration:underline;
}

#mainContent .italic {
	color:#000;
	font-style: italic;
	font-weight:bold;
}



#footer {
	padding: 0 10px 0 20px;
	background-color: #000;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
#footer p a:link,#footer p a:visited {
	text-decoration: none;
	color: #999;
}
#footer p a:hover {
	color: #900;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#twiticon {
	display: inline;
	margin-bottom: -4px;
}

#formWrap  {
	width: 155px;
	background-color:#666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border: 2px solid #999;
}

input {
	width: 130px;
	
}

.submit {
	width: 70px;
	margin-left:30px;
	
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.4em;
	font-weight: bold;
	color: #000;
	background-image: url(DaveBooks_sitefolder/images/oquote.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}
label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	line-height: 1.5em;
	color:#FFF;
	
}

input .radio  {
	width: 12px;
	
}

#privPolicy  {
	width:350;
	padding:0 10px 0 10px;
	text-align:left;
	background-color:#CCC;
	margin:0;
}
#privPolicy h2  {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	line-height:1.4em;
	color:#000
}
#privPolicy p  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:1.5em;
	color:#000
}

#privPolicy a  {
	color:#900;
}

.graybody  {
	background-color:#CCC;
	
}

.boldtext {
	font-weight:bolder;
}

#welly p a:link,#welly p a:visited  {
	font-family:"Lucida Grande", Verdana, sans-serif;
	font-size:12px;
	color:#333;
	margin:0 0 25px 0;
	text-decoration:none;
}

#welly p a:hover  {
	color:#900;

}
	
	

