#mainwrapper {
	height: 800px;
	width: 980px;
	border: thick solid #FF0000;
	margin-right: auto;
	margin-left: auto;
}
#mainwrapper .header {
	height: 50px;
	width: 400px;
	border: medium solid #0000FF;
	float: left;
}
#mainwrapper .mainframe {
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #FF00FF;
}
#wrappermain {
	height: 800px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-top-color: #FF0000;
	margin-top: 15px;
}
#wrappermain .mainframe {
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrappermain #header {
	height: 25px;
	width: 400px;
	float: right;
	margin-top: -18px;
}
#wrappermain .gallery title {
	float: left;
	height: 50px;
	width: 200px;
	border: thin solid #FF00CC;
}
#wrappermain .gallery title {
	height: 25px;
	width: 200px;
	border: thick solid #00CC00;
}
#wrappermain #footer {
	height: 25px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-top: 20px;
}
