﻿html {
	/*overflow:hidden*/
	font-family: Arial;
}

body 
{
	margin:0;
	padding:0;
	background:#e7e8e9 none repeat scroll 0 0;
	font-family: Verdana; color: #999999;
}

#container 
{
	background:#fff url(../images/bg-repeat.gif) repeat-x scroll center top;
	width:100%;
}

#wrapper {
	margin:0 auto;
	overflow:hidden;
	position:relative;
	text-align:left;
	width:898px;
	height: 678px;	
}

#content {
	display:inline;
	float:left;
	height:489px;
	overflow:hidden;
	position:relative;
	width:1024px;
	padding:0px 0px 0px 0px;
	z-index:50;
		
}

.section 
{
	height:489px;
	overflow:hidden;
	position:relative;
	width:7750px;
	/*index:50;*/
	margin:0px;
	padding:0px;	
}

.left_col {
	display:inline;
	float:left;
	height:481px;
	width:186px;
}

.page 
{ 
    width:712px;    
	height:489px;
	float:left;
	margin:0px;
	padding:0px;	
	overflow: hidden;	
}


#header
{
    height: 113px;
}


#logo
{
	width:186px;  /*All browsers*/
	_width:186px; /*IE 6 only*/
	#width:146px; /*ALL IE BROWSERS*/
	top: 24px;
	position: relative;
	height: 80px;
	float:left;
	margin:0px;padding:0px;
}

#logo img { border: 0px; }

div.clear
{
    clear: both;
    font-size: 1px;
	line-height:1px;
}
