body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	background-color: #C6C8B9;} 
	
/*The styles below are all of the sectioning divs meant for an overall style or positioning*/
/*div #container was created so that margin:auto centering technique will work in IE*/
#container{
	text-align:center;}

#page{
	margin-left:auto;
	margin-right:auto;
	width:880px;
	padding:0px;
	background-color:#ffffff;
	text-align:left;}

#header{}

#contact{
	float:right;
	padding:0px 5px 0px 5px;
	text-align:center;
	margin-right:20px;
	margin-top:20px;
	border: 1px solid #000000;}

#contact .join{
	font-weight: bold; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:16px; color:#990000;}

#contact .email{
	font-weight: normal; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:10px; color:#000000;}

#mainav{
	width:100%;
	height:28px;
	padding:0px;
	margin:0px 0px 12px 0px;
	background-color: #990000;}

/*stage exists for pages with one column layout that is left aligned*/
#stage{
	width:750px;
	float:left;
	margin:0px 0px 24px 24px;}

/*centerstage exists for pages with one column layout that is center aligned*/
#centerstage{
	text-align:center;}

/*coleftindex and colrightindex apply only to the homepage*/
#coleftindex{
	width:640px;
	float:left;}
#colrightindex{
	width:220px;
	float:right;
	padding:20px 20px 10px 0px;}

/*colcontain exists to make coleft and colright equal heights*/
#colcontain{
	width:880px;
	margin:0px;
	padding:0px;
	overflow:hidden;}

#coleft{
	width:580px;
	float:left;
	padding: 20px 0px 40px 24px;
	margin:0px;}

/*colright has an outrageous padding and margin as a method of vertical alignment and equal height to coleft*/
#colright{
	width:250px;
	float:right;
	background-color:#D6D1C9;
	padding: 25px 5px 3200px 5px;
	margin: 0px 0px -2195px 0px;
}

#footer{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
	clear:both;
	background-color:#898374;
	padding:12px 0px 12px 0px;}

/*for three-column layouts*/	
#left{float:left;
	width:248px;
	padding:20px;}
#center{float:left;
	width:248px;
	padding:20px;
	border-left: solid 1px #CCCC99;
	border-right: solid 1px #CCCC99;}
#right{
	float:left;
	width:248px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*for a two column layout that has two smaller columns nested within the left column*/	
#coleft #left, #coleft #right{padding:0px 20px 0px 0px;}

/*These are other positioning elements used sparsely here and there*/
.centercontainer{text-align:center;}
.center{margin-left:auto;margin-right:auto;}
.left{float:left;}
.leftpad{float:left; padding-left:30px;}
.leftlist{float:left; padding-right:15px;}
.bottompad{padding-bottom:20px;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;}
	
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;}

/* style all the links */
.menu a, .menu a:link, .menu a:visited {
	display:block;
	font-size:10px;
	width:121px;
	padding:7px 0px;
	color:#ffffff;
	background-color: #990000;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
	
/* style the links hover */
.menu a:hover{
	color:#ffffff;
	background:#ec0000;}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:121px;
	height:0;}
	
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;}

#mainav ul li.subcontain a:hover{
	background:url("../images/down-arrow.gif") no-repeat right;
	background-color: #ec0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;}
	
#mainav ul li.subcontain ul.subnav li a:hover{
	background:url("../images/spacer.gif") no-repeat right;
	background-color: #ec0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;}


/*End of main navigation css from Stu Nichols cssplay.co.uk*/


/*This section is all styling of anchors that aren't the main navigation*/
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
	
a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:active {
	color: #990000;
	text-decoration: none;
}

a.Body2:link,a.Body2:visited {
	color: #990000;
	text-decoration: none;
}
	
a.Body2:hover {
	color: #FF0000;
	text-decoration: none;
}

a.Body2:active {
	color: #990000;
	text-decoration: none;
}

.amazon a:link, .amazon a:visited{
	background-color:#990000;
	color:#FFFFFF}

.amazon a:hover{
	background-color:#FFFFFF;
	color:#990000;}

.amazon a:active{
	background-color:#FFFFFF;
	color:#FFCC00;}
/*End anchor styling section*/


/*This section is all styling of h1, h2, p, captions, sidequotes, etc.*/
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	text-align: left;
}

h2.redtitle {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}

#stage p, #coleft p, #right p, #center p, #left p{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	text-align: left;
	}

/*this style is specifically for the large red quote in the right column on many pages, and is used once or twice as a body header*/	
p.redital, #coleft p.redital {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #990000;
	padding:0px;
	text-align: left;
	line-height: 32px;
	font-style: italic;
}

#colright p.redital{padding: 40px 38px 0px 20px;}

.caption, #coleft .caption, #stage .caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 24px;
	color: #333333;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #990000;
	padding:0px;
	font-weight:normal;
}

.redquote, #stage .redquote, #left .redquote, #center .redquote, #right .redquote, #coleft .redquote {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #990000;
	font-style: italic;
}

#colright .redquote {
	padding: 0px 38px 0px 20px;
}

p.amazon{
	background-color:#990000;
	width:150px;
	padding:10px 20px 10px 20px;
}


/*This section is for styling of other page elements like lists, images, and horizontal rules*/

#stage li, #coleft li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	text-align: left;
	padding: 0px 0px 10px 0px;	
	margin-left:-20px;
}
	
hr {
	color:#CCCC99;
	background-color:#CCCC99;
	height:1px;
	border-width:0;
}

#coleftindex hr{
	width:590px;
	margin:auto;
}

#centerstage img{
	width:748px;
	margin:auto;
}

a img{
	border:0px;}

img.border, #stage img.border{
	border-width:1px;
	border-color:#333333;
	border-style:solid;}

