@import "/styles/reset.css"; /* reset script to turn various properties off */
@import "/styles/menus.css";

/**********************************************/
/*										   	  */
/*                  COLOURS                   */
/*										   	  */
/**********************************************/
/* 	Grey	: #5C6F7C
 *	40%		: #C6C8CD
 *	Dark Grey #45555f
 
 
 * 	Red		: #722100
 *	Orange	: #968700
 *	Green	: #008950
 *	Blue	: #0077BC
 *	Violet	: #491B87
*/
* {
	font-family: Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
}

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

	#site_container {
		width:900px;
		margin:0 auto;
		}
	
	#site_content {
		height: 400px;
		padding-top: 5px;
		}
	#main_content {
		clear:left;
		}
	

/**********************************************/
/*										   	  */
/*              MAIN BODY ITEMS               */
/*										   	  */
/**********************************************/
	p, li {
		color: #444444;
		line-height: 1.5em;
		}
	p 	{ 
		padding-bottom:8px; 
		}
	
	h2 	{
		font-size: 14px;
		color:#222222;
		}
/**********************************************/
/*										   	  */
/*                  HEADER                    */
/*										   	  */
/**********************************************/
	#header {
		height: 100px;
		background: url(/images/template/site_header.jpg) top left no-repeat;
		}

/**********************************************/
/*										   	  */
/*                   FOOTER                   */
/*										   	  */
/**********************************************/
	#footer {
		clear:both !important;
		padding-top:54px;
		}
	#footer * {
		font-size:11px;
		text-align: center;
		color:#BBBBBB;
		}
		
/**********************************************/
/*										   	  */
/*                  LINKS                     */
/*										   	  */
/**********************************************/
	a:link, a:visited {
		color: #722100;
		}
	a:hover {
		color: #502314;
		}
		
/**********************************************/
/*										   	  */
/*                  COLUMNS                   */
/*										   	  */
/**********************************************/
	.leftbox {
		margin-top: 15px;
		width: 440px;
		float: left;
		}
	.leftbox_skinny {
		margin-top: 15px;
		width:360px;
		float: left;
		}
	.rightbox {	
		padding-top: 15px;
		margin-left: 460px; 
		}
