BODY { background-color: #E2DEC8; margin: 0; }
/** TEXT **/
H2 { 
	font-family: georgia, 'times new roman', times, serif;
	font-size: 13px; 
	color: #903;
	margin-bottom: 14px; 
}
H3 { 
	font-family: georgia, 'times new roman', times, serif;
	font-size: 12px; 
	color: #903;
	margin-bottom: 8px; 
	border-bottom: 3px double #cecece;
}
H4 { 
	font-family: georgia, 'times new roman', times, serif;
	font-size: 11px; 
	color: #903;
	margin-bottom: 8px; 
}
P { margin-top: 0; margin-bottom: 14px; }
UL, LI { list-style-type: square; }
.smallText { 
	font-family: tahoma,arial,helvetica,sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color: #666;
}
.redText {
	color: #903;
	font-weight: normal;	
}
/** LAYOUT **/
#container { 
	width: 662px;
	margin: 0 auto;
	background-color: #FFF; 
	border: 25px solid #FFF;
}
#header { 
	text-align: right; 
	font-family: tahoma,arial,helvetica,sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color: #555;
}
#nav { 
	display: inline;
	float: left;
	width: 172px; 
	border: 1px solid #A6A6A6;
}
.subNav {  
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 10px; 
	padding: 1px 0 4px 10px;	
	color: #999;
}
#address { 
	float: left;
	clear: left;
	width: 174px; 	
	background-color: #981211;
	margin-top: 2px;
}
#address P { 
	font-family: tahoma,arial,helvetica,sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #F0B5B4;
	margin: 16px 0 0 18px; 
}
#address P.small{ 
	font-family: tahoma,arial,helvetica,sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	margin: 16px 0 0 18px; 
}
#content { 
	width: 485px; 
	margin-left: 177px;
}
* html #content { 
	width: 483px; 
	margin-left: 172px;
}
#copyBox { 
	margin: 16px 20px 20px 14px;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 11px; 
	line-height: 16px; 
	font-weight: normal;
	color: #222;
}
#footer { 
	width: 662px; 
	margin-top: 2px;
	height: 28px; 
	font-family: tahoma,arial,helvetica,sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	background-image: url(images/serving.gif);
	background-repeat: no-repeat;
	background-position: 331px;
	line-height: 30px;
	border-top: 1px solid #A6A6A6;	
}
.BB { border-bottom: 1px solid #D9D9D9; }
/** LINKS **/	
#copyBox a { text-decoration: none; color: #33C; }
#copyBox a:hover { text-decoration: underline; color: #33C; }		
#address a { text-decoration: none; color: #F0B5B4; }
#address a:hover { text-decoration: underline; color: #F0B5B4; }		
#footer a { color: #000; }
#footer a:hover { text-decoration: none; }
.subNav a { color: #555; text-decoration: none; }
.subNav a:hover { text-decoration: underline;  }

