
html, body
{
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 15px;
	text-align: center;
	color: white;
	background: #F2D48C; 
	height: 100%;
}

p
{
	margin: 0 8px 8px;
	font-family: arial, sans-serif;
	font-size: 15px;
}

ul, ol
{
	font-family: arial, sans-serif;
	font-size: 15px;
}


h1, h2, h3, h4, h5, h6
{
	font-family: arial, sans-serif;
	margin-bottom: 0px;
}

a
{
	font-family: arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
}	

a:link { color: #F1D48B; } 
a:visited { color: #F1D48B; }
a:hover { color: #DCD9E2; }
a:active { color: #DCD9E2; }

hr
{
	color: white;
	width: 100%;
	height: 1px;  /* Only works in IE */
}

img	{ border: 0; }

div#container		 
{ 
	width: 700px; 
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: left;
	background: #38235A;
}

div#header
{
 width: 100%;
 background: #38235A;
}

div#links
{
 width: 100%;
 height: 45px;
 background: #38235A url(../images/linkbg.jpg) repeat-x top left;
}

img#main, img#competition, img#change					 { float: right; }

div#main
{
 margin-left: 35px;
 margin-right: 35px;
}

div#footer
{
 padding-bottom: 30px;
 text-align: center;
 color: #F4D488;
}
div#footer p, div#footer h1			{ font-family: times, serif; }

table#partnership				 
{
 width: 650px;
 margin-left: auto;
 margin-right: auto;
 background: white; 
 text-align: center;
 vertical-align: bottom;
}

table#partnership tr, table#partnership td		 { padding: 0px; }

table#partnership td	{height: 77px; }

table#partnership img			{ padding-left: 10px; padding-right: 10px; vertical-align: baseline; }

img#huskyteelogo	{ position: relative; left: 20px; top: -10px; }
img#purpletee			{ position: relative; left: 125px; }

div#splash	
{
	width: 100%;
	padding-bottom: 35px;
	background: #452976;
}

div#splash p	{ font-family: georgia, serif; font-size: 16px; }