/* CSS Document */
body{
	background-color:#440000;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#423b06;
	background-image:url(images/red_bk.jpg);
	background-position:center;
}

a{
	color:#423b06;
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;
	color:#6e0000;
}

#wraper{
	width:100%;
	height:577px;
	margin:0 auto;
	position:absolute;
	top:50px;
	background-image:url(images/tan_bk.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#f1ecd8;
}

.topline{
	width:805px;
	height:8px;
	background-color:#B99B6F;
}

.footer{
	width:815px;
	height:16px;
	position:relative;
	top:15px;
	padding:5px;
	font-size:11px;
	text-align:right;
}

.content{
	width:825px;
	height:483px;
	padding-top:20px;
	margin: 0 auto;
}

.text_area{
	width:340px;
	height:434px;
	float:left;
	padding:20px 25px 10px 15px;
	background-image: url(images/white_bk.png);

}

.menu{
	width:33px;
	height:464px;
	background-color:#5B572C;
	float:left;
}

.pictures{
	width:412px;
	height:464px;
	float:left;
	background-color:#FFFFFF;
}

.popBox {
	width:412px;
	height:464px;
	float:left;
	background-color:#FFFFFF;
	display:none;
}

.subtext {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	text-transform: capitalize;
	color: #c3aa6e;
}

