/* CSS Document */

body {
	background: #FFFFFF url(images/gradient.jpg) repeat-x;
	margin: 0px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #CC9966;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9C4830;
	border-top-style: none;
	text-indent: 10px;
	text-align: left;
	padding-top: 20px;
}

h2 {
	font-style: oblique;
	font-weight: bold;
	color: #85352E;
	font-size: 90%;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #996699;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #993300;
}

#page {
	background: #FFFFFF url(banner/reynolds.jpg) no-repeat left top;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #72311B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}

#navigation {
	margin-top: 145px;
	height: 15px;
	clear: both;
	float: right;
	margin-right: 25px;
}

#date {
	float: right;
	font-size: 80%;
	color: #CC9966;
	padding-right: 25px;
}

#content {
	margin-right: 20px;
	background: inherit;
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
	clear: both;
}

 /* Top Navigation */
    
#navigation ul { 
	float: left; list-style-type: none; margin: 0; padding: 0; 
}
    
#navigation li { float: left; }
    
#navigation li a:link, #navigation li a:visited {
	float: left;
	display: block;
	margin: 10px 5px;
	padding: 5px 10px;
	color: #AF5A3D;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}
    
#navigation li a:hover, #navigation li a:active{
	color: #003399;
	background: #FFFFFF;
}
    
/*Footer*/

#footer {
	margin: 10px;
	clear: both;
	padding: 10px;
	color: #7C472E;
	font-size: 90%;
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4997B;
	}

#footer .links {
	text-align: right;
	float: right;
	margin-right: 25px;
	font-size: x-small;
}
#footer .center {
	text-align: center;
}
#footer .copyright {
	text-align: left;
	float: left;
	font-size: x-small;
	color: #7C472E;
}

/*Image Placement*/

.leftimg {
	float: left;
	padding: 0px 10px 10px 0px;
}
	
.rightimg {
	float: right;
	padding: 0px 0px 10px 10px;
}

.product {
	font-style: oblique;
	color: #993300;
	font-weight: bold;
}
.productSize {
	font-size: 85%;
	font-weight: normal;
	line-height: 125%;
}
img {
	border-style: none;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	color: #CC3300;
	font-style: normal;
}
