﻿body 
{
	margin:0;
}

#container
{
	width:800px;
	margin:auto;
}

#header-top
{
	height:25px;
	background-color:#eeeeee;
}

#header-logo
{
	height:100px;
	background: url(../Images/logo.png) no-repeat right;
	margin-bottom:25px;
}

#left-bar
{
	width:150px;
	float:left;
}

#main
{
	width:650px;
	float:right;
}

#content
{
	margin:0px 15px;
}

#footer
{
	height:80px;
	text-align:center;
	padding:10px;
}

.clear
{
	clear:both;
	height: 0px;
}