
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#86B7C8;
	font-family:Geometr231LtBTLight, Verdana, Arial, Helvetica, sans-serif;
	font-size:48px;
} 
 
#pagewidth{ 
 width:1024px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  

} 
 
#header{
	position:relative;
	height:200px;
 	width:100%;
	background-image:url(../images/header-bg1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	z-index:1000;
} 

#header1{
	position:relative;
	height:200px;
 	width:100%;
	background-image:url(../images/header-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	z-index:1000;
} 
 

 
#footer{
 height:140px; 
 clear:both;
 	background-image:url(../images/footer-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
 } 
 
#maincol{
	float: right;
		background-image: url(../images/body-bg.gif);
	background-repeat:repeat-y;
	padding-left:28px;
	padding-right:25px;
	z-index:-100;
	
 }
 

.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 */  

#A {
  zIndex: -10;
}
#b {
  zIndex: 20;
}

.heading-titles {
	font-family:Geometr231LtBTLight, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

.regtext-noindent {
	font-family:Geometr231LtBTLight, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.regtext {
	font-family:Geometr231LtBTLight, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:560;
}
.footer {
	font-family:Geometr231LtBTLight, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.regtext-noindent A:link {text-decoration:none; color: #612C2A;}
.regtext-noindent A:visited {text-decoration: none; color: #612C2A;}
.regtext-noindent A:active {text-decoration: none; color: #612C2A;}
.regtext-noindent A:hover {text-decoration: underline overline; color: red;}



