/* MAIN */

body, body.mceContentBody

{

font-family:Arial, Helvetica, sans-serif;

}

#container 

{ 

position: absolute; 

top: 50%; 

width: 99%; 

height: 50%; 

overflow: visible;

}

#main 

{ 

position: absolute; 

left: 50%; 

width: 800px; 

margin-left: -400px; 

height: 600px; 

top: -300px;

background-color:#FFFFFF;

text-align:left;

overflow:hidden;

}



/* LEFT COLUMN */

	#leftCol

	{
	float:left;
	width:359px;
	padding:35px 0px 0px 35px;
	}
	

	*html #leftCol

	{
	width:393px;
	padding:35px 0px 0px 35px;
	}	

	
	#leftNav
	{
	height:178px;
	padding-top:2px;
	}

	*html #leftNav
	{
	height:183px;
	}


	#leftNav img
	{
	
	 margin:-2px 0px 0px 0px;
	}
	
	
	#leftNav ul, #leftNav li

	{

	 list-style-type: none;

	 margin:0px 0px 0px 0px;

	 padding:0px 0px 0px 0px;

	}

	

	#quote

	{
	height:346px;
	}

	

	#privacy

	{

	float:left;

	}

	

	

/* RIGHT COLUMN */ 	

#rightCol

{
width:400px;
float:left;
padding:35px 0px 0px 0px;
}

	

	#content

	{

	float:left;
	margin-top:125px;
	height:345px;
	padding:0px 35px 0px 0px;
	overflow:auto;
	overflow-x:hidden;
	}
	
	#content, body.mceContentBody
	{
	font-size:15px;
	color:#928860;
	font-weight:bold;
	}

	#content a:link, #content a:visited, #content a:active, .mceContentBody a

	{

	font-size:15px;

	color:black;

	font-weight:bold;

	text-decoration:none;

	}

	#content a:hover, .mceContentBody a:hover

	{
	color: black;
	text-decoration:underline;

	}

	

	

	#content h1, .mceContentBody h1

	{

	color:#000000;

	font-size:15px;

	}

	



	

	#footer

	{
margin-top:20px;
	float:right;

	}







/*    FOR NON-SAFARI HACK MUST STAY AT BOTTOM    */

	#quote

	{

	/*margin-top:47px;#*/

	}
