/* CSS Document */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 
 font-family: Georgia, sans-serif;
 
} 
 
#pagewidth{ 
 width:900px;
 height: 850px;
  background-image:url(../images/template2_a.jpg); 
 text-align:left; 
 margin-top: 5px; 
 margin-bottom: 5px; 
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
/* height:161px; 
 background-repeat:no-repeat;
 width:900px;*/
} 


#menu {
    position:relative; 
	
	margin-top:225px;
	margin-left:40px;
	
}

#menu ul {
	margin: 0px;
	color:#FFFFFF;
	padding: 5px 20px;
	list-style: none;	
}

#menu li {
	display:inline;
	padding: 0em 0.3em;
	border-right: dotted 1px #000000;
	
}

#menu a {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

#menu a:hover {
	color: #000000;	
}



#maincol{
 
/* margin-left:150px;
 margin-top: -630px;
 width:800px;
 height: 630px;*/
 font-family: Georgia, sans-serif;
 position: relative;
  float:left; 
  
 }
 
 #flash {
    position: relative;
	margin-left: 70px;
	margin-top: 20px;

}
 
 #maincol a {
    color:#000000;
	font-size: 14px;
}

#maincol a:hover {
    color:#999999;
	font-size: 14px;
}

#content {
  
   /*width:800px;
   height: 600px;*/
   font-family: Georgia, sans-serif;
   position: relative;
   margin-top:-327px;
   margin-left:485px;
   width: 378px;
   /*height: 410px;*/
}




#footer {
   position: relative;
   float:left;
   margin-top:15px;
   margin-left:80px;
  /* width: 950px;
   height:83px;*/
   
}
 

 
 /* *** 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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



