﻿body{
	margin:0px;
	padding:0px;
	background: #000;
	color: white
}


#header
{
	height: 250px;
        width:  500px;
}

#rightcolumn
{
	background: #f00;
	float: right;
	width: 300px;
	height: 500px;
}


#content
{

	float: left
	width: 300px;
	height: 332px;
border:2px solid white;

}
#menu
{

	float: left
	height: 432px;

}


#footer
{
	clear:both;
	height: 50px;
	text-align:center;
}
.item{
width:200px;
border-bottom:1px solid #525252;
margin:0 0 11px 24px;
float:left;
padding:0 0 14px 0;
font-family:Tahoma;
font-size:11px;
color:#E3E6E6;
}
.pic{
border:2px solid white;
float:left;
margin:16px 9px 0 0
}

