
html, body{
	font-family			: Century Gothic, Tahoma, Arial, Georgia, "Times New Roman", times, serif;
	font-size			: 12px;
	background-image	: url(../img/background.gif);
	background-repeat	: no-repeat;
	background-position	: center top;
	margin				: 0; 
	padding				: 0; 
	text-align			: center; 
	} 
 
/* 
--------------------------------------
   MAIN CONTENT CONTAINER
--------------------------------------
*/ 

h1 {
	font-family			: Century Gothic, Tahoma, Arial, Georgia, "Times New Roman", times, serif;
	font-size			: 18px;
	font-weight			: bold;
	
	width				: 530px;
	border-bottom: solid #b7b6b6 1px;
	
	margin				: 0px;
	padding				: 0px;
	padding-bottom		: 5px;
	clear				: both;
	}

#right2 h2 {
	font-family			: Century Gothic, Tahoma, Arial, Georgia, "Times New Roman", times, serif;
	font-size			: 18px;
	font-weight			: bold;
	
	width				: 760px;
	border-bottom: solid #b7b6b6 1px;
	
	margin				: 0px;
	padding				: 0px;
	padding-bottom		: 5px;
	clear				: both;
	}
	
#left h1 {
	font-family			: Century Gothic, Tahoma, Arial, Georgia, "Times New Roman", times, serif;
	font-size			: 18px;
	font-weight			: normal;
	
	color				: #000000;
	background-color	: #aaa9a9;
	width				: 230px;
	
	margin				: 0px;
	padding				: 0px;
	padding-bottom		: 5px;
	padding-left		: 6px;
	padding-top: 3px;
	clear				: both;
	}	

#left p {
	font-family			: Century Gothic, Tahoma, Arial, Georgia, "Times New Roman", times, serif;
	font-size			: 13px;
	font-weight			: normal;
	padding-left		: 6px;
	line-height: 14px;
}

#left p strong {
	font-family			: Century Gothic, Tahoma, Arial, Georgia, "Times New Roman", times, serif;
	font-size			: 13px;
	font-weight			: bold;
	color				: #eb1f2e;
}


.bigtext {
	font-family			: Century Gothic, Tahoma, Arial, Georgia, "Times New Roman", times, serif;
	font-size			: 24px;
	font-weight			: bold;
	font-style			: italic;
	color				: #97a0ac;
	clear				: both;
	text-align			: center;
	}	
	
 
#pagewidth{ 
	background-image	: url(../img/content_background.jpg);
	background-repeat	: no-repeat;
	background-position	: 0px 227px;
	width				: 812px; 
	text-align			: left;  
	margin-left			: auto; 
	margin-right		: auto;  
	} 

#pagewidth2{ 
	background-image	: url(../img/content_background2.jpg);
	background-repeat	: no-repeat;
	background-position	: 0px 227px;
	width				: 812px; 
	text-align			: left;  
	margin-left			: auto; 
	margin-right		: auto;  
	} 

 
#header{
	background-image	: url(../img/header_background.jpg);
	background-repeat	: no-repeat;
	padding-left		: 10px;
	padding-top			: 6px;
	position			: relative; 
	height				: 193px;  
	width				: 100%;
	} 
	
#menu {
	width				: 812px;
	height				: 29px;
}	
 
#maincol{
	width				: 812px;
	display:block;
	position			: relative; 
	width				:; 
	padding-top			: 6px;
	}
 
#footer{
	background-image	: url(../img/footer_background.jpg);
	background-repeat	: repeat;
	height				: 31px; 
	clear				: both;
	text-align			: center;
	padding-top			: 40px;
	} 
 
#left {
	width				: 237px;
	float				: left;
	padding-left		: 12px;
	}
	
#right {
	width				: 537px;
	float				: right;
	padding-right		: 12px;
	}

#right2 {
	width				: 767px;
	float				: right;
	padding-right		: 12px;
	}

/* 
--------------------------------------
   MAIN LINKS
--------------------------------------
*/ 
 
a {
	font-family			: Century Gothic, Tahoma, Arial, Georgia, "Times New Roman", times, serif;
	font-size			: 12px;
	color: #003399;
	text-decoration		: underline;
	}


a:hover {
	color				: #003399;
	text-decoration		: none;
	}	 	 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

