@import url("global.css");

/* ================================== ContentBox =================================== */

#ContentBox {
	background:url(../images/ContentBoxBG.gif) repeat-y;
	width:992px;
}

/* Procedures */

#Procedures {
	float:left;
	width:232px; /* 250px */
	background:url(../images/WhatWeOfferBG.jpg) repeat-x #CCB89E;
	padding:40px 0 0 18px;
}

/* Welcome */

#ContentMain {
	width:682px; /* 742 px */
	background:url(../images/WelcomeBG.jpg) repeat-x #C8B299;
	float:left;
	padding:40px 30px 20px 30px;
}

/* ================================== Media and Contact =================================== */

#MediaContact {
	background:url(../images/ContentBottomBG.jpg) repeat-x;
	width:992px;
	clear:both;
	padding:40px 0 20px 0;
	margin:0 auto;
}
#MediaContact .Divider {
	background:url(../images/MediaTest_Divider.jpg) no-repeat;
	width:1px;
	height:312px;
	float:left;
	margin:0 20px;
}
#QuickContact {
	width:350px; /* 450px */
	float:left;
	padding:0 30px 20px 30px;
}



