html, body{
	background-colour: white;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Georgia, Times, Verdana, Helvetica, sans-serif; 
}
#topkeywords h1{
    margin:0px;
	color:#ADADAD;
	font-size:10px;
	font-family:Verdana,Arial,Helvetica,san-serif;
    letter-spacing:1px;
	font-weight:normal;
	text-align:center;
	z-index:10;
	visibility:visible;
	position:absolute;
	left:-1000px;
	top:-1000px;
}

#wrapper{
	background-image: url(../images/left.jpg);
    background-repeat: repeat-y;
	height:100%; min-height:100%;
}

html>body #wrapper{
	height:auto;
}
#nav{
  width: 270px;
  float: left;
}

#nav ul{
	list-style-type: none;
    margin-bottom: 40px;
}

#nav ul li{
  color: white;
	margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  font-variant: small-caps;
}

#nav ul li a{
	color:white;
  text-decoration: none;
}

#nav ul li a:hover{
  border-bottom: 1px solid #A4A36D;
  color: #A4A36D;
}

.on{
	border-bottom: 1px solid #A4A36D;
  color: #A4A36D !important;
}

#contentback{

  background-position: top right;
  background-repeat: repeat-y;

}

html>body #contentback{
	height:100%;
}

#content{
	margin-left:270px;
	padding-right: 180px;
	padding-top: 10px;
  padding-bottom: 40px;
  text-align:center;
	height:1000px;
   
}



html>body #content{
	margin-left: 300px;
	height:auto;
   min-height:1000px;	
}

#content h1{
	font-size: 25px;
  color: #990000;
  padding: 0px;
  margin: 0px;
  text-align:center;
  letter-spacing: 1px;
  font-variant: small-caps;
}

#content h2{
	font-size: 20px;
  color: #990000;
  margin-top: 10px;
  text-align:center;
  letter-spacing: 1px;
  font-variant: small-caps;
}

#content ul h3{
	text-align:left;
	}

#content h3, #content h3 a{
	color: #A6A56F;
  font-size: 16px;
}

#content p{
	text-align:left;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}

#content ul{
	text-align:left;
  font-size: 14px;
  line-height: 18px;
}

#content strong{
	color: #990000;
}

#content ul li{
	margin-bottom: 10px;
}

#content a{
	color: #07544E;
}

#content a:hover{
	 color: #990000;
}

.extra{
	font-size: 11px !important;
  font-weight: bold;
  line-height: 16px !important;
  margin: 0px;
}

.address{
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

#bottomfooter 
{
	color:red;
	clear:both
	font-size:10px;
	background:#07534F;
	height:15px;
	text-align:center;
	
	
	
	
}

#bottomfooter h2 , #time
{
	font-size:10px;
	margin:-1px 0px;
	font-weight:normal;
	color:#ABABAB;
	letter-spacing:1px;
	
}


#bottomfooter a {
  font-style:normal;
  text-decoration:none;
	
}

#bottomfooter a:hover{
  text-decoration:underline;
	
}

#olw a{
font-weight:bold;
}


