/*----------------------------------------------------------
+ Designed and Coded by Dustin Senos - dustinsenos.com
-----------------------------------------------------------*/
body {
	margin: 0; 
	padding: 0;
	background: url("bg_site.jpg") 0 0 repeat-x;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

ul { list-style: none; padding:  0; }
img { border: 0; }
p { margin: 0 0 16px 0; }

a { outline: none; }
.current a { font-weight: bold; }

h1 { color: #d1302c; font-size: 20px; margin: 0 0 14px 0; padding-top: 20px;}
h2 { color: #48ba2a; }
h3 { font-size: 14px; }
.join h2 { margin-top: 40px; border-bottom: 1px solid #dbe2d5; padding-bottom: 4px;}


/*-----------------------------
+ Site Container
------------------------------*/
#siteContainer {
	text-align:left;
	margin: 0 auto;
	width: 840px;
}
#siteContainer #photo { position:absolute; }

#siteContainer #logo { margin: 80px 0 0 0; }


/*-----------------------------
+ Top Navigation
------------------------------*/
#topNav {
	width: 500px;
	margin: 20px 0 56px 0;
}
#header {
	height:223px;
	margin-left:380px;
}
#topNav  li {
	letter-spacing: 9px;
	float: left;
	color: #fff;
	font-size: 18px;	
}
#topNav a:hover { text-decoration: underline; }
#topNav a { color: #fff; text-decoration: none; letter-spacing: normal;}


/*-----------------------------
+ Content
------------------------------*/
#content {
	background: #fff url("content_top.gif") 0 0 repeat-x;
	clear: both;
	text-align: left;
	margin-left: 53px;	
	padding: 56px 44px 0 44px;
}

#content p, #content li { color: #504f4e; font-size: 14px; line-height: 24px;}
#content p strong, h3 { color: #254268;}
#content .time { margin:  0; line-height: normal;}

#content a { color: #d1302c; }
#content a:hover { color: #ac0000; }

#content .photoBox {
	float: right;
	text-align: center;
	margin-left: 15px;
}
#content .photoBox a { font-size: 16px; }

#content .quote {
	font-style: italic;
	background: #f3f6f1;	
	padding: 10px;
	border: 1px solid #dbe2d5;
	margin: 10px 0;
}
#content .quote p { margin:  0; color: #407210; font-size:  12px; }
.spacer { height: 200px; display:block; }

/*-----------------------------
+ Footer
------------------------------*/
#footer {
	margin-left: 70px;
	padding-top: 50px;
	height: 40px;
	background: url("bg_footer.gif") 0 20px no-repeat;
}

#footer p { float: right; margin-right:  20px; color: #254268;}

#footer ul {
	width: 400px;
	margin: 0 0 0 35px;
}
#footer ul li { 
	color: #203959; 
	letter-spacing: 4px;
	float: left;	
}
#footer ul a { font-size: 12px; color: #203959; text-decoration: none; letter-spacing: normal;}
#footer ul a:Hover { text-decoration: underline; }
