* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: top center;
}

#top {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 162px;
	margin: 0 auto;
}

#middle {
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0 auto;
}

#bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}

#nav{
	list-style-type: none;
	
	position: relative;
	left: 20px;
	top: -120px;
	width: 280px;
	float: left;
	
	background-image: url(images/nav-background.gif);
	background-repeat: no-repeat;
	background-position: top center;
	
	padding-top: 220px;
	
	
}

#nav .nav-spacer {
	border-top: 1px #E8E8E8 solid;
	height: 2px;
	padding: 0;
	margin: 0;
	display: block;
	padding-bottom: 4px;
}

#content {
	padding-top: 20px;
	width: 620px;
	margin-left: 340px;
	min-height: 340px;
}

.clearer {
	clear: both;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EE1C23;
	font-size: 18px;
	margin-bottom: 16px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EE1C23;
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 8px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #330507;
	font-size: 14px;
	padding-bottom: 8px;
	margin-top: 4px;
}

#content p,
#content li,
.csc-textpic-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #330507;
	padding-bottom: 12px;
}

.align-center {
	text-align: center !important;
}

a {
	color: #330507;
	font-weight: bold;
}

#content ul {
	list-style-image: url(images/bullet.png);
	padding-left: 40px;
}

.indent {
	padding-left: 30px;
}

.tx_lumogooglemaps_pi1_infobox {
	height: 60px;
}

.tx_lumogooglemaps_pi1_infobox,
.gmapDir,
.tx_lumogooglemaps_pi1_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	
}




#content .contenttable {
	width: 100%;
	margin-bottom: 8px;
	margin-top: 8px;
}

#content .contenttable td{
	vertical-align: top;
}

.pageimage {
	/*position: relative; 
	left: 440px; 
	top: -1px;*/
	margin-left: 320px;
	border-bottom: 3px solid #F68D91;
	width: 660px;
}


