
body {
	background-color: #5E5C9E;
	margin:0px;
	padding:0px;
}

#main {

	width:550px;
	margin: 0px auto 0px auto;
	border: 0px solid #f0f0f0;
}
#about_header {
	margin-left:0px;
	margin-top:0px;
	width:550px;
	height:45px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../images/resources_header.png);
	overflow:hidden;
}
#about_top_left_corner {
	margin-left:0px;
	margin-top:0px;
	width:55px;
	height:130px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../images/resources_top_left_corner.png);
	overflow:hidden;
}
#colwrap1 {
	float:left;
	width:430px;
	margin-top:0px;
	margin-left:0px;
	border: 0px solid #f0f0f0;
	background-color:#9999CC;
}
#about_logo {
	margin-left:0px;
	margin-top:0px;
	width:430px;
	height:44px;
	margin-bottom:0px;
	float:left;
	display:inline;
}
#about_menu_top_space {
	width:430px;
	height:23px;
	float:left;
	display:inline;
	background-color:#9999CC;
	overflow:hidden;
}

#about_top_right_corner {
	margin-left:0px;
	margin-top:0px;
	width:65px;
	height:130px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../images/resources_top_right_corner.png);
	overflow:hidden;
}
#about_content {
	margin-left:0px;
	margin-top:0px;
	width:550px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-color:#9999CC;
	background-image: url(../images/resources_content.png);
	background-repeat: repeat-y;
}
#about_footer {
	margin-left:0px;
	margin-top:0px;
	width:550px;
	height:70px;
	margin-bottom:0px;
	float:left;
	display:inline;
	background-image: url(../images/resources_footer.png);
}

