body, p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #ddd;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}
a {
	color: Black;
}
a img {
	border: 0;
}
#contain {
	width: 744px;
	border: 1px solid Black;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}
#contain img {
	display: block;
}
#header {
	background: #69c url(images/top.gif) no-repeat;
	height: 159px;
}
#header h1, .hidden h1 {
	display: none;
}
#header div {
	height: 159px;
	position: relative;`
}
#header div a {
	width: 744px; height: 159px; display: block;
	position: absolute; left: 0; top: 0;
	background: transparent;
}
#lstripe {
	width: 10px;
	background-color: Black;
}
#content {
	background-color: White;
/*	width: 726px;*/
	margin: 0;
	padding: 10px;
	}
.midstripe {
	width: 5px;
	background-color: Black;
}
.contest {
	margin: 0;
	padding: 10px;
}
#footer {
	margin: 0;
	padding: 0 0 0.5em 0;
	background: #69c url(images/bottom.gif) no-repeat;
}
#contact {
	margin: 0;
	margin-top: 62px;
	padding: 0;
	background: #69c;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#contact a {
	color:black;
	text-decoration:none;
}
#contact a:hover {
	color:white;
	text-decoration:none;
}
