@import '/css/reset.css';

html, body { height: 100%; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td 
ol, ul, li { list-style:none; 
}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }




html{
	height:100%;
}

body{
	
	font-family:verdana, trebuchet, sans-serif;
	height:100%;
	border:0;
}

#wrap { 
	position: relative;
	width: 900px;
	margin: 0 auto;

	}


#container{

	position:relative;
	margin:0 auto;
	width:1050px;
	padding-top:38px;

	display:table;

}

#header{
	background:white;
	margin-left:28px;
}



#content{
	float:left;
	width:790px;
	padding-top:55px;
	margin-left:260px;
	height:100%;
    position:absolute;

}

#content a{
	color:#656565;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

#content2{
	float:right;
	width:800px;
	padding-top:25px;
	margin-right:25px;
}



#leftcol {
	position: absolute;
text-decoration: none;
	left: 0;
width: 670px;
	text-align: left;
	color: #666;
	line-height: 20px;
	}
#leftcol p {
	margin: 22px 0 42px 0;
	font-size: 11px;
	line-height: 20px;
	color: #999;
	}
#leftcolw {
	position: absolute;
	top: 100px;
	left: 0;
	width: 300px;
	text-align: left;
	color: #333;
	}
#leftcolw p {
	margin-top: 22px;
	font-size: 11px;
	line-height: 22px;
	}



h1 {
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0;
	font-weight: normal;
	color: #CC765B;
	font-size: 1.6em;
	}
h2 {
	margin-top: 0;
	margin-bottom: 6px;
	padding: 0;
	font-style: italic;
	font-size: 20px;
	line-height: 20px;
	color: #999;
	}



