@charset "utf-8";
#photoMainHolder {
	margin-top: 10px;
	width: 900px;
	background-color: #000000;
}
#photoHome {
	height: 33px;
	width: 170px;
	text-align: center;
}
#photoHome a {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#photoHolderOuter {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#photoHolder {
	background-image: url(../images/layoutImages/contentCorner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 883px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content {
	width: 671px;
	float: left;
	background-color: #FFFFFF;
}
#contentTopLeft {
	background-image: url(../images/layoutImages/contentTopLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentBottomLeft {
	background-image: url(../images/layoutImages/contentBottomLeft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contentBottomRight {
	background-image: url(../images/layoutImages/contentBottomRight.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contentTopRight {
	background-image: url(../images/layoutImages/contentTopRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
	font-size: 12px;
	min-height: 580px;
}
#contentTopRight a {
	font-weight: bold;
	color: #64050B;
	text-decoration: none;
}
#contentBottoms {
	background-image: url(../images/layoutImages/pixelDivider.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contentTops {
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #242021;
}

#contentItemLeft {
	width: 45%;
	float: left;
	padding-right: 10px;
}

#contentItemRight {
	float: right;
	width: 45%;
	padding-left: 10px;
	margin-left: 10px;
}
