/* ------ Page Layout (DIVs) ------ */

#vertical_center
{
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: visible;
	visibility: visible;
	display: block;
}

#main_container
{
	position: absolute;	
	left: -384px;
	top: -244px;
	width: 768px;
	height: 488px;
	border: 1px #AF9187 solid;
	margin-left: auto;
	margin-right: auto;
	background-color: #7E584D;
}

#left
{
	float: left;
	width: 115px;
}

#left_top
{
	width: 115px;
	height: 220px;
}

#left_middle
{
	width: 115px;
	height: 233px;
	padding-top: 13px;
}

#left_bottom
{
	width: 115px;
	height: 22px;
	background-color: #724740;
}

#left_bar
{
	float: left;
	width: 9px;
	height: 488px;
	background-color: #9E837A;
}

#center
{
	float: left;
	width: 279px;
}

#right
{
	float: left;
	width: 365px;
}

#content_top
{
	height: 100px;
}

#content_middle
{
	width: 337px;
	height: 290px;
	overflow:auto;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	
	scrollbar-face-color : #72473F;
	scrollbar-shadow-color : #9F837A;
	scrollbar-highlight-color : #7e584C;
	scrollbar-3dlight-color : #9F837A;
	scrollbar-darkshadow-color : #7E584C;
	scrollbar-track-color : #7E584C;
	scrollbar-arrow-color : #9F837A;
}

#content_bottom
{
	height: 68px;
}
