html, body{ 
  padding:0px;
  margin:0px;
}

body {
  background-color: #fff;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #352654;  
}
	
a:link{ 
color: #04202e;
font-size: 12px;
background-color:transparent;
text-decoration: underline; 
}

a:visited {
	color: #04202e;
}

a:hover {
	color: #62614f;
}


#title img {
	padding: 0px;
}

img {
	border-color: #62614f;
	
}	
h1 {
font-size:20px;
text-transform:uppercase;
color: #04202e;
background-color: transparent;
	margin-left: 30px;
}	
		
h2 {
	color: #62614f;
	font-size: 14px;
	margin-left: 30px;
	padding-top: 40px;
	
}

h3 {
	color: #897a1a;
	text-decoration: underline;
	font-size:16px;
	margin-left: 10px;
	margin-bottom: 0;
}

.quote {
	font-size: 10px;
	color: #542d24;
	background-color: #d6bdaa;
	margin-left: 120px;
	width: 300px;
	padding: 10px 15px;
}	

.float-left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.float-right {
	float: right;
	padding: 10px;
}		
 p{
	
	margin: 10px 50px 10px 30px;
	width: 580px;
}		
.p1a{
	width: 570px;
	float: left;
	padding-right: 30px;
	padding-left: 33px;
	padding-bottom: 60px;	
}		
.p1{

	width: 190px;
	float: left;
	padding-right: 30px;
	padding-left: 33px;
	height: 60px;
}
.p2{
	width:  190px;
	float: left;
	padding-right: 30px;
	height: 60px;
}
.p3{
	width:  190px;
	float: left;
    height: 60px;
}		
	
/*  positioning-layers  */

.twoup {
	width: 670px;
	height: 60px;
}

#title {
	color: #62614f;
	font: bold 24px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	padding-bottom: 15px;
	padding-top: 18px;
	padding-left: 25px;
}

#wrapper {
	width: 1024px;
	
	position: relative;
	
	
}
#wrapperhome {
	width: 1024px;
	height: 660px;
	position: relative;
	}

#top-nav {
	
	border-bottom: 2px solid #a19f81;
	width: 840px;
	height: 10px;
	position: absolute;
	top: 110px;
	left:0px;
}

#footer{
		border-top: 2px solid #a19f81;
		width: 840px;
		font-size: 10px;
		position: relative;
		height: 30px;
	}

#footer a{
	text-decoration: none;
	font-size: 10px;
	
}


#top-nav a:hover{
	color: #dddab2;
	font-weight: bold;
	font-size: 12px;
}

#top-nav a{
	color: #a19f82;
	padding-right: 15px;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	top: -5px;
	left: 485px;
	text-decoration: none;
}

#logo {
	padding-top: 30px;
	padding-left: 20px;
	z-index: 2;
	position: relative;
	width: 390px;
	height: 140px;
	
}

.typography{
	padding-top: 20px;
	background:#fff;
	padding-left: 0;
	z-index: 0;
	margin-top: 0px;
	width: 475px;
	position: absolute;
	left: 270px;
	padding-bottom: 50px;
}

#content {
		
		background:#fff;
	padding-top: 0px;
	padding-left: 0;
	z-index: 0;
	margin-top: 0px;
	width: 65%;
	margin-left: 200px;
	padding-bottom: 50px;
}

	#menu {
	
	padding-left: 0px;
	float: left;
	padding-top: 20px;
}
#content ul{
	list-style-type: disc;
	padding-left: 80px;
	padding-bottom: 10px;
}

#menu ul {
	list-style-type: none;
	
}
#menu ul li {
	background-color: #a19f81;
	width: 130px;
	text-align: center;
	margin-bottom: 3px;
	padding: 4px;
}
#menu ul li:hover {
	background-color: #dddab1;
	width: 130px;
	text-align: center;
	margin-bottom: 3px;
	padding: 4px;
}

#menu ul li#active {
	background-color: #dddab1;
	width: 130px;
	text-align: center;
	margin-bottom: 3px;
	padding: 4px;
	color: #fff;
}

#menu ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 130px;
	background-color: transparent;
}

