/**GLOBAL STYLES**/

body {
	margin:0;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:80%;
	color:#4d4d4d;
	background: url(../img/background.jpg) no-repeat center top #6b6b6c;
	background-attachment: fixed;
}


p {
	margin-top:0px;
	
}	

a {
		color:#e26f1e;
		font-weight:bold;
		text-decoration:none;
}
a:hover {
	
	color:#4d4d4d;
	text-decoration:underline;
}


h1, h2, h3, h4 {
	margin-bottom:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;


}




#page {
	margin:auto;
	width:940px;
	background-color:#ffffff;
	

}

div#head {
	
}



div#mainNav ul
{


	list-style:none;
	margin:0;
	padding:0;

	
	}



div#mainNav ul li
{
	display:inline;
	margin-right:0px;
	padding:0;

	
	}
	
	
	
	
/**MAIN CONTENT**/

div#mainContent {
	background: url(../img/bigfixh-subnav-gradient.jpg) no-repeat center top;
	padding-top:50px;
	
}		
	
	
div#colLeft {
	float: left;
	margin-right:30px;
	border-top:0px solid black;
	margin-bottom:50px;
	/*background: url(../img/bigfixh-logo-faded.jpg) no-repeat center top;*/
}	
	
div#colRight {
	float:left;
	margin-right:50px;
	width:390px;
	border-top:0px solid black;

}	
	
	
	
/**MAIN FOOTER**/

div#footer
{
	clear:both;
	background:url(../img/bigfixh-footer.jpg) no-repeat;
	text-align:left;
	height:151px;
	margin-bottom:0px;
	font-family:Tahoma, Geneva, sans-serif;

	}


	
div#footerColLeft {
	float: left;
	margin-right:30px;
	margin-left:71px;
	margin-top:30px;
	border-top:0px solid black;
}	



div#footerColLeft a.on {

	color:#e4701e;

}

div#footerColLeft a {
	text-decoration:none;
	color:#8a8a8b;
	font-weight:bold;
}

div#footerColLeft a:hover {
	text-decoration:underline;
}	


div#footerColLeft ul
{


	list-style:none;
	margin:0;
	padding:0;

	
	}



div#footerColLeft ul li
{

	margin-bottom:5px;
	padding:0;

	
	}
	
div#footerColRight {
	float:right;
	margin-right:70px;
	margin-top:65px;
	border-top:0px solid black;
	text-align:right;
	color:#ffffff;
	

}	
	
div#footerColRight a {	
	color:white;
	text-decoration:none;
}

div#footerColRight a:hover {	

	text-decoration:underline;
}
	
	
	