body {
	margin: 0;
    padding: 0;
    background-color: #F6F4E4;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
	color:#6B6854; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 691px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
#header h1 {
	margin: 0;
	padding: 0;
	display: none;
	line-height: 0;
}
#header a img {
	border: none;
	text-decoration: none;
}
#left_col {
	width: 240px;
	margin: 0;
	padding:0;
	float: left;
}
#nav {
	margin: 0;
	padding: 0;
	background-image: url(images/menu-bg1.jpg);
	background-repeat: no-repeat;
	
}
#nav ul {
	margin: -25px 0 0 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#nav li {
	 width: 125px;	
	 height:27px; 
	 margin:0 auto; 
	 display: block;
	 background:url(images/dot.gif) 0 100% repeat-x;
}
#nav li a {
	height:26px; 
	display:block; 
	background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4; 
	color:#8F8C73; 
	font-weight:bold; 
	padding:0 0 0 22px; 
	text-decoration:none;
}
#nav li a:hover{
	background:url(images/arrow-over.gif) 0 50% no-repeat #F6F4E4;
	color:#500101;
	text-decoration:none;
}
body#home_pg #nav li#home a, body#tickets_pg #nav li#tickets a, body#committee_pg #nav li#committee a, body#menu_pg #nav li#menu a, body#contact_pg #nav li#contact a, body#decor_pg #nav li#decor a, body#entertainment_pg #nav li#entertainment a, body#photos_pg #nav li#photo a  {
	color:#500101;
	background:url(images/arrow-over.gif) 0 50% no-repeat #F6F4E4;
}
#nav li#red a {
	color: #F7F7E7;
	background-color: #A3171E; /*#EDCBCB;*/
}
#major_sponsors {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
}
#major_sponsors h3 {
	color: #520101;
	font-size: 110%;
}
#major_sponsors a img {
	border: none;
	text-decoration: none;
	padding: 3px 0;
}
#main_content {
	width: 451px;
	margin: 0;
	padding: 0;
	float: left;
}
#main_content h2,  #main_content h3, #main_content p, #main_content ul {
	padding-left: 8px;
}
#main_content ul {
	margin-left: 12px;
}
#main_content a:link, #main_content a:visited, #main_content a:active {
	color: #520101;
	text-decoration: underline;
}
#main_content a:hover {	
	color: #6F241A;
	text-decoration: underline overline;
}
#sponsorship h4, #sponsorship p {
	margin: 0;
	padding: 5px 0 3px 0;
}
#other_sponsors {
	text-align: center;
	color: #520101;
}
#other_sponsors a img {
	border: none;
	text-decoration: none;
}
#footer {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-color: #6B6854;
	color: #F6F4E4;
	font-size: 80%;
	height: 60px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer br {
	line-height: 1em;
}
#footer a {
	color: #F6F4E4;
	text-decoration: underline;
}

.clearit {
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
}
.note {
	font-size: 75%;
	font-style: italic;
}

