/* General Styles */

* {
	margin: 0;
	padding: 0;
}

a{
	outline:none;
}

a img {
	border: 0;
	}
	
a,
a:link, 
a:visited {
	color:#a31d22;
	text-decoration: underline;
	font-weight:bold;
}
	
a:hover {
	color:#ff3737;	
}

body {
	background: url('../img/bg.gif') repeat-y top center #f0f1f1;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	margin: 0px;
	color:#1a1a1a;
}

h1 {
	color:#a21d22;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 14px 0px;	
}

h2 {
	color:#a21d22;
	font-size:15px;
	font-weight:bold;
	margin:8px 0px 2px 0px;
}

h3 {
	color:#a21d22;
	font-size:12px;
	font-weight:bold;
	margin:8px 0px 2px 0px;
}	

.dataTable{
	border:1px solid #e7e7e7; 
	border-collapse:collapse; 
	background-color: #f7f7f7;
}

.dataTable td{
	border:1px solid #e7e7e7;
}

/* Page styles */

#page_wrpr{
	margin:0 auto;
	width:743px;
}

#logo{
	width:743px;
	height:196px;
	background:url('../img/logo.gif') no-repeat;
}

#menu{
	width:743px;
	background:url('../img/bg_menu.gif') no-repeat;
	height:30px;
	font-size:12px;	
}

#menu ul{
	list-style:none;
	margin-left:17px;
	padding-top:7px;
}

#menu li{
	float:left;
	margin-left:5px;
	background:url('../img/menu_divider.gif') no-repeat;
	padding-left:5px;
}

#menu li.first_item{
	background:none;
}

#menu li.selected a{
	color:#592828;
}

#menu a,
#menu a:link,
#menu a:visited{
	color:#f5dcdd;	
}

#menu a:hover{
	color:#592828;	
}

#main_content{
	background:url('../img/bg_rose.gif') no-repeat top center;
	width:635px;
	padding-left:54px;
	padding-right:54px;
	padding-top:26px;
	min-height:480px;
}

#event_content{
	background:url('../img/bg_rose.gif') no-repeat top center;
	width:635px;
	padding-left:54px;
	padding-right:54px;
	padding-top:26px;
	min-height:880px;
}
#honorees_content{
	background:url('../img/bg_rose.gif') no-repeat top center;
	width:635px;
	padding-left:54px;
	padding-right:54px;
	padding-top:26px;
	min-height:1580px;
}
#sponsors_content{
	background:url('../img/bg_rose.gif') no-repeat top center;
	width:635px;
	padding-left:54px;
	padding-right:54px;
	padding-top:26px;
	min-height:1180px;
}
#bottom_content{
	width:743px;
	height:34px;
	background:url('../img/bg_bottom.gif') no-repeat top center;
}	

#footer{
	width:743px;
	text-align:center;
	color:#7e8083;
	padding-bottom:20px;
}
	
/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/********************** Content ***************************/

#left {
	float:left;
	width:328px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#ec2225;}
#left a:hover{color:#a21d22;}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #a31d23 2px solid;

}
#right a{
	color:#ec2225;
}
#right a:hover{
	color:#a21d22;
}