
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 922px;
 float: left;
 padding: 0px;
 height: 150px;
 margin: 10px 0px 0px 0px;
 background: url(assets/headerbg.jpg);
}
#textbody {
 color: #333;
 width: 902px;
 float: left;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
}
#navbar {
 color: #333;
 width: 920px;
 float: left;
 padding: 0px;
 border: 1px solid #2b4e3a;
 height: 50px;
 margin: 0px 0px 0px 0px;
 background: #2b4e3a;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #e0bb85;
 background: url(assets/sidebg.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 370px;
 width: 285px;
 float: left;
}
#midcolumn { 
 color: #333;
 border: 1px solid #c09e5e;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 370px;
 width: 345px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #e0bb85;
 background: url(assets/sidebg1.jpg);
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 265px;
 display: inline;
}
#footer { 
 width: 900px;
 height: 30px;
 clear: both;
 color: #333;
 border: 1px solid #c09e5e;
 background: url(assets/footer.jpg);
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

/**************************************************************

	MultiBox
	v1.2

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #003300;
	background-color: #fff;
	display: none;
	z-index: 2;
	margin-left: 120px;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #cobe97;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}



/*************************************************************/