body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 14px;
	color: #003882;
	background-image: url('images/page_back.jpg');
	background-repeat: repeat-x;
	background-color: #fefeff;
	background-attachment: fixed;
}

a {
	font-weight: bold;
	color: #ed1c24;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

tr {
	vertical-align: top;
}

#header {
	width: 100%;
	background-color: #003882;
}

	#header img {
		margin: 0 auto;
		padding: 25px 0 10px 0;
		display: block;
	}

#content {
	padding: 10px;
	width: 896px;
	margin: 0 auto;
}

#winners-list {
	overflow: auto;
	height: 364px;
	width: 254px;
}

	#winners-list a {
		text-decoration: none;
		color: #003882;
		font-weight: normal;
	}

	#winners-list a:hover {
		text-decoration: underline;
	}

	#winners-list div {
		padding-top: 10px;;
	}

.head-background {
	width: 100%;
	height: 30px;
	background-color: #003882;
}

.box-content {
	padding: 3px;
}

.error {
	color: #f19ec1;
	font-weight: bold;
}