	body {
		padding: 0;
		margin: 0;
		background: #000000 url(../images/background.jpg) repeat;
		text-align: center;
	}
	
	#container {
		background-color: #fff;
		margin: 0 auto;
		width: 750px;
		box-shadow: 0px 10px 50px 10px #000;
		text-align: left;
	}
	#header {
		background-color: #000000;
		border: 2px solid red;
	}
	#header #logo {
		margin: 15px 0px 10px 15px;
		
	}
	
	#header #nav {
		border-bottom: 1px solid red;
    	border-top: 1px solid red;
    	color: #c0c0be;
    	font-family: arial,sans-serif;
    	font-size: 16px;
    	text-align: center;
	}
	
	#nav ul {
	 	margin: 5px 0;
		padding: 0px;
	}

	#nav li {
		display: inline;
    	list-style: outside none none;
    	margin: 5px;
    	padding: 3px 5px;
	}

	#nav a {
	 text-decoration: none;
	 color: #c0c0be;
	}

	#nav .at {
	 text-decoration: underline;
	 color: #c0c0be;
	}

	#nav a:hover {
	 text-decoration: underline;
	 color: #a52023;
	}
	#header .location {
		color: #7c7c7c;
		font-family: arial,sans-serif;
    	font-size: 13px;
    	font-weight: normal;
		display: inline-block;
		width: 49%;
	}
	#header .location p {
		margin: 25px 25px 25px 0px;
		text-align: right;
	}
	#header .location img {
		margin: 25px 0px 0px 25px;
	}
	.floatL {
		float: left;
	}
	
	.floatR {
		float: right;
	}
	
	.clear {
		clear: both;
	}
	.block {
		display: block;
	}
	fieldset {
		border: none;
		padding: 0px;
	}
	#contactForm {
		width: 408px;
	}
	#contactForm ul {
		list-style: none;
	}
	#contactForm ul li label {
		display: inline-block;
    	margin: 8px 0;
    	width: 100px;
	}
	#contactForm ul li input, #contactForm ul li textarea {
		background-color: #CCC;
		border: 1px solid #000;
		width: 250px;
	}
	#cencontent {
		margin: 15px;
	}

	#lcontent {
		width: 250px;
		margin: 0px 50px
	}
	#lcontent img {
		margin: 10px 0px;
	}
	
	#rcontent {
		text-align: left;
		width: 350px;
		margin: 0px 50px 0px 0px;
	}
	#footer {
	 width: 750px;
	 height: 100px;
	 background-color: #000000;
	 color: #4e4e4e;
	 font-family: arial, sans-serif;
 	 font-size: 0.8em;
	 text-align: center;
	 padding: 1em 0 0 0;
	}
	img#tright {
	 position: absolute;
	 top: 0;
	 right: 0;
	}
	
	h4#h3left, h4#h3right {
	 font-family: arial, sans-serif;
	 font-size: 0.9em;
	 _font-size: 11pt;
	 font-weight: normal;
	 position: absolute;
	 top: 117px;
	 color: #7c7c7c;
	 padding: 0;
	 margin: 0px 0px 0px 100px;
	}
	
	h4#h3right {
	 left: 635px;
	}
	

	

	div#footer a {
	 color: #4e4e4e;
	}
	
	div#footer a:hover {
	 color: #6e6e6e;
	}
	
	#content {
	 font-family: arial, sans-serif;
	 color: #000;
	 text-align: left;
	}

	div#contentleft {
	 position: absolute;
	 top: 186px;
	 _top: 200px;
	 left: 27px;
	 padding: 0 0 70px 0;
	 font-family: arial, sans-serif;
	 color: #d7d7d7;
	 width: 275px;
	}

	div#content h1, div#contentleft h1 {
	 font-size: 1.35em;
	 _font-size: 15pt;
	 color: #6e0606;
	}
	
	div#content h2, div#contentleft h2 {
	 font-size: 1.1em;
	 _font-size: 14pt;
	 font-weight: normal;
	}
	
	div#content td, div#content p, div#content ul, div#content ol, div#contentleft p, div#contentleft ul, div#contentleft ol {
	 font-size: 0.95em;
	 _font-size: 11pt;
 	 color: #000;
	}

	div#content a, div#contentleft a {
	 color: #000;
	 /*border-bottom: 1px solid #2c2c2c;*/
	 /*color: #a52023;*/
	}

	div#content a:hover, div#contentleft a:hover {
	 /*color: #a52023;*/
	 background-color: #2c2c2c;
	 text-decoration: none;
	}
	
	
	div#lcl {
	 position: absolute;
	 left: 20px;
	 top: 205px;
	 width: 235px;
	}

	div#lcl img#lclp1 {
	 position: absolute;
	 right: 0;
	 top: 0;
	}
	
	div#lcl img#lclp2 {
	 position: absolute;
	 right: 0;
	 top: 110px;
	}
	
	div#slideshow {
	 position: absolute;
	 width: 650px;
	 height: 200px;
	 border: 1px solid #000000;
	 left: -280px;
	 top: 400px;
	 text-align: center;
	}
	
  table.elist td {
   padding-right: 1.25em;
  }

  div.wrapper {
   border: 1px solid #8e8e8e;
	 padding: 0 25px 12px 25px;
	 margin: 0 0 10px 0;
  }
