@charset "UTF-8";
/* CSS Document */

body
{
text-align: center;
}

#container-gallery {
		width: 800px;
		height: 666px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		text-align: left;
}

#nav {
		width: 800px;
		height: 24px;
		background-color:#000000;
}

#gallerysection {
		width: 363px;
		float:left;
		background-color:#FFFCCF;

}

#contentsection {
		width: 436px;
		height: 454px;
		float:right;
		background-color:#FFFCCF;

}

#swappedimages {
	width: 176px;
	float:left;
	background-color:#FFFCCF;
	padding-left: 30px;
}

#featuresquare {
	float:left;
	background-color:#FFFCCF;
	padding-right: 10px;
	padding-left: 5px;
}

.subheads {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 10px;
	padding-left:30px;
	line-height: 12px;
	text-transform: uppercase;
}
.text {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #999999;
	line-height: 16px;
	margin-right: 20px;
	margin-left:30;
}
#bottomblack {
	width: 800px;
	height: 600px;
	float:left;
	background-color:#DEDEC3;
}