body
{
	font-size: 12px;
	font-family: Tahoma, Verdana, arial, sans-serif;
}

html,body
{
	margin:0;
	padding:0
}

#header
{
	height:50px;
	margin:0;
}

#topmenu
{
	height:20px;
	line-height:20px;
	margin:0;
	background-color: #EEEEEE;
	text-align: right;
	width:100%;
}

#wrapper
{
	float:left;
	width:100%;
}

#content
{
	margin: 0 0 0 150px; /* for percentage based layouts, simply replace the 150px with percentage */
}

#left
{
	float:left;
	width:150px; /* for percentage based layouts, simply replace the 150px with percentage */
	margin-left: -100%;
}

#footer
{
	clear:left;
	width:100%;
	height:50px;
	line-height:50px;
	text-align: center;
	font-size: 12px;
	vertical-align: text-bottom;
}

