
body
{
	background: #1f2944;
}


#site
{
	margin: 0 auto;
	margin-top: 50px;
	width: 761px;
	height: 450px;
	background: #7c7c7c;
}


#menu
{
	float: left;
	position: relative;
	width: 303px;
	height: 450px;
	background: white;
}


#content
{
	float: right;
	position: relative;
	width: 457px;
	height: 450px;
	background: #7c7c7c;
}


#slideshow
{
	position: absolute;
	top: 24px;
	left: 28px;
	height: 175px;
	width: 175px;
}



#items
{
	position: absolute;
	top: 230px;
	left: 11px;
}


#copyright
{
	position: absolute;
	top: 425px;
	left: 25px;
}


div#items div
{
	height: 20px;
}


img
{
	border: none;
}


a
{
	border-width: 0px;
}


