@charset "UTF-8";

html,body {
   margin:0;
   padding:0;
   text-align: center;
}

body {
	background-image: url(images/bg_gradient.png);
	background-repeat: repeat-x;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

#top_ds {
	background-image:url(images/top_ds.png);
	background_repeat: no-repeat;
	margin-top: 50px;
	height:24px;
	
}

#top_bar {
	background-color: #7A4018;
	width: 850px;
	height: 36px;
	margin-left: 23px;
	color:#FFF;
	font-size:16px;
}

#top_bar a{
	text-decoration:none;
	color:#FFF;
}

#top_bar a:hover{
	text-decoration:none;
	color:#EACA9E;
}

#content {
	width: 900px;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;	
}

#header {
	margin-left: 23px;
}

#event_name{
	width: 780px;
	margin-left:40px;
	margin-top: 20px;
	background-image:url(images/event_name.jpg);
	background-repeat:no-repeat;
	padding-top:110px;
	padding-left: 15px;
	padding-right:20px;
}

#event_name a{
	color: #793F18;
	text-decoration:none;
}

#event_name h1{
	color: #793F18;
	font-size:18px
}

#event_name a:hover{
	color: #EACA9E;
}

#columns {
	width: 800px;
	margin-left: 20px;
	min-height: 150px;
	padding-bottom: 15px;
	margin-top: 20px;
}

#celebrate {
	width: 150px;
	float:left;
	margin-left: 25px;
	background-image: url(images/vip_tickets.jpg);
	background-repeat:no-repeat;
	padding-right: 30px;
	padding-top: 28px;
	padding-left:75px;
	font-size: 14px;
	line-height: 18px;	
}

#celebrate a {
	text-decoration:none;
	color:#000000;
	font-size:16px
}

#celebrate a:hover {
	color:#930;
}
	
#honor {
	width: 170px;
	float:left;
	margin-left: 10px;
	font-size: 14px;
	padding-right: 30px;
	padding-top: 28px;
	padding-left:72px;
	background-image:url(images/ben_spons.jpg);
	background-repeat:no-repeat;
	line-height: 18px;
}

#honor h1{
	font-weight:bold;
	color: #92D0CB;
	font-size:16px;
	margin-top: 8px;
	margin-bottom: 1px;
}

#honor h2{
	font-weight:bold;
	color: #92D0CB;
	font-size:14px;
	margin-top: 8px;
	margin-bottom: 1px;
}

#honor a {
	text-decoration:none;
	color:#000000;	
	font-size:16px;
}

#honor a:hover {
	color:#930;
}

#support {
	width: 190px;
	margin-left: 10px;
	padding-right: 30px;
	float:right;
	margin-top: 10px;
}

#support ul {
	margin-left:-15px;
}

#support lI {
	padding-bottom:5px;
	font-size: 16px;
}

#support a{
	color: #000000;
	text-decoration:none;
}

#support h1{
	color: #793F18;
	font-size:18px
}

#support a:hover{
	color: #EACA9E;
}

#ellington_logo{
	background-color:#FFF;
	width: 800px;
	margin-left: 23px;
	font-size:12px;
	padding-bottom: 10px;
}


#footer {
	background-image:url(images/bottom_ds.png);
	background-repeat:no-repeat;
	text-align:center;
	width: 950px;
	clear:both;
	height: 50px;
	font-size: 12px;
}
