body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #53351B;
}

form {
	display: inline;
}

h1 {
	text-align: center;
	margin: 10px 0 30px 0;
}

h2 {
	margin: 0 0 10px 0;
}

h3 {
	color: #53351B;
}

h4 {
	font-weight: normal;
	font-style: italic;
	color: #53351B;
}

p {
	margin: 2px 0 8px 0;
}

a {
	color: #336699;
}

.indent {
	margin-left: 25px;
}

.center {
	text-align: center;
}

.clearme {
	clear: both;
}

.button {
	background: #53351B;
	color: ivory;
	font-weight: bold;
	border: 3px double #D7EBE2;
	padding: 5px;
	margin-top: 10px;
	cursor: pointer;
}

#welcomeImg {
	float: left;
	margin-right: 20px;
	border: 2px solid #53351B;
}

#headerContainer {
	text-align: center;
}

#nav {
	list-style: none;
	}
	#nav li {
		margin-left: 25px;
	}

#contentsContainer {
	width: 800px;
	margin: 50px auto;
	background: ivory;
	border: 10px solid #D7EBE2;
}

#innerBorder {
	border: 1px solid #53351B;
	padding: 5px 10px;
}

div.separator {
	text-align: center;
	background: url(../images/sep.png) center center no-repeat;
	height: 25px;
	margin: 10px 0;
} 

div.section {
	margin-bottom: 30px;
}

div.sectionContents {
	padding: 0 10px;
	}
	table#eventDetails {
		border: 1px solid #000000;
		margin: 10px auto;
	}
	table#eventDetails th, table#eventDetails td {
		padding: 2px 5px;
		vertical-align: top;
	}
	table#eventDetails th {
		text-align: left;
	}
	div.photos {
		text-align: center;
		}
		div.photos img {
			margin: 0 3px;
			border: 1px solid #53351B;
		}
		
table.formTable {

	}
	table.formTable th, table.formTable td {
		padding: 2px;
		vertical-align: top;
	}
	table.formTable th {
		text-align: left;
		color: #53351B;
	}
	
#avanteImg {
	border: 2px solid #53351B;
	margin-bottom: 5px;
}

div.registry {
	margin-bottom: 10px;
}

div.registry a img {
	border: 1px solid #53351B;
}