body {
	background: #d0cdb3;
	margin:0px;
}

b, i {
	color:#dfa97e;
}

p {
	margin:6px;
	padding:6px;
}

a, a:active, a:visited {
	color: #a2b477;
	cursor:help;	
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	border:0;
	cursor:help;	
}

#all {
	background: #e6dccb;
	border-left:1px solid #d7b9a9;
	border-right:1px solid #d7b9a9;
	border-bottom:5px solid #d7b9a9;	
	margin:0 auto;
	width:640px;
}

#header{
	background: url(../images/header.png) no-repeat;
	height:502px;
	margin:0 auto;
	padding:0px;
	width:640px;
}

.nav {
	right:185px;
	line-height:8px;
	position:relative;
	text-align:right;
	top:320px;
}

.nav a {
	border:0px;
	color:#ebe0d2;
	font-family:arial, sans-serif;
	font-size:9px;		
	font-weight:bold;
	line-height:8px;
	text-shadow: 1px 1px 3px #c29c7a;
	text-transform:lowercase;
}

.nav a:hover{
	text-decoration:none;
}

.content{
	bottom:90px;
	color: #9c806f;
	font-family: arial, sans-serif;
	font-size:10px;
	margin:0 auto;
	margin-bottom:-80px;
	padding:0px;
	position:relative;
	width:640px;
}

.title {
	background: #f3ece4;
	color:#cab59e;
	font-family: "times new roman", georgia, serif;
	font-size:18px;
	font-style:italic;
	letter-spacing:5px;
	margin-left:3px;
	padding-left:2px;
	position:absolute;
	text-shadow: 1px 1px 3px #fff;
	text-transform:lowercase;
	width:632px;
	
}

input, select, textarea {
	color: #a2b477;
	background-color:#fff;
	border: 1px solid #a2b477;
	font-family: helvetica, arial, sans-serif;
	font-size:10px;
}

.copy, .copy a {
	font-size:5pt;
	text-align:right;
	text-decoration:none;
}
	
.copy {
	margin-right:5px;
}

fieldset {
	border:1px solid #eee;
}
