/* @override http://www.parkbeachhomebase.com.au/storm_makeover_blitz/css/storm.css */

body {
	margin: 0;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 35px;
	background: url(../images/background.jpg) no-repeat;
}

#menu {
	position: absolute;
	width: 500px;
	text-align: left;
	top: -45px;
	left: 0;
}

#menu ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 10px;
	font: .8em Verdana, Tahoma, Trebuchet, sans-serif;
	text-decoration: none;
}

#menu a:hover {
	padding-right: 10px;
	font: .8em Verdana, Tahoma, Trebuchet, sans-serif;
	text-decoration: underline;
	color: red;
}

#menu a:visited {
	padding-right: 10px;
	font: .8em Verdana, Tahoma, Trebuchet, sans-serif;
	text-decoration: none;
	color: purple;
}

#leftcol {
	float: left;
	width: 350px;
}

#rightcol {
	float: right;
	width: 400px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1b307c;
	margin-right: 75px;
	margin-top: 91px;
	/* fix ie double margin bug */
	display: inline;
	position: relative;
	margin-bottom: 25px;
min-height: 500px; 
height: auto !important; 
height: 500px;

}

#sponsors {
	padding-top: 10px;
}

#sponsors img {
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

.major {
	float: left;
	text-align: center;
}

.associate {
	text-align: center;
	float: right;
}

.sponsorlevel {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	padding-bottom: 3px;
	margin-bottom: -10px;
	color: #1b307c;
	text-transform: uppercase;
	font-size: .8em;
}

.clearboth {
	clear: both;
}

ol {
	text-align: left;
}

ol li {
	margin-bottom: 10px;
}
