body {
	background-color: #000000;
}

#page_border_2 {
	width: 764px;
	border: 2px solid #FFFFFF;
	margin: 20px auto 20px auto; /* this centers the page in all but IE */
}

#page_border_1 {
	width: 756px;
	border: 4px solid #999999;
}

#page {
	width: 750px;
	border: 3px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
}

#heading {
	width: 750px;
	position: relative;
}

#content {
	margin: 0px 50px 10px 20px;
}

#content_image {
	float: right;
	margin-left: 20px;
}

#home_left {
	float: left;
	width: 366px;
}

#home_right {
	float: right;
	padding-top: 3px;
	width: 375px;
}

.home_box_large {
	position: relative;
	border-right: 2px solid #E6E6E6;
	border-bottom: 2px solid #E6E6E6;
	width: 100%;
}

.home_box_small {
	position: relative;
	float: left;
	border-top: 4px solid #C5D6A7;
	border-left: 4px solid #C5D6A7;
	border-bottom: 4px solid #C5D6A7;
	padding: 0px 2px 2px 2px;
	width: 117px;
	height: 102px;
}

.stack_left {
	float: left;
	margin-right: 10px;
}

.vertical_flush {
	height: 0px;
}

.vertical_gutter {
	height: 3px;
}

.reset {
	clear: both;
}
