body {
	background-color:black;
	margin:0px;
	padding:0px;
}

#Wrapper{
	width:960px;
	height:660px;
	margin:40px auto 40px auto;
	position:relative;
}

#OddBox {
	position:absolute;
	left:40px;
	top:60px;
	height:28px;
	width:880px;
	background-color:#CCCCCC;
}

#Navigation {
	position:absolute;
	width:880px;
	height:28px;
	left:40px;
	top:30px;
	background-color:#999999;
	text-align:center;
}
#Navigation a {
	color:white;
}
#Navigation a:hover {
	color:black;
}
#Footer {
	position:absolute;
	width:880px;
	left:40px;
	top:650px;
	text-align:center;
}
#Footer a {
	color:white;
	font-size:0.8em;
}
#Footer a:hover {
	color:orange;
}

#Animation {
	position:absolute;
	left:40px;
	top:164px;
	width:880px;
	height:276px;
}
#ContentArea {
	position:absolute;
	left:180px;
	top:460px;
	text-align:center;
	width:600px;
}

#TurnersLogo {
	position:absolute;
	left:40px;
	top:575px;
}

#TurnersWomanLogo {
	position:absolute;
	left:720px;
	top:575px;
}

/* Utilities  */

.clear-both {
	font-family:monospace;
	font-size:0px;
	line-height:0px;
	clear:both;
}


/* Type */

body, th, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
}

a {
	color:#FFCCCC;
	font-weight:bold;
	text-decoration:none;
	padding:auto 2px auto 2px;
}

p {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
}

#Navigation {
	font-size:12px;
}
