@charset "utf-8";
/* CSS Document */
body{
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eee1ed;
	margin:0;
	background: #371832;
}
#wrapper{
	background:url(images/bg.jpg) repeat;
	position: relative;
	width: 940px;
	min-height: 700px;
	margin: 0 auto;
	border-right: 2px solid #2d092a;
	border-bottom: 2px solid #2d092a;
	border-left: 2px solid #2d092a;
	border-top-style: none;
}
#header{
	position: relative;
	width: 100%;
	height: 135px;
	background: #eee1ed;
}
#headerBar {
	position: relative;
	width: 100%;
	height: 40px;
	background: #741872;
}
#logo{
	position: absolute;
	top: 15px;
	left: 703px;
	width: 222px;
	height: 100px;
	z-index: 3;
}
#headerLinksMain{
	position: absolute;
	top: 12px;
	left: 21px;
	width: 668px;
	height: 25px;
	z-index: 3;
	color: #2f002b;
	font-size: 14px;
	letter-spacing: .1em;
}
.current{
	color: #B874AC;
	font-size: 14px;
	letter-spacing: .1em;
}
.contactTitles{
	color: #741872;
	font-size: 18px;
	letter-spacing: 0.05em;
}
#headerLinksSub{
	position: absolute;
	top: 98px;
	left: 21px;
	width: 680px;
	height: 32px;
	z-index: 3;
	color: #2f002b;
	font-size: 14px;
	letter-spacing: .1em;
}
.verticalBar{
	font-size: 20px;
	letter-spacing: .1em;
}
#mainCat{
	position: absolute;
	top: 47px;
	left: 24px;
	width: 392px;
	color: #741872;
	font-size: 36px;
	letter-spacing: 0.05em;
}
#contentBox{
	position: relative;
	top: -54px;
	left: 100px;
	width: 700px;
	border: solid 10px #eee1ed;
	background: #2d0a2a;
	min-height: 415px;
	padding: 10px;
	line-height: 13pt;
}
#contentBox a{
	color: #eee1ed;
}
#contentBox a:hover{
	color: #B874AC;
}
#contentBoxPic{
	position: relative;
	top: -54px;
	left: 121px;
	width: 700px;
	height: 390px;
}
#contentBoxPic img{
	border: 10px solid #eee1ed;	
}
#contentBoxBio {
	position: relative;
	top: -54px;
	left: 90px;
	width: 740px;
	border: solid 10px #eee1ed;
	background: #2d0a2a;
	height: 392px;
	padding: 0px 0px 20px 10px;
	line-height: 14pt;
}
#contentBoxBio br{
	line-height: 15px;
}
#contentBoxBio img{
	border-top: 10px none #eee1ed;
	border-right: 10px none #eee1ed;
	border-bottom: 10px none #eee1ed;
	border-left: 10px solid #eee1ed;
	margin-left: 10px;
}
#left {
	float: left;
	width: 46%;
	padding-bottom: 10px;
	margin-right: 10px;
	padding-left: 20px;
	padding-top: 20px;
  	line-height: 17px;
}
#left a{
	color: #eee1ed;
}
#left a:hover{
	color: #B874AC;
}
#right {
	float: right;
	width: 46%;
	padding-right: 20px;
	padding-top: 20px;
	margin-right: 10px;
	text-align: left;
}
#clear {
	clear: both;
}
#footer{
	position: relative;
	vertical-align: bottom;
	color: #B874AC;
	font-size: 14px;
	width: 920px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	bottom: 0px;
}
.address {
	color: #eee1ed;
}
input {
	background-color: #eee1ed;
	color: #333333;
}
textarea {
	background-color: #eee1ed;
	color: #333333;
}
a {
	color: #2f002b;
	text-decoration: none;
}
a:hover {
	color: #B874AC;
	text-decoration: none;
}
html {overflow-y: scroll;}
/* for Internet Explorer */
/*\*/
* html #wrapper {
height: 725px;
}
/**/

.clearfix:after {content: ".";display: block;height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 100%;}
.clearfix {display: block;}
