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

#top_nav {
	background-color: #2A1F00;
	height: 20px;
	padding: 0px;
}
#top_spacer {
	height: 30px;
}
#wrapper {
	background-color: #2A3F55;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}
#wrapper #logo_header {
	height: 275px;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#wrapper #leftBlock {
	height: 200px;
	width: 200px;
	float: left;
}

#wrapper #leftInsideBlock {
	float: left;
	height: 200px;
	width: 200px;
}
#wrapper #rightInsideBlock {
	float: left;
	height: 200px;
	width: 200px;
}
#wrapper #rightBlock {
	float: right;
	height: 200px;
	width: 200px;
}
#wrapper #blockSpacer {
	height: 25px;
	width: 800px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#wrapper #leftLowerBlock {
	height: 200px;
	width: 265px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#wrapper #leftLowerBlockInside {
	float: left;
	height: 200px;
	width: 265px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#wrapper #rightLowerInsideBlock {
	height: 200px;
	width: 264px;
	float: left;
}
#wrapper #footer {
	background-color: #2A3F55;
	height: 25px;
	width: 800px;
	clear: both;
}

