* {
   margin:	0px;
   padding:	0px;
}

body {
  background-color: 	#333;
  font-family: 		Verdana, Arial, Helvetica, sans-serif;
  font-size: 		12px;
  text-align:		center;
}

p {
  font-family: 		Arial, Helvetica, sans-serif;
  font-size: 		12px;
  color: 		#6b635a;
  padding: 		10px 0px 0px 6px;
}

small {
  color:		#2e260f;
  font-size: 		9px;
  padding: 		10px 0px 0px 6px;
}

a {
  font-family: 		Arial, Helvetica, sans-serif;
  font-weight:		bold;
  color: 		#4aa2b8;
  text-decoration: 	none;
}

a:hover {
  color:		#f3941d;
}

a img {
   border: 		0px;
}

hr {
  border-top-width: 	1px;
  border-top-style: 	dashed;
  border-top-color: 	#7c2625;
  border-bottom-width: 	1px;
  border-bottom-style: 	solid;
  border-bottom-color: 	#7c2625;
  color: 		#fff;
  background-color: 	#fff;
  height: 		3px;
  width:		60%;
}

small {
  color:		#2e260f;
  font-size: 		9px;
  padding: 		10px 0px 0px 6px;
}

img.center {
  display: 		block;
  margin-left: 		auto;
  margin-right: 	auto;
}

h1 {
}

form {
   display: inline;
}

/** comments **/

#outer {
  background-color:	#333;
}

#container {
  margin: 		0px auto;
  text-align: 		left;
  width: 		979px;
  position: 		relative;
/*  background: 		url(images/body_bg.gif) top right no-repeat;	*/
  background-color:	#1e1e1e;
  border-width: 	1px; 
  border-style: 	solid;		/** solid, double, grooved, dotted, inset, outset, ridged, hidden **/
  border-color: 	#5a5857; 
}

#top-links {
  height:		20px;
  border-bottom:	solid 1px gray;
}

#inner-top {
  float:		right;
  width:		auto;
  height:		20px;
  background-color:	#bebebe;
  font-size:		0.8em;
  line-height:		20px;
}

#nav {
  margin-top: 15px;
  padding-bottom: 5px;
  position: absolute;
  text-align:left;
  vertical-align: top;
  display: inline;
  float: left;
}

#nav li {
  list-style: none;
  float: left;
  position: relative;
  background: url(images/arr.gif) no-repeat left center;
  padding-left: 15px;
  padding-right: 20px;
}

.clear {
	margin: 20px 0;
	overflow: auto;
	width: 100%;
}

/* -------------CONTENT------------- */

#header {
  height: 		100px;
  position:relative;
}


#addressline {
	bottom:10px;
  font-weight:		bold;
  font-size:		14px;
  position:absolute;
  right:10px;
  text-align: 		right;
  color:		#a8a8a8;
}

#bottom {
  background: url('images/bgbottom.png') no-repeat left top;
  height: 		334px;
}

#contactbar {
  margin:		10px 0px 0px 235px;
  font-weight:		bold;
  font-size:		15px;
  text-align: 		center;
  color:		#50b5cf;
}

#contacttext {
  padding-top:		8px;
  float:		left;
}

#contactbutton {
  float:		left;
  padding-bottom:		15px;
}

#text {
  margin:		30px auto 0 auto;
  width:		700px;
  text-align:		justify;
  color:		#fff;
}

span.white {
  color:		#fff;
}
span.light {
  font-weight:		normal;
  font-size: 		10px;
  color:		#fff;
}
