@import url("header.css");
@import url("main.css");
@import url("footer.css");
@import url("misc.css");
@import url("sidebar.css");
body {
	font size: small;
	float: none;
	width: 650 px;
	margin: 0 auto;
	padding: 0px;
}
#divWrapper {
	overflow: hidden;
}
body.about {
	background-color: #f9e5f9;
}
body.home {
	background-color: #d3e1eb;
}
body.projects {
	background-color: #99cccc;
}
body.imagegallery {
	background-color:#FFFFFF
}
body.upcoming {
	background-color: #ff9999;
}
body.downloads {
	background-color:#CCFFCC;
}