* {
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
.clear {
	clear: both;
	}
	
body {
	background: #94b0b2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
	overflow: hidden;
	}
	
 html {
 overflow: hidden;
}
	
#site_menu {
	position: absolute;
	left: 0;
	top: 0;
	background: url('../img/menubg.png') repeat-x;
	width: 100%;
	height: 40px;
	text-align: center;
	}
	
#menu_wrapper {
	margin: 0 auto;
	width: 510px;
	height: 32px;
	}
	
#menu_content {
	list-style-type: none;
	}
	
#menu_content li {
	float: left;
	height: 32px;
	}
	
#theevent #menu_theevent {
	background-position: 0 -32px;
	}
	
#menu_theevent {
	width: 120px;
	background: url('../img/menu_theevent.png') no-repeat;
	}
	
#silentauction #menu_silentauction {
	background-position: 0 -32px;
	}
	
#menu_silentauction {
	width: 166px;
	background: url('../img/menu_silentauction.png') no-repeat;
	}
	
#sponsors #menu_sponsors {
	background-position: 0 -32px;
	}
	
#menu_sponsors {
	width: 119px;
	background: url('../img/menu_sponsors.png') no-repeat;
	}
	
#gallery #menu_gallery {
	background-position: 0 -32px;
	}
	
#menu_gallery {
	width: 105px;
	background: url('../img/menu_gallery.png') no-repeat;
	}
	
#buytickets #menu_buytickets {
	background-position: 0 -32px;
	}
	
#menu_buytickets {
	width: 134px;
	background: url('../img/menu_buytickets.png') no-repeat;
	}
	
.menu_selected {
	background-position: 0 -32px !important;
	}
	
.menu_link {
	display: block;
	height: 32px;
	}
	
.menu_link:hover {
	background-position: 0 -32px !important;
	}
	
#bodybg_image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}
	
#site_model {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	}
	
#model_image {
	width: auto;
	height: 100%;
	float: right;
	}
	
#site_sponsors {
	display: block;
	width: 573px;
	height: 78px;
	background: red url('../img/sponsors.png') no-repeat;
	position: absolute;
	left: 33px;
	bottom: 20px;
	}
	
#sponsors_links {
	position: relative;
	}
	
#sponsors_links a {
	display: block;
	position: absolute;
	background: url('../img/blank.gif');
	}
	
#sponsors_link_unitedway {
	width: 95px;
	height: 78px;
	left: 0;
	top: 0;
	}
	
#sponsors_link_notable {
	width: 88px;
	height: 30px;
	left: 190px;
	top: 88px;
	}
	
#sponsors_link_ibm {
	width: 88px;
	height: 30px;
	left: 287px;
	top: 85px;
	}
	
#sponsors_link_espresso {
	width: 70px;
	height: 20px;
	left: 185px;
	top: 55px;
	}
	
#sponsors_link_onekingwest {
	width: 55px;
	height: 45px;
	left: 268px;
	top: 33px;
	}
	
#sponsors_link_blogto {
	width: 52px;
	height: 30px;
	left: 335px;
	top: 46px;
	}
	
#sponsors_link_zoommedia {
	width: 40px;
	height: 45px;
	left: 398px;
	top: 29px;
	}
	
#sponsors_link_pandg {
	width: 35px;
	height: 25px;
	left: 450px;
	top: 53px;
	}
	
#sponsors_link_ricohibm {
	width: 77px;
	height: 26px;
	left: 496px;
	top: 48px;
	}
	
#site_content {
	position: absolute;
	left: 50px;
	top: 0;
	width: 600px;
	height: 100%;
	background: url('../img/contentbg.png') repeat-x;
	}
	
#home #site_content {
	background: none;
	}
	
#content_sponsors {
	display: block;
	width: 488px;
	height: 119px;
	background: url('../img/sponsors.png') no-repeat;
	position: absolute;
	left: 15px;
	bottom:15px;
	}
	
#content_window {
	position: absolute;
	width: 540px;
	height: 100%;
	padding: 60px 30px;
	left: 0;
	top: 0;
	}
	
#home #content_window {
	padding: 100px 30px 0 30px;
	}
	
#window_scroller {
	overflow: auto;
	font-size: 1.5em;
	height: 58%;
	padding: 0 25px 0 0;
	}
	
h2 {
	font-weight: normal;
	font-size: inherit;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	}
	
#window_header h2 {
	font-size: 1.5em;
	margin: 0 0 20px 0;
	}
	
h3 {
	font-size: inherit;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	letter-spacing: -1px;
	}
	
p {
	margin: 0 0 15px 0;
	line-height: 22px;
	}
	
#theevent_details {
	margin: 20px 0;
	background: url('../img/scrollbarbg.png');
	padding: 20px 20px 20px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#details_text {
	float: left;
	font-size: .9em;
	width: 300px;
	}
	
#details_text p {
	margin: 0 0 0 0;
	}
	
#details_map {
	float: right;
	}
	
#details_map img {
	background: url('../img/scrollbarbg.png');
	padding: 5px;
	}
	
#gallery_container {
	width: 515px;
	margin: 0 0 15px 0;
	}
	
#window_scroller a, #window_scroller a:visited, #window_scroller a:active {
	color: #ffffff;
	text-decoration: none;
	background: url('../img/scrollbarbg.png');
	padding: 3px;
	}
	
#window_scroller a:hover {
	background: url('../img/maskbg.png');
	}
	
#window_scroller a.nobg {
	background: none;
	}
	
#rouge_ie6 {
	display: none;
	}
