body {
   background: #fdfdfd;
	 background-image:url('images/header.png');
	 background-repeat: repeat-x;
	 margin: 0;
	 font-family: Helvetica, Trebuchet MS, Arial, sanserif;
	 color: #8b8589;
	 font-size: 12px; 
}
a {
   text-decoration: none;
	 color: #8e2334;
}
a:hover {
   color: #858585;
}
img {
   border-style: none;
}
h3 {
   color: #8e2334;
	 letter-spacing: 4px;
	 font-weight: lighter;
}
h4 {
   color: #8e2334;  
	 letter-spacing: 4px;
	 font-weight: lighter;
}
p {
	 font-size: 13px;
	 line-height: 19px;
	 letter-spacing: -1px;
}
.contact_heading {
   margin: 25px 0 25px 0;
}
span {
   font-size: 13px;
	 /*line-height: 19px;*/
	 letter-spacing: -1px;
}
.logo {
   height: 103px;
	 width: auto;
	 position: relative;
	 float left;
	 
}
.logocontain {
   margin: 0 auto;
	 width: 850px;
	 padding: 17px 0 50px 0;
}
#container {
   margin: 0 auto;
   position: relative;
	 width: 850px;
	 height: auto;
}
#container_2 {
   width: 850px;
	 height: 250px;
   margin: 0 0 75px 0;
}
#content {
	 float: left;
	 width: auto;
	 margin: 0 135px 0 0;
}
.contact_heading {
   text-align: center;
}
#content_2 {
   float: left;
	 width: auto;
	 margin: 0 88px 0 0;
}
#content_2 .address {
   float: left;
}
#content_3 {
   float: right;
	 width: auto;
}
#content_3 .address {
   float: left;
}
span.title {
   font-size: 15px;
	 color: #8e2334;
} 
#navigation {
		margin: 0 auto;
		width: 850px;
		overflow:hidden;
		font-family: helvetica, arial, sanserif;
		font-size: 13px;
		letter-spacing: 4px;
		position: relative;
}
#navigation ul {
		float:right;
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		text-align:center;
}
#navigation ul li {
		display:block;
		float:left;
		list-style:none;
		margin-left: 10px;
		position:relative;
		background-image: url('images/menutest.png');
		width: 120px;
	  height: 25px;
}
#navigation ul li:hover {
		display:block;
		float:left;
		list-style:none;
		margin-left: 10px;
		position:relative;
		background-image: url('images/menu1.png');
		width: 120px;
	  height: 25px;
}
#navigation ul li a {
		display:block;
		float:left;
		margin:0;	
		padding-top: 12px;
		text-decoration:none;
		color:#c0dc73;  
		width: 118px;
		height: 24px;
}
#navigation ul li a:hover {
   color: #858585;
	 width: 118px;
	 height: 24px;
}	 
#navigation ul li.last a {
   color: #555;
	 font-weight: bold;
}
#menu {
		margin: 0 auto;
		height: 13px;
		padding:0;
		width:850px;
		overflow:hidden;
		font-family: helvetica, arial, sanserif;
		font-size: 14px;
		letter-spacing: 4px;
		position: relative;
		border-bottom: 1px solid #8b8589;
}
#menu ul {
		float:right;
		margin:0 35px 0 0;
		padding: 0;
		list-style:none;
		position:relative;
		text-align:center;
}
#menu ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding: 0 12px 0 12px;
		position:relative;
}
#menu ul li a {
		display:block;
		float:left;
		margin:0;
		padding: 0 5px 0 5px;	
		text-decoration:none;
		color:#c0dc6d;
}
#menu ul li a:hover {
   color: #858585;
}
#menu ul li.active a,
#menu ul li.active a:hover {

}
#menu ul li.last a {
   color: #555;
	 font-weight: bold;
}
#footer {
   position: relative;
	 top: 0;
   float: left;
	 clear:left;
	 padding:25px 0 18px 0;
	 margin: 0 auto;
	 background:#858585;
	 font-family: arial, sanserif;
	 font-size:10px;
	 text-align: center;
	 width: 100%;
}
#footer ul {
   float: left;
	 padding: 0;
	 position: relative;
	 left: 50%
}
#footer ul li {
   display: block;
	 float: left;
	 margin: 0 5px 0 0;
	 padding: 0;
	 position: relative;
	 right: 50%;
}
#footer ul li.color {
   color: #ffffff;
}
#facebook {
   float: right;
	 margin-right: 25px;
}