* {padding:0;margin:0}
img {border:none;}
a {text-decoration:none;}

body {
	background-color: white;
	background-image: url(/images/MainBG.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: sans-serif;
	font-size: 11pt;
}

#mainWrapper {
	margin: 20px auto;
	width: 800px;
	text-align: left;
}

#mainBanner {
}

#mainMenu {
	font-size: 12pt;
	border-bottom: 7px solid black;
}
#mainMenu div.background {
	background-image: url(/images/MenuBG.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#mainMenu ul {
	padding: 10px 0;
	text-align: right;
}
#mainMenu li {
	display: inline;
}
#mainMenu a {
	font-weight: bold;
	color: rgb(255,100,0);
	padding: 10px 20px;
	text-transform: uppercase;
	font-style: italic;
}
#mainMenu a:hover {
	background-color: black;
	background-image: url(/images/MenuDark.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	position: relative;
	top: 2px;
	padding-top: 12px;
	padding-bottom: 8px;
}
#mainMenu div {
	background-color: rgb(50,50,50);
}

#mainContent {
	border-top: 2px solid rgb(255,100,0);
	background-color: white;
	padding: 0.5em 150px 20px 50px;
	position: relative;
	bottom: 5px;
}
#mainContent h1 {
	font-size: 20pt;
	margin-bottom: 0.5em;
	padding-top: 1em;
	border-bottom: 1px solid rgb(255,100,0);
}
#mainContent p {
	text-indent: 1.5em;
	padding-bottom: 1em;
}
#mainContent a {
	color: rgb(255,100,0);
	text-decoration: underline;
}
#mainContent a:hover {
	color: rgb(50,50,50);
}

#mainFooter {
	text-align: center;
	margin: 2em;
	font-size: 10pt;
}

#contactTable {
	margin: 1em 0 0 4em;
}
table td.name {
	font-weight: bold;
}
table td {
	padding: 0 1em 1em 0;
	vertical-align: top;
}
