
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: url(images/blue_back.gif);
} 
 
#pagewidth{ 
 width:750px; 
 padding:0; 
 text-align:left;  
margin-left:auto; 
margin-right:auto;
background:#fff ;
border-left: solid 1px #000;
border-right: solid 1px #000;
border-bottom: solid 1px #000;
} 
 
#header{
  width:750px;
  height: 175px;
 padding:0; 
background-color:none;
} 
 
#leftcol{
 width:185px; 
height:auto;
 float:left; 
 background-color:#fff; 
 }
 
 
#maincol { 
	   width: 565px;
	 height:auto;
 padding:0; 	   
float:right;}

h1 {margin:50px 125px 0 75px;
height:35px;
font-size:18px;
color:#7b858a;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background:url(images/title_bk.gif) no-repeat;
} 

p.start {
margin:10px 125px 0px 75px;
font-size:14px;
color:ccc;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
text-align:justify; 
}

#cal {margin:50px 50px;
width: 175px;
height:50px;
}

#navcontainer
{
width:175px;
margin:0 0 50px 0;
padding: 0px;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #fff;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
margin: 0;
}

#navcontainer li a
{
display: block;
background-color: #fff;
text-decoration: none;
width: 175px;
height:50px;
}

#navcontainer li a { width: 175px; }

#navcontainer li a:hover
{background-image:url(images/button_over.gif);}

.counter {margin:70px 25px 0px 0px; float:right;}

 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

