@import "/styles/reset.css"; /* reset script to turn various properties off */
@import "/styles/menus.css"; /* Styles specifically for the sample website */

/* 
 * Orange		: #DA521E
 * Dark Auburn 	: #8C3003
 */

* {
	font-family: Arial, Helvetica, Geneva, Verdana, Geneva, sans-serif;
	font-size:12px;
}

	body {
		background: url(/images/template/site_bg.jpg) top center repeat-x #FFFFFF;
		margin:0;
		padding:0;
		}

	#site_container {
		width:800px;
		margin: 0 auto;
		}
	
	#site_header {
		width:800px;
		height: 270px;
		background: url(/images/template/header.jpg) top left no-repeat;
		}
		
	#site_content {
		
		}
	#main_content {
		clear:left;
		padding: 0px 15px 15px 15px;
		}
	
/**********************************************/
/*										   	  */
/*             MAIN LAYOUT ITEMS              */
/*										   	  */
/**********************************************/
	.mainbox {
		width: 475px;
		float: left;
		}

	.rightbox {
		margin-left:500px;
		}
		
		
/**********************************************/
/*										   	  */
/*              MAIN BODY ITEMS               */
/*										   	  */
/**********************************************/
	p, li, td {
		color: #444444;
		line-height: 1.4em;
		}
		
	p, table, ul, ol 	{ 
		padding-bottom:8px; 
		}
	
	h1 	{	
		font-size:20px;
		color: #FFFFFF;
		font-weight: normal;
		padding:5px 6px;
		margin-bottom: 8px;
		-moz-border-radius: 5px;
		margin-bottom: 12px;
		background: #DA521E;
		line-height: 1em;
		}
	
	h2 	{			
		font-size:16px;
		font-weight: normal;
		color: #8C3003;
		border-bottom: 1px solid #8C3003;
		margin-bottom:2px;
		}
		
	ol,ul {	
		padding-left:25px;
		}
	
	a:link, a:visited {
		color:#333333;
		}
	a:hover {
		color: #8C3003;
		}
	
/**********************************************/
/*										   	  */
/*                  COLUMNS                   */
/*										   	  */
/**********************************************/
	.left_column {
		float:left;
		width:375px;
		}
	.right_column {
		margin-left: 395px;
		}
		
/**********************************************/
/*										   	  */
/*                   FOOTER                   */
/*										   	  */
/**********************************************/
	#footer {
		clear:both !important;
		border-top:1px solid #DA521E;
		padding: 5px;
		}
	#footer * {
		font-size:11px;
		text-align: center;
		color: #666666;
		}
	#footer a:hover {
		color: #333333;
		}

