/* CSS Document */
body{
	margin: 0px;
	background-color: #34131c;
	background-image: url(../_images/banner.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #34131c;
}
ul{
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
}
li{
	list-style-type: square;
}
p{
	margin: 10px 0px 0px 0px;
}
a{
	color: #660033;
}
img{
	behavior: url("/_scripts/pngbehavior.htc");
	border: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.wrapper{
	width: 773px;
	background-color: #FFFFFF;
	position: relative;
	padding: 20px 23px 20px 23px;
	margin: 133px auto 20px auto;
}
.corners{
	position: absolute;
	width: 12px;
	height: 12px;
	overflow: hidden;
}
.corners img{
	display: block;
	float: left;
}
.swirl{
	position: absolute;
	top: -123px;
	right: 0px;
	z-index: 2;
}
.starsbottom{
	position: absolute;
	right: 15px;
	bottom: -25px;
}
.photocredit{
	position: absolute;
	top: 414px;
	left: 25px;
	font-size: 10px;
	color: #34131c;
	width: 281px;
}
.copyright{
	position: absolute;
	bottom: 3px;
	right: 23px;
	font-size: 10px;
	color: #34131c;
}
.banner{
	margin: 0px auto 0px auto;
	width: 821px;
}
.mainmenu{
	position: absolute;
	top: 2px;
	left: 325px;
	z-index: 5;
	list-style: none;
	color: #34131c;
	font-size: 11px;
	width: 450px;
}
.mainmenu li{
	display: inline;
}
.mainmenu .spacer{
	margin: 0px 3px 0px 3px;
}
.mainmenu li a{
	color: #571527;
	text-decoration: none;
}
.mainmenu li a:hover{
	color: #bfb2aa;
}
.content{
	position: relative;
	background-color: #f1efdf;
	min-height: 392px;
	_height: 392px;
}
.mainimage{
	position: absolute;
	top: 0px;
	left: 0px;
	border-right: 6px solid #bfb2aa;
	width: 274px;
	height: 392px;
	overflow: hidden;
}
.mainimage img{
	float: left;
}

.pagetitle{
	position: absolute;
	top: 21px;
	left: 280px;
}
.text{
	padding: 113px 38px 20px 318px;
	font-size: 11px;
	line-height: 14px;
}
.content h1{
	margin: 0px 0px 25px 0px;
	font-size: 16px;
	line-height: 18px;
}
