html,body	{
	margin:0; 
 	padding:0; 
 	text-align:center;
	background: url(../../images/bg.jpg);
	background-color: #252525;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}


/************* Layout *******************/

 
#pagewidth { 
 width:990px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol {
 width:25%; 
 float:left; 
 position:relative; 
}
 
#maincol {
 float: right; 
 display:inline; 
 position: relative; 
}



 
#footer {
 height:10px; 
 clear:both;
 text-align:center;  
 margin-left:auto; 
 margin-right:auto; 
} 
  
 /* *** 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 */  


#topContentLeft {
 width: 496px; 
 float:left; 
 position:relative; 
}
 
#topContentRight {
 width: 225px;
 float: right; 
 display:inline; 
 position: relative; 
}


#bannerLeft {
 width: 365px; 
 float:left; 
 position:relative; 
}
 
#bannerRight {
 width: 365px;
 float: right; 
 display:inline; 
 position: relative; 
}

/************* Menus ************************/

#navcontainer { 
	width: 212px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, sans-serif;
}

#navcontainer ul li {
	margin-bottom: 10px;
	
	
}

#navcontainer a {
	display: block;
	width: 208px;
	height: 19px;
	padding-top: 5px;
	background-color: #e3e3e3;
	background: url(../../images/menu_off.png);
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#navcontainer a:link, #navlist a:visited {
	text-decoration: none;
}

#navcontainer a:hover {
	color: #d3bc52;
}



/************* Formatting *******************/

img {
	border: none;
}

a:link {
	color: #3d3d3d;
	text-decoration: underline;
}

a:visited {
	color: #3d3d3d;
	text-decoration: underline;
}

a:hover {
	color: #3d3d3d;
	text-decoration: none;
} 


.mainContentBox	{
	background: url(../../images/homepage_middle_bg.png);
	padding-left: 13px;
	padding-right: 13px;
	height: 334px;
}

.contentBox	{
	background: url(../../images/subpage_middle_bg.png);
	padding-left: 23px;
	padding-right: 23px;
	width: 664px;
}


.copyright	{
	font: 10px Verdana, sans-serif;
	color: #FFFFFF;
}

.largeText {
	font-size: 15px;
}

.largerText {
	font-size: 17px;
}




