/* Main Elements Styles*/

	body{
		font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#fff;
		margin: 0;
		background: #E8941A url(../i/bg_main.jpg) repeat-y center;
	}
	
	#container{
		width: 807px;
		height:614px;
		margin: 0 auto;
		padding: 0;
		background: #000 url(../i/bg_body.png) repeat-y center;
	}

	#logo{
		float:left;
	}

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

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

	a:active {
		text-decoration : underline;
		color: #fff;
	}
	
	.orange {
	color:#df8527;
	}
	
	#navigation{
		text-align:right;
		position:relative;
		top:97px;
		margin-right:8px;
	}
	
/* Navigation Elements Styles*/
	#navigation ul {
		margin:0;
		padding:0;
		list-style-type:none;
	}

	#navigation ul li{
		padding: 0;
		margin: 0;
		display: inline;
	}

	#navigation ul li a{
	font: 14px "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	line-height: 20px;
	padding: 0 11px 0 11px;
	}


/* Content Area Styles*/	
	#content {
		clear:both;
		width: 573px;
		float:left;
		margin:4px 0 50px 24px;
	}
	
	
	#content #top{
		width: 573px;
		height:11px;
		background: transparent url(../i/top_content.gif) no-repeat center;
	}
	
	#content #mid{
		width: 573px;
		background: transparent url(../i/mid_content.gif) repeat-y center;
	}
	
	#content #bottom{
		width: 573px;
		height:11px;
		background: transparent url(../i/bottom_content.gif) no-repeat center;
	}
	
	#content h1{
		font: 20px "Times New Roman", Times, serif;
		color:#df8527;
		margin:0 0 0 15px;
	}
	
	#content p{
		margin:10px 15px 0 15px;
		padding-bottom:15px;
	}

/* Sidebar Elements Styles*/
	#sidebar {
		width: 182px;
		float:left;
		margin:4px 0 0 14px;
	}
	
	#sidebar #top{
		width: 182px;
		height:11px;
		background: transparent url(../i/top_sidebar.gif) no-repeat center;
	}
	
	#sidebar #mid{
		width: 182px;
		background: transparent url(../i/mid_sidebar.gif) repeat-y center;
	}
	
	
	#sidebar #bottom{
		width: 182px;
		height:11px;
		background: transparent url(../i/bottom_sidebar.gif) no-repeat center;
	}
	
	#sidebar h1{
		font-size: 12px;
		font-weight:normal;
		color:#df8527;
		margin:0 0 0 15px;
	}
	
	#sidebar p{
		margin:10px 15px 0 15px;
		padding-bottom:15px;
		height
	}
	
	/* HOME ONLY Sidebar Elements Styles*/
				#home #sidebar #mid{
					height:342px;
					width: 182px;
					background: transparent url(../i/mid_sidebar.gif) repeat-y center;
				}
				
/* Quote Elements Styles*/	
	#quote {
		margin:10px 15px 0 15px;
		background: #000 url(../i/bg_quote.gif) no-repeat top;
		width:152px;
 	}
	
	#quote p{
		margin-top:0;
		padding-top:8px;
	}
	
	#quoted {
		line-height:20px;
		color:#df8527;
		font-style:italic;
	}
				
/* Facebook Call out Elements Styles*/		
	p#facebook {
		text-align:center;
		font-size:9px;
		padding-bottom:3px;
	}

				
/* Footer Elements Styles*/		
	#footer {
		text-align:center;
		clear:both;
	}
	
	#footer ul {
		margin:0;
		padding:0;
		list-style-type:none;
	}

	#footer ul li{
		line-height:20px;
		padding: 0;
		margin: 0;
		display: block;
	}
#contact #container #content #mid a {
	color: #E9961B;
}
