 
* {  
	margin: 0px; 
	padding:0px; 
}

html  {  
	width:100%;  
	height:100%;  	
}

body { 
	 background-image: url(images/background_homepage.jpg); 
	background-attachment: fixed; 
	background-position: 50% 0; 
	background-repeat: no-repeat;  
	background-color: #7296ae;
	font-family: Trebuchet MS, sans-serif;
	font-size: 1em; 
	font-weight: 400; 
	line-height: 1.3em; 
}




#container { 
	width: 800px; 
	height: 600px;  
	margin: 0 auto;	
}

#headermenu { 
	
	width: 686px; 
	height: 40px;	 	
	margin: 0 auto;
	font-size: 0.8em; 
	font-weight: 700; 
	clear: both;
}

#mainbody {
	width: 687px;
	height: 460px;
	margin: 0 auto;
	background-image:url(images/main_bg.png); 
	background-position: 0 0; 
	background-repeat: no-repeat;
	clear: both;
}

#maincontent { 
	float: left;
	width: 520px;
	margin: 10px 20px;
}

#sidebar { 
	float: right;
	margin: 10px 10px 0 0;
}


#colheader {
	width: 99%;
	clear: both;
}

 #leftcol {
	float: left;
	width: 48%;
	height: 140px;
	margin: 0 0 20px 0;
}

#rightcol {
	float: right;
	width: 48%;
	height: 140px;
	margin: 0 0 20px 0;
} 


#footer  {  
	width: 686px; 
	height: 40px;	 	
	margin: 0 auto;
	font-size: 0.8em; 
	font-weight: 700; 
	clear: both;
}




/* ============= other pages structure formatting ======= */




/* p's & em's */

p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: 700;
}

p.big {
	font-size: 1.1em;
	color: #900;
}

p.address {
	margin: 10px;
}



em.small {
	font-style: normal;
	font-size: 0.7em;
	font-family: arial;
}


/* Lists */




/* imgs */

img { border: 0; }


/* headers */

h1, h2, h3, h4, h5 { 

	font-size: 0.9em;
	color: #009;
	margin: 10px 0 5px 0;
}


/* anchor tags */


a, a:link, a:visited, a:active { 
	color: #336699; 
	text-decoration: none;
}

a:hover {
	color: #ac3927;
	text-decoration: none;
}

