html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #666666;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
	
p { 
	margin: 15px; 
	padding: 0px;
	text-align: left;
	line-height: 17px;
	}
	
li{
	line-height: 17px;
}

h2 {
	margin: 10px;
	color: #8B0A04;
	font-size: 16px;
}

hr{
	color: #8B0A04;
}

a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #8B0A04;
	}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #8B0A04;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #8B0A04;
	}

/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 802px;
	position: relative;
	text-align: left;
}

#contact{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 88px;
	background-color: #FFF;
	clear: both;
	text-align: right;
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 798px;

}

#main_content{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 798px;
}

#main_content a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #8B0A04;
	}
#main_content a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #8B0A04;
	}
#main_content a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #8B0A04;
	}


#footer{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: 52px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/bg_footer.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#footer a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #FFF;
	}
#footer a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #FFF;
	}
#footer a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #FFF;
	}
	
/* nav ------------- */
#nav{
	border: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 798px;
}

#nav a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #FFF;
	}
#nav a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #FFF;
	}
#nav a:hover, a:active { 
	text-decoration: none;
	font-weight: bold; 
	color: #FFF;
	}

.rollmenu { padding: 5px; color: #FFFFFF; display: block; line-height: normal; background-color: #146B8A; text-decoration: none; font-size: 11px; border-left: 1px solid #FFF; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF;}
.rollmenu:hover {	background-color: #8B0A04; text-decoration: none}
.menuhead {font-weight: bold; font-size: 12px; color: #ffffff; background-color: transparent}
#menu1 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu2 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu3 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu4 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}

#menu1Container {
	margin-left: -110px;
	margin-top: 108px;
}

#menu2Container {
	margin-left: -93px;
	margin-top: 108px;
}

#menu3Container {
	margin-left: 91px;
	margin-top: 108px;
}

/* quickcontact ------------- */
#quickcontact{
	border-top: 1px solid #8C0903;
	border-bottom: 1px solid #8C0903;
	margin: 0px;
	padding: 0px;

}