* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: #333;
	text-align: center;
	font: 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
#wrapper {
	width: 949px;
	margin: 0 auto;
	text-align: left;
}
#content {
	background: #FFF url(/img/bg.gif) top left repeat-y;
	padding: 30px 27px 0;
	width: 895px !important;
	width /**/:949px;
	overflow: hidden;
}
#main {
	float: left;
	width: 375px;
}
#header {
	margin-top: 20px;
	width: 375px;
	overflow: hidden;
}
#logo {
	float: left;
	width: 245px;
}
#logo h1 {
	margin: 0;
}
#logo h1 a {
	overflow: hidden;
	display: block;
	padding-top: 49px;
	background-image: url(/img/clear_divisions.jpg);
	background-repeat: no-repeat;
	height: 0 !important;
	height /**/:49px;
	text-indent: -1000px;
	width: 245px;	
}
#nav {
	float: right;
	width: 115px;
	text-align: right;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav a.active {
	color: #999;
}

#copy {
	margin-top: 20px;
	width: 375px;
}
#photo {
	float: right;
	width: 505px;
}
img {
	display: block;
	border: 0;
}
#footer {
	background: #FFF url(/img/footer_bg.gif) bottom left no-repeat;
	padding: 0 27px 30px;
	width: 895px !important;
	width /**/:949px;
}
#footer p {
	margin-bottom: 0;
	color: #999;
}

h1 {
	font: normal 21px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #231F20;
	margin-bottom: 24px;
}
h2 {
	font: normal 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #912A5A;
	margin-bottom: 10px;
}
p {
	font: 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 13px;
}
strong {
	background-color: #912A5A;
	color: #fff;
	font-weight: normal;
	padding: 1px 2px;
}
a {
	color: #912A5A;
	text-decoration: none;
}
a:hover {
	color: #231F20;
}
::-moz-selection {
	background-color: #912A5A;
	color: #fff;
}
::selection {
	background-color: #912A5A;
	color: #fff;
}

/* photoframe */
.photoframe {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.photoframe .photo {
	width: 100%;
}
.photoframe .photo img {
	border: 0;
	display: block;
}
.photoframe .caption {
	position: absolute;
	left: 15px;
	background: #912A5A url(/img/arrow.gif) 100% 50% no-repeat;
	padding: 3px 15px 3px 15px;
	width: 210px !important;
	width /**/:240px;
	/*opacity: 0.9;*/
}
/*.photoframe .caption:hover {
	opacity: 0.9;
}*/
.photoframe .top {
	top: 15px;
}
.photoframe .bottom {
	bottom: 15px;
}

.photoframe .caption p {
	font: 11px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-bottom: 0;
}
.photoframe .caption a {
	color: #999;
}

.split {
	width: 375px;
	overflow: hidden;
}
.split .left {
	width: 185px;
	float: left;
}
.split .right {
	width: 175px;
	float: right;
}