body {

	color: #534F45; 
	background: #262721; 
	font-face: Garamond; 
	font-size: 9pt;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}


#main {

	background: #b7b4a1 url(images/bg.jpg) fixed center no-repeat;
	width: 1000px;
	height: 666px;
	margin: auto;
	margin-top: 0px;
	overflow: hidden;
}

a {

	color: #B1A495;
}


#nav {

	position: relative; 
	left: 105px;
	top: 500px; 
	text-align: left; 
	font: normal 12pt Garamond; 
	letter-spacing: .1em;
}

#nav a {

	color: #ebe7e4; 
	text-decoration: none;
	margin-right: 30px;
}
#nav a:hover {

	color: #fff;
}

#card {

	background: url(images/card2.gif) no-repeat; 
/*	position: relative; 
	left: 597px; 
	top: 70px; */
float: right;
margin: 90px 90px; 0 0;
	padding-top: 5px; 
	width: 335px; 
	height: 500px;  

}

#content {

	overflow: auto; 
	margin: 30px 0 0 30px; 
	padding: 10px 10px 0 0; 
	font: normal 9pt Garamond; 
	letter-spacing: .3em; 
	text-align: left; 
	width: 280px; 
	height: 385px;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #B1A495; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color: #B1A495; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #B1A495;
}


hr {

	border: 0;
	color: #534F45;
	background-color: #534F45;
	height: 1px;

}

.header {
	
	font: bold 8pt garamond; 
	letter-spacing: .1em; 
	margin-bottom: 12px;
}

input, textarea{

	border: solid 1px #B1A495;
	background: #fff;
	color: #000;

}