* {
	padding:0;
	margin:0;
	font-size:1em;
	color:#5f5f5f;
	font-weight:normal;
}
body {
	background-color:#ffffff;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:85%;
	width:100%;
	text-align:center;
}
#wrapper {
	width:740px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

/* 	
	----------------------------------------------------------------------
	TEXT SETTINGS
	---------------------------------------------------------------------- 
*/
p {margin-bottom:1em;}
strong {font-weight:bold;}
ul {padding-bottom:1em;}
li {list-style-type:none;}
a {color:#2189C5;text-decoration:none;font-weight:bold;}
a:hover {color:#FDCE29;}

/* 	
	----------------------------------------------------------------------
	HEADERS
	---------------------------------------------------------------------- 
*/
#header {float:left;margin:15px 0;}

/* 	
	----------------------------------------------------------------------
	LHS - NAV AND VINTAGE NAV
	---------------------------------------------------------------------- 
*/
#lhs {float:left;width:148px;}
#lhs li {
	clear:both;
	font-weight:bold;
	color:#FDCE29;
	padding-bottom:0.5em;
}
#vintageNav {
	float:left;
	width:128px;
	font-size:0.9em;
	padding-left:20px;
	padding-bottom:0.2em;
}

/* 	
	----------------------------------------------------------------------
	CONTENT - BODY TEXT AND LAYOUT
	---------------------------------------------------------------------- 
*/
#content {
	float:left;
	width:582px;
	margin-left:10px;
}
h1 {
	font-size:2em;
	font-weight:bold;
	border-bottom:2px solid #c7f517;
	margin-bottom:0.5em;
}
h2 {font-size:1.4em;font-weight:bold;margin-bottom:0.5em;}
h3 {font-size:1.1em;text-transform:uppercase;font-weight:bold;margin-bottom:0.3em;}
#subNav {border-bottom:2px solid #c7f517;padding-bottom:1.3em;margin-bottom:1.5em;}
#subNav li {display:inline;padding-right:1.5em;font-size:0.9em;}
.btt {float:right;font-size:0.9em;}
#MailingList {font-size:0.8em;}
#meshage {font-size:1.2em;font-style:italic;font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif;}
.blueText, .orangeText, .greenText {font-size:1.2em;font-weight:bold;}
.blueText {color:#2189C5;}
.orangeText {color:#EFC32C;}
.greenText {color:#BBDF29;}

/* 	
	----------------------------------------------------------------------
	FOOTER
	---------------------------------------------------------------------- 
*/
#footer {
	float:left;
	width:740px;
	margin-top:2em;
	margin-bottom:3em;
	padding-top:1em;
	text-align:right;
	border-top:1px solid #333333;
}