html, body{ 
 margin:0; 
 padding:0; 
 height:95%;
 text-align:center; 
 background-image: url('images/bg.gif');
 background-repeat: repeat
} 
 
#pagewidth{ 
 width:950px;
 min-height:100%;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color:#FFFFFF;
}

#popwidth{ 
 width:80%;
 min-height:100%;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color:#FFFFFF;
}
 
#header{
 position:relative; 
 top:35px;
 height:60px; 
 margin:15px;
}
 
#cols{ 
 float:left; 
 position:relative;
 margin:0px;
 }

#leftcol{ 
 float: left;
 display:inline; 
 position: relative; 
 width:330px;
 margin:15px;
 }

#middlecol{
 float:left;
 display:inline; 
 position: relative;
 width:290px;
 margin:15px;
 }

#rightcol{
 float:left;
 display:inline; 
 position: relative;
 width:215px;
 margin:15px;
 }
 
#maincol{
 float:left;
 display:inline; 
 position: relative;
 margin:15px;
 }

#footer{
 height:70px;
 clear:both;
 } 
 
#copyright{
 float:right;
 margin:15px;
 } 

 
.title { font-family : Helvetica, Arial, Sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height : 18px;
	color : #333333;
}
 
.body { font-family : Helvetica, Arial, Sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height : 18px;
	color : #333333;
}

.footer { font-family : Helvetica, Arial, Sans-serif;
	font-size : 9px;
	font-weight : normal;
	line-height : 13px;
	color : #333333;
}

a.body { font-family : Helvetica, Arial, Sans-serif;
	color : #0000cc;
	text-decoration : none;
}

A:link { font-family : Helvetica, Arial, Sans-serif;
	color : #0000cc;
	text-decoration : none;
}

A:active { font-family : Helvetica, Arial, Sans-serif;
	color : #666666;
	text-decoration : none;
}

A:visited { font-family : Helvetica, Arial, Sans-serif;
	/*color : #444444;*/
	text-decoration : none;
}

A:hover { font-family : Helvetica, Arial, Sans-serif;
	color : #cc0000;
	text-decoration : none;
}
 

 
 /* *** Float containers fix *** */ 
.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 */  


