@import '/css/typography.css';

body
{
	background-color:#E7EDEC;
}


#wrapper
{
	width:100%;
	/*background-image:url('/img/background.jpg');*/
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}

#logo
{
	width:100%;
	text-align:center;
	
	clear:both;
	float:none;
	
	border-bottom:dashed 1px #cacaca;
	
	padding-bottom:10px;
}

#leftCol
{
	width:55%;
	float:left;
		
	font-size:12px;
	
	background-color:#FFFFFF;
	padding:1px;
	
	border-left:dashed 1px #cacaca;
}

#rightCol
{
	width:40%;
	
	background-color:#FEFFF2;
	
	top:0;
	bottom:0;
	
	float:right;
	
	border-left:dashed 1px #cacaca;

}

#footer
{
	float:none;
	clear:both;

	
	border-top:dashed 1px #cacaca;
	
	background-color:#FFFFFF;
	padding:1px;
	
}
