﻿#bodycontainer {
    width: 1000px;
    margin: auto;
	margin-top: 5px;
	padding-bottom: 5px;
	background-color: #333333;
	background-image: url(../layout/blue/contenthead.png);
	background-repeat: repeat-x;
}
#contest_side{
	float: left;
	width: 250px;
}
#contest_side div.box{
	background-color: #181818;
	display:block;
	width: 238x;
	margin: 5px 5px 0px 5px;
	background-image: url(../layout/contests/minihead.png);
	background-repeat: repeat-x;
	padding: 0px 1px 0px 1px;
}
#contest_body{
	width: 745px;
	float: left;
	margin: 5px 5px 0px 0px;
	text-indent: 8px;
}
#contest_body div.item{
	width: 745px;
	display: block;
	height: 140px;
	position: relative;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-image: url(../layout/contests/itembg.png);
}
#contest_body b.heads{
	display: block;
	width: 743px;
	border-left: solid 1px #566264;
	border-right: solid 1px #111111;
	line-height: 24px;
	background-image: url(../layout/contests/minihead.png);
	background-repeat: repeat-x;
}
#contest_side div.box b.heads{
	width: 238px;
	text-indent: 8px;
}
#contest_link:link, #contest_link:visited{
	font-weight: bold;
	font-size: 16px;
	margin-left: -8px;
	color: #cccccc;
}
#contest_link:hover, #contest_link:active{
	color: white;
	text-decoration: underline;
}