body {
	background: #BAB4A5;
}

#bar {
	position: absolute;
	top: 550px;
	left: 0px;
	width: 100%;
	height: 25px;
	background: #B55537;
	z-index: 10;
}


#container {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 750px;
	height: 750px; 
	padding: 0px;
	overflow: hidden;

}

#projects {
	position: relative;
	background: #FFFFFF;
	width: 600px;
	height: 500px;
	overflow: auto;
}

#projects_index {
	position: relative;
	background: #FFFFFF;
	width: 600px;
	height: 500px;
	overflow: hidden;
}

#textblock {
	position: relative;
	background: #FFFFFF;
	width: 600px;
	height: 500px;
	overflow: auto;
}

#subnav {
	position: absolute;
	padding: 0;
	top: 525px;
	left: 0px;
	width: 750px;
	height: 200px;
	background: #FFFFFF;
	z-index: 7;
}


#rightside {
	position: absolute;
	top: 0px;
	left: 600px;
	background: inherit;
	width: 150px;
	height: 500px;
	background: #F0ECE2;
}


#navigation {
	position: absolute;
	top: 375px;
	left: 600px;
	background: inherit;
	width: 150px;
	height: 150px;
	vertical-align: bottom;
	background: inherit;
	z-index: 6;
}



#contact {
	position: absolute;
	top: 525px;
	left: 600px;
	background: inherit;
	width: 150px;
	height: 200px;
	z-index: 8;
}

