html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
} 
 
#pagewidth{ 
width:980px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;
background-image:url(../images/background.jpg);
background-repeat:repeat-y;
 height:101%;
} 
 
#header{
position:relative; 
height:152px; 
width:100%;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
} 

/*
**************************************************************
MENU CLASSES
**************************************************************
*/

#menu-container{
width:957px;
height:31px;
background-image:url(../images/menu-left.jpg);
background-repeat:no-repeat;
padding-left:23px;
}

#menu-content{
height:27px;
float:left;
background-image:url(../images/menu-background.jpg);
background-repeat:repeat-x;
padding-top:4px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#666666;
font-weight:600;
}

#menu-close{
background-image:url(../images/menu-right.jpg);
background-repeat:no-repeat;
height:31px;
width:34px;
float:left;
}


#leftcol{
 width:285px;
 background-image:url(../images/content-left.jpg);
 background-repeat:no-repeat;
 float:left; 
 position:relative;
 font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#666666;
font-weight:300;
  }
 
#leftcol-content{
 width:235px;
 padding-left:50px;
 padding-top:30px;
 font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#666666;
font-weight:300;
  }

#twocols{
 width:695px; 
 float:right; 
 position:relative;
  }
 
#rightcol{
 width:308px; 
 float:right; 
 position:relative; 
 font-family:Georgia, "Times New Roman", Times, serif;
 background-image:url(../images/content-right.jpg);
 background-repeat:no-repeat;
font-size:16px;
color:#666666;
font-weight:600;
 }

#rightcol-content{
width:248px;
padding-left:30px;
padding-right:30px;
padding-top:15px;
font-size:16px;
color:#666666;
font-weight:600;
}

#maincol{
float: left; 
display:inline; 
position: relative; 
width:387px;
background-image:url(../images/content-center.jpg);
background-repeat:no-repeat;
 font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#666666;
font-weight:100;
 }

#maincol-content{
 width:332px;
 padding-left:25px;
 padding-top:30px;
 padding-right:30px;
 font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#666666;
font-weight:100;
  }

#footer{
height:50px;
text-align:center;
clear:both;
 font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#666666;
font-weight:300;
 } 
 
..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;}
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

