/********************
ContestInformation
********************/

#ContestInformation	{
	padding-top:	10px;
	padding-bottom:	20px;
}
#ContestInformation h3	{
	padding-bottom:	5px;
	font-size:	1.6em;
	color:	#0037ff;
}

#ContestCount	{
	width:	550px;
	height:	100px;
	background: url(../images/contest/contest_base.png) no-repeat;
}
#ContestCount a	{
	display:	block;
	padding-left:	425px;
}

#ContestLink	{
	padding-top:	5px;
	text-align:	center;
}
#ContestLink a	{
	color:	#0037ff;
}
#ContestLink a:hover	{
	color:	#ff0037;
}


#contestdesc	{
	padding-top:	20px;
	padding-bottom:	20px;
}
#contestdesc img	{
	border-bottom:	10px solid #ccffcc;
}

