html {
	height: 100%;
}

body {
	background-repeat:no-repeat;	
	margin: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1 a:link {
	font-size: 12px;
	color: #e48400;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1 a:visited {
	font-size: 12px;
	color: #e48400;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #9D0F0D;
}

a:visited {
	text-decoration: none;
	color: #9D0F0D;
}

a:hover {
	text-decoration: underline;
	color: #9D0F0D;
}


#full {
	position:absolute;
	background-image:url(backgrnd.gif);
	width:1024px;
	height:768px;
	background-repeat: no-repeat;
	z-index: 0;
}

#top {
	position:absolute;
	width:530px;
	height:395px;
	top: 348px;
	left: 448px;
	overflow: hidden;
	background-color: white;
	background-repeat: no-repeat;
	z-index: 1;
}

#bottomleft {
	position:absolute;
	width:400px;
	height:400px;
	left: 17px;
	top: 348px;
	overflow: hidden;
	background-color: white;
	background-repeat: no-repeat;
	z-index: 1;
}

#bottomright {
	position:absolute;
	width:400px;
	height:300px;
	left: 17px;
	top: 19px;
	background-color: white;
	background-repeat: no-repeat;
	z-index: 1;
}

#sponsor {
	position:absolute;
	width:538px;
	height:166px;
	left: 440px;
	top: 160px;
	background-color: white;
	background-repeat: no-repeat;
	z-index: 1;
}



#content {
	position:absolute;
	margin: 25px 0px 0px 225px;
	width: 512px;
	float: left;
	left:0px;	
}



h1 {
	font-family:"Arial Black";
	font-size: 20px;
	color: #e48400;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-family:"Arial Black";
	font-size: 18px;
	color: #9D0F0D;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

img {
	border: 0px;
}