/* CSS Document */



body {
	background: #FFE3C7;
	padding: 0; 
	padding-top: 5px; 
	padding-bottom: 30px; 
	padding-left: 30px;
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}


.main {
	width: 1025px;
	margin: 0px;
	padding: 0px;
	display: table;
	position: absolute;
	top: 20;
	left: 30;
	z-index: 0;
}


.header {
	width: 550px;
	position: absolute;
	top: 120px;
	left: 415px;
}


.header .locate {
	width: 515px;
	height: 100px;
	position: absolute;
	top: 65px;
	*left: 15px;
	_left: 15px;
	padding: 0;
	text-align: left;
}


.left {
	position: relative;
	float: left;
	text-align: left;
	width: 245px;
}


.right {
	position: relative;
	float: right;
	width: 245px;
}


.content .rcol {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align; left;
	width: 255px;
}


.headline {
	width: 515px;
	padding-left: 10px;
	padding-right: 10px;
}


.nav {
	width: 100%;
	position: relative;
	font-weight: bold;
}

.nav ul {
	padding: 15px 0 5px 0; /*15px should equal top padding of "ul li a" below, 5px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: center; //set value to "left", "center", or "right"*/
}


.nav ul li {
	display: inline;
}


.nav ul li a{
	color: #470000;
	padding: 15px 8px 1px 8px; /*top padding is 15px, bottom padding is 1px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 4px solid #470000; /*bottom border is 4px*/
	font-size: 16px;
	line-height: 18px;
}


.nav ul li a:hover, 
.nav ul li a.selected{
	border-bottom-color: #b90000;
}


.content {
	background: url(../images/cbg.png);
	width: 500px;
	min-height: 280px;
	Margin: 15px;
	padding: 10px;
	color: black;
	text-align: left;
	position: relative;
}


.woman {
	width: 400px;
	padding 0px;
	margin: 0px;
	position: absolute;
	top: 10px
	left: 30px;
	z-index: -100;
}


.drape{
	background: url(../images/drape.png);
	border: 1px solid #452306;
	width: 550px;
	position: absolute;
	top: 263px;
	left: 405px;
}
	

.rightframe {
	position: relative;
	float: right;
	margin: 10px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}


.leftframe  {
	position: relative;
	float: left;
	margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}


.attrib { 
	text-align: right;
	margin: 0 25px 65px 0;
}


p {
	font-size: 12px;
	text-align: justify;
	margin-top: 0em;
	margin-bottom: 1em;
}


h2 {
	text-align: center;
	color: green;
}


h3 {
	font-family: "Adobe Garamond", "Adobe Garamond Pro", Garamond, Times, "Times New Roman", serif;
	color: yellow;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	text-align: center;
}


h4  {
	font-family: "Adobe Garamond", "Adobe Garamond Pro", Garamond, Times, "Times New Roman", serif;
	color: green;
	margin-top: 0em;
	margin-bottom: 0.3em;
	text-align: center;
}


h5 {
	margin-top: 0.3em;
	margin-bottom: 0em;
}


