/*
 *  Project
 *	Cascading Style Sheet
 *  Last Modified: 
*/

/*	COLORS      
 *
*/


body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Tahoma, 'Trebuchet MS',Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFEEB8;
}

img {
	display: block;
	border: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, sans-serif;
}

p {
	margin-bottom: 8px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;

}	

h2 {
	font-size: 1.4em;
	margin-bottom: 8px;
}	

h3 {
	font-size: 1.2em;
}

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

a:hover {
	color: #FFCC4B;
	text-decoration: underline;
}
	
#shell {
	width: 738px;
	border: 1px solid #FFF;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/img/shellBG.gif);
	background-repeat: repeat-y;
}

#masthead {
	width: 218px;
	float: left;
}

#nav {
	
}

#nav img {
	height: 22px;
	width: 218px;
	border-bottom: 1px solid #FFF;
}

#content {
	margin-left: 251px;
	padding-bottom: 12px;
}

#content p {
	margin-top: 0;
	margin-left: 24px;
	margin-right: 60px;
	margin-bottom: 8px;
}

#content h2 {
	margin-top: 0;
	margin-left: 24px;
	margin-right: 60px;
	margin-bottom: 2px;
}

.contentPic {
	width: 446px;
	height: 258px;
	margin-left: 3px;
}


.contentTitle {
	width: 402px;
	height: 34px;
	margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 12px;
}

#footer {
	width: 738px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	margin-bottom: 8px;
	text-align: right;
	color: #737373;
}

#footer a:link, #footer  a:visited {
	color: #737373;
	text-decoration: none;
}

#footer a:hover {
	color: #737373;
	text-decoration: underline;
}

.bWhite {
	border-bottom: 1px solid #FFF;
}


div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.quote {
	padding: 0 24px;
	font-style: italic;
}

.quoteSource {
	text-align: right;
	padding: 0 24px;
	font-style: italic;
	margin-top: -8px !important;
}

.contactBox {
	background-color: #FFEEB8;
	padding: 4px;
	border: 1px solid white;
}

.contactBox a:link, .contactBox a:visited {
	color: #737373;
	text-decoration: none;
}

.contactBox a:hover {
	color: #737373;
	text-decoration: underline;
}


p.readingType {
	padding-top: 4px;
	font-weight: bold;
	padding-bottom: 12px;
}

form {
	float: right;
}

form input.buyNow {
	margin-right: 60px;
}

hr.whiteSep {
	margin: 18px 60px 18px 24px;
	color: white;
	height: 1px;
}

