﻿@import url("style.css");


#header 	
{
	height: 184px; 
}

#sidebar 
{
	width:390px;
	margin-top:30px;
	border-right:1px solid #e6e5e4;
}

#maincontent
{
	width:571px;
	border-left:1px solid #e6e5e4;
	margin-left:390px;
}

#maincontent .col1 
{
	width:390px;
	float:left;
	padding-right:0px;
}

#maincontent .col2 
{
	width:160px;
	margin-left:400px;
}

