@charset "UTF-8";
#main_wrapper {
	width: 800px;
	border: 2px solid #9EDB58;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.left_wrap {
	width: 235px;
	float: left;
}
.navigation {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
}
.logo {
	width: 206px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.footer {
	width: 183px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.copyright {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.right_wrap {
	float: right;
	width: 565px;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(../images/side_bars.gif);
	height: 100%;
}
#header {
	width: 535px;
	margin-bottom: 5px;
	float: right;
	text-align: right;
}
#body {
	width: 515px;
	background-color: #69A51C;
	clear: right;
	float: right;
	padding: 10px;
	height: 100%;
}
.text_frame {
	padding-bottom: 10px;
}
.clear, br {
	clear: both;
}
.form {
}
.designgallery {
	height: 500px;
}
#main_gallerywrapper {
	width: 800px;
	border: 2px solid #9EDB58;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

