* {
  margin: 0;
  padding: 0;
  }

body {
  border-top: 5px solid #333;
  padding-left: 1px;
  text-align: left;
  font: 12px/15px Arial, Helvetica, sans-serif;
  color: white;
	background-image: url(../assets/bgbody.jpg);
	background-repeat: repeat;
  background-attachment: fixed;
  background-color: #fff;
}

body#Big{
  border-top: 5px solid #333;
  padding-left: 1px;
  text-align: left;
  font: 12px/15px Arial, Helvetica, sans-serif;
  color: white;
	background-image: url(../assets/bgbodyBig.jpg);
	background-repeat: repeat;
  background-attachment: fixed;
  background-color: #fff;
}
a,
a:link,
a:visited	{
	color: #dec5a0;
	text-decoration: none;
	border-bottom: 1px dotted #ae9f88;
}

a:active,
a:hover	{ 
	color: #FF6;
	text-decoration: none;
	border-bottom: 1px dotted #ae9f88;
} 

/* top bar */

#bar-top {
  border-top: 10px solid #006666;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	clear: both;
}

#bar-bottom {
  border-bottom: 10px solid #006666;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	clear: both;
}

/* logo styles */

div#logo h1 {
  background: transparent url(../assets/logo.gif) no-repeat center top;
  height: 115px;
}

div#logo h1 a {
	font: 16px/20px Georgia, "Times New Roman", sans-serif;
  display: block;
  text-indent: -9999px;
  height: 115px;
  border: 0px;
  text-decoration: none;
}

/* content styles */

#content, #contentBig {
	font: 18px/22px Georgia, "Times New Roman", sans-serif;
}

#content h2, #contentBig h2 {
	padding: 0px 0px 6px 5px;
	font-size: 23px;
	line-height: 28px;
	font-weight: normal;
	color: #ABBE92;
}

#content h3, #contentBig h3 {
	padding: 0px 0px 5px 5px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ABBE92;	
}

#content p, #contentBig p	{
	padding: 0px 0px 20px 5px;
	color: #ae9f88;	
	line-height: 1.5em;
	font-size: .9em;
}

#content p.footer, #contentBig p.footer	{
	font: 11px/13px Arial, Helvetica, sans-serif;
	border-top: 1px solid #3E322E;
	padding: 10px 0px 100px 5px;
}

#content p strong {
	font-weight: bold;
	color: ae9f88;
}

#content p em {
	font-weight: normal;
	font-style: normal;
	color: ae9f88;
}

#content ol,
#content ul {
	margin: 0px 0px 20px 0px;
		color: #ae9f88;	
}

#content ul {
	margin: 0px 0px 20px 0px;
		color: #ae9f88;	
}

#content ol li {
	margin: 0px 0px 0px 40px;
	color: ae9f88;
}

#content ul li {
	margin: 0px 0px 0px 30px;
	color: ae9f88;
}

#content li span {
	color: #ae9f88;
}

#content ul.subnav {
	padding-left: 200px;
	list-style-type: none;
	font-size: 12px;
	text-transform: uppercase;
}

#content img.photo {
	border: 5px solid white;
}

#content .inline {
	margin: -5px 0px 10px 5px;
}

#content .float {
	float: left;
	margin: 5px 10px 0px 5px;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

/* contact styles */

#contact p	{
	padding: 0px 0px 7px 0px;
	font: 10px/12px Arial, Helvetica, sans-serif;
  color: #F4F2CD;
}
  
#contact a,
#contact a:link,
#contact a:visited	{
	color: #F4F2CD;
	text-decoration: none;
	font-weight: bold;
}

#contact a:active,
#contact a:hover	{ 
	color: #fff;
	text-decoration: none;
} 


