* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #EEEDD2;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
 background: #ffffff;
}
#header {
 color: #333;
 width: 300px;
 float: left;
 height: 30px;
 margin: 0px 0px 0px 0px;
 background: #EEEDD2;
 padding-left: 600px;
}
#flash {
 color: #333;
 width: 900px;
 float: left;
 height: 250px;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
}
#insideheader {
 color: #333;
 width: 900px;
 float: left;
 height: 30px;
 margin: 0px 0px 0px 0px;
 background: url(assets/header_bg.jpg);
}
#navigation {
 float: left;
 width: 640px;
 height: 30px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
 padding-left: 260px;
}
#insidenav {
 float: right;
 width: 640px;
 height: 30px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
}
#leftcolumn { 
 color: #333;
 background: url(assets/left_colbg.jpg);
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 240px;
 float: left;
}
#content { 
 float: right;
 color: #333;
 background: url(assets/content_bg.jpg);
 margin: 0px 0px 0px 0px;
 padding: 15px;
 padding-top: 20px;
 width: 605px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 background: #E7DBD5;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 245px;
 float: left;
}
#footer { 
 width: 880px;
 clear: both;
 height: 20px;
 color: #333;
 background: url(assets/footer.jpg);
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
ul {
	margin-left: 0;
	padding-top: 10;
	padding-left: 20px;
}
	
/**************************************************************

	MultiBox
	v1.2

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

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #c0be97;
	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;
}



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

