	body {
		background: #BBBDB0 url( '../images/bgr.jpg' ) repeat-x;
		margin: 0;
		padding: 0;
	}
	
	
	#ultrawrapper {
		background: url( '../images/main_bgr.jpg' ) repeat-y center;
		margin: 0 auto;
		width: 810px;
		/*margin: 0;*/
		padding: 0 0px;
		font-family: Arial;
		font-size: 12px;
		color: #181818;
	}
	
	#wrapper {
		background: url( '../images/body_bgr1.jpg' ) no-repeat;
		padding: 0 5px;
		width: 780px;
		padding: 0 15px;
	}
	
	ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	a {
		/*background: url( '../images/link_icon.png' ) no-repeat 0px 5px;
		padding-left: 10px;*/
		color: #956E29;
		font: 11px Tahoma;
	}

	a img {
		border: 0;
	}
	
	form, fieldset {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	input {
		border: 1px solid #E9EAE2;
		height: 24px;
	}
	
	.top, .bottom {
		display: block;
	}
/*********************
*	HEADER
*********************/
	
	#header {
		background: url( '../images/header_bgr1.png' ) repeat-x;
		font-weight: bolder;
		width: 780px;
		height: 88px;
	}
	
	#header #logo {
		float: left;
		height: 45px;
		padding-top: 20px;
		padding-left: 10px;
		/*background: url( '../images/logo.png' ) no-repeat 10px 20px;*/
	}
	
	#header .menu a {
		float: right;
		margin-right: 10px;
		margin-top: 10px;
		color: #fff;
		font: 10px Tahoma;
	}
	
	#header .menu img {
		margin-right: 5px;
	}

	#menu {
		/*float: left;*/
		clear: both;
		background: url( '../images/menu_bgr.png' ) repeat-x;
		padding: 0;
		margin: 0;
		height: 123px;
		width: 780px;
		_height: 0;
	}
	
	#menu li {
		float: left;
		background: url( '../images/menu_border.png' ) no-repeat right bottom;
		height: 23px;
		padding-right: 3px;
	}
	
	#menu li.active {
		
	}
	
	#menu li a {
		float: left;
		padding: 4px 18px 0 18px;
		text-align: center;
		font: 10xp Tahoma;
		text-transform: uppercase;
		height: 19px;
		
		color: #fff;
		text-decoration: none;
	}
	#menu li a:hover {
		background-image: url( '../images/menu_bgr_over.png' );
	}
	
/*********************
*	CONTENT
*********************/	
	#content {
		/*clear: both;*/
		float: none;
		margin-left: 10px;
		width: 767px;
	}

/*********************
*	COLUMN RIGHT
*********************/
	#content #column-right {
		float: right;

		/*width: 202px;
		float: right;*/
	}

/*********************
*	COLUMN LEFT
*********************/
	
/*********************
*	COLUMN MIDDLE
*********************/
	#column-middle {
		float: left;
		margin: 0;
		width: 450px;
	}
	
	#column-middle a {
		text-decoration: underline;
	}
	#column-middle .title {
		clear: both;
		padding-top: 20px;
		color:#297095;
		font: 13px Arial;
		line-height: 20px;
		font-weight: bolder;
		padding-left: 3px;
		background: url( '../images/dot.png' ) repeat-x bottom;
	}
	
	#column-middle .title a {
		float: right;
		background: url( '../images/title_link_arrow.gif' ) no-repeat left center;
		padding-left: 10px;
		margin-top: -15px;
		font: 9px Verdana;
		font-weight: bolder;
		color: #1B1B1B;
	}
	
/*****	BOX	*****/
	
	dl.box  { background: #eff0ea; margin: 0; width: 337px; float: left }
	
	.box dt {
		background: url( '../images/box_title_bgr.png' ) repeat-x;
		height: 16px;
		padding: 7px;
		border: 1px solid #969A7F;
		border-bottom: 0;
		text-transform: uppercase;
		color: #fff;
		font: 11px Tahoma;
		font-weight: bolder;
	}

	.box dd {
		background: url( '../images/box_content_bgr.png' ) repeat-x top;
		border: 1px solid #E1E1C6;
		border-top: 0;
		margin: 0;
		padding: 10px;
	}

	.box img {
		float: left;
		margin-right: 15px;
	}
	
	.box ul  { width: 170px; float: left }
	
	.box li {
		margin: 10px 0px;
		background: url( '../images/arrow.png' ) no-repeat 0px 5px;
		padding-left: 7px; 
		color: #535353;
	}
	
	.box li a {
		color: #535353;
		text-decoration: none;
		font-weight: lighter;
	}


/*********************
*	FOOTER
*********************/
	#footer {
		clear: both;
		background: #393939;
		color: #9C9C9C;
		padding: 10px;
		border-top: 1px solid #BBBDB0;
		font: 11px Arial;
		text-align: right;

		margin: 5px -10px -15px -10px;
		width: 760px;
		_margin-top: 20px;

	}
	
	#footer .menu {
		float: left;
		color: #575757;
	}
	
	#footer .menu a {
		color: #DFE6EC;
		font-weight: lighter;
		padding: 0 4px;
		text-decoration: none;
	}