/* core */
html, body, #container { 
min-height: 100%;
width: 100%;
height: 100%;
}
html>body, html>body #container {
height: auto; 
}

body {
	font-family: Geneva, Verdana, Arial, sans-serif;
	background: #A02720 url(images/bkgnd.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
}
#container {
	margin:0;
	padding:0;
	position:absolute;
	top: 20px;
	left:0;
	height: auto;
	margin:0 auto;
}
#header_cont { 
 width:850px; 
 margin: 0 auto; 
}

#header {
	background: url(images/header.gif) no-repeat center top;
	margin:0;
	padding:0;
	height:103px;
}
#content_cont {
 width:850px; 
 margin:0 auto;
 padding-bottom: 10px;
 background: #F8EBCD url(images/bkgnd_bottom.gif) no-repeat bottom;
}
#content {
	width: 642px;
	padding: 20px 25px 0px 25px;
	font-size: 0.9em;
	color: #000;
	background-color:#FFFFFF;
 	float: right;
}
#content_gala {
	width: 642px;
	padding: 20px 25px 0px 25px;
	font-size: 0.9em;
	color: #000;
	background:#FFF url(images/events/2010-Fall-gala-flyer-dancers.jpg) no-repeat top center;
 	float: right;
}
#copy_gala {
	width: 372px;
	padding-top: 248px;
	font-size: 1.0em;
	color: #000;
 	float: left;
}
#content ul {
	margin-top: -8px;
	list-style: outside circle;
	margin-left: -4px;
}
#content li {
	margin-top: 10px;
}
#content_foot {
	width: 692px;
	height: 126px;
	float: right;
}

#menu {
	width: 692px;
	background: #C3522B url(images/menu_bkgnd.gif) no-repeat top;;
	text-align: center;
	vertical-align: middle;
	height: 23px;
	padding-top: 6px;
	font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
	color: #FC0;
 	float: right;
}

	#menu a, #menu a:visited {font-weight: bold; color:#FC0; text-decoration:none; }
	#menu a:hover, #menu a:active {font-weight: bold; color:#F8EBCD; text-decoration:underline; }
	
#left_column {
 width: 158px;
 background: #F8EBCD;
 float: left;
}

/* footer*/
#footer_cont {
	width:850px;
	margin: 0 auto;
}
#footer {
	width: 848px;
	margin: 0 auto;
	padding: 12px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	font: 0.7em Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
}

	#footer a, #footer a:visited {color:#FFF; text-decoration:none; }
	#footer a:hover, #footer a:active {color:#FC0; text-decoration:underline; }


/* heading tags */
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #AB0534;
	text-transform: uppercase;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FF8000;
	text-transform: uppercase;
}
	/* subtitles */
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF8000;
	margin-bottom: -15px;
} 
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: -8px;
}
.small {
	font-size: 0.7em;
}
.clear {
	clear: both;
}
.img_home {
vertical-align:bottom;
}
.image {
	float: right;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.emphasize {
	font: bold 1.1em;
	color: #AD4027;
}
#sponsors {
	width: 220px;
	padding: 248px 0px 0px 15px;
	text-align: center;
	float: right;
}