
body {

background:url(images/body-bg.jpg) repeat;
margin:0;
padding:0;
text-align:center;
color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h1, h2, h3, p {
margin: 15px;
padding:0;
}

h1 {
color:#333;
font-style:italic;
font-size:16px;
}

h2 {
color:#CCC;
font-style:italic;
font-size:18px;
}

h3 {
color:#fff;
font-style:italic;
margin-top:30px;
font-size:16px;
}

li {
margin: 10px;
}

a {
color:#FFFF00;
}

#container {
margin:10px auto 0 auto;
width:700px;
}

#header {

}

#nav {
margin-top: 10px;
}

		/* LIstamatic Code Start */

									#navcontainer {
									height: 24px;
									overflow:hidden;
									margin: 0 auto;
									}
									
									#navcontainer ul
									{
									text-align: center;  /* make this center to center the nav */
									padding-bottom: 5px;
									padding-top: 5px;
									padding-left: 0;
									margin-top: 0;
									/* cancels gap caused by top padding in Opera 7.54 */
									margin-left: 0;
									/*background-color: #990000;*/
									color: #fff;
									width: 100%;
									line-height: 16px;
									/* fixes Firefox 0.9.3 */
									}
									
									#navcontainer ul li
									{
									
									margin:0;  /* tim code - i added this */
									display: inline;
									background-color:#2d2c2c;
									padding-left: 0;
									padding-right: 0;
									padding-bottom: 5px;
									/* matches link padding except for left and right */
									padding-top: 6px; /* The padding-top has to be 1 px more than the padding-top for navcontainer ul; this gets rid of any remaining line above the link  */
									/*border-right: 1px solid #fff;*/ /* tim code - i moved this from #navcontainer ul li a to here */
									}
									
									#navcontainer ul li a
									{
									
									margin:0;  /* tim code - i added this */
									padding-left: 10px;
									padding-right: 10px;
									padding-bottom: 5px;
									padding-top: 6px; /* The padding-top has to be 1 px more than the padding-top for navcontainer ul; this gets rid of any remaining line above the link  */
									color: #fff;
									text-decoration: none;
									}
									
									#navcontainer ul li a:hover
									{
									background-color: #990000;
									color:#fff;
									}
									
									#navcontainer #active { border-left: 1px solid #fff; }
									
									
									/* code from listamatic http://css.maxdesign.com.au/listamatic/horizontal27.htm STOP */
										
										
											#navcontainer ul li.navUsers {
											margin:0;
											padding-left: 6px;
											padding-right: 6px;
											color:#000;
											/*background-color:#F4F0C3;*/
											background-color:#ecd872;
											}
											
											#navcontainer ul li.spacer { /* use this class to create a space in the nav */
											margin:0;
											color:#333;
											}
											
											
											#navcontainer ul li.selected a { /* did this fix the problem of the text not changing color? */
											background: #990000;
											color:#fff;
											}
												
/* LISTAMATIC CODE STOP */


#contentContainer {
background:url(images/content-bg-main.jpg) repeat;
border-left:2px solid #333;
border-right:2px solid #333;
border-bottom:2px solid #333;
border-top:4px solid #990000;
}

#content {
background:url(images/content-bg-top.jpg) no-repeat;

}

#contentColumn {
text-align:justify;
width:430px;
float:left;
}

#contentColumn-contact {
text-align:justify;
width:600px;
float:left;
}

#sidebar {
float: right;
width: 230px;
margin: 0 10px 40px 0;
}

#sidebarContent {
text-align:center;
border:1px solid #666;
font-style:italic;
}

#sidebarPictures {
margin: 20px auto;
}

#sidebarPictures img {

}

#sidebarPictures p {
font-size:12px;
font-style:italic;
margin:4px auto 10px auto;
}

#mapContainer {
width: 400px;
height: 400px;
margin-left: 10px;
}

#contactContainer {
width: 600px;
height: 600px;
margin-left: 10px;
border:0;
}

.emailResponse { /* this is for the "sending data... one moment please" part of the contact form */
color:#fff;
}



#clearbox {
clear: both;
}

#footer {
border-top:2px solid #333;
text-align:center;
font-size:9px;
margin: 20px 0 10px 0;
color:#CCC;
}

#landing {
width:500px;
margin:0 auto;
border: 1px solid #999;
}

#landingText {
text-align:left;
width:500px;
margin:0 auto;
}

.landing {
color:#999;
}

.landing-alert {
color:#FF9900;
font-weight:bold;
}



