body {
	margin-top: 10px;
	background-color: #AB8C56;
	}

.ui_header {
	width: 950px;
	margin: 0 auto;
	height: 187px;
}

.ui_logo{
	float: left;
	width: 247px;
	height: 187px;
	background: transparent url(/images/jiminex_header_logo.jpg) no-repeat top left;
}

.ui_rotator {
	float: left;
	width: 703px;
	height: 187px;
	background-color: #999;
	overflow: hidden;
}

.ui_page {
	width: 950px;
	background-color: #fff;
	margin: 0 auto;
}

.ui_top_nav_wrapper {
	background: transparent url(/images/jiminex_nav.jpg) repeat-x left top;
	width: 950px;
}

.ui_main_content_wrapper {
	clear: both;
	width: 950px;
	overflow: hidden;
	background
}

.SubPages .ui_main_content_wrapper {
	background: #fff url(/images/table_bkgnd.jpg) repeat-y top left;
}

.ui_main_content {
	width: 950px;
}

.SubPages .ui_main_content {
	width: auto;
	padding: 30px;
}

.ui_footer {
	background-color: #FFF;
	color: #fff;
	font-size: 10px;
	padding: 0px 7px 7px;
}

.ui_footerinside{
	background-color: #582c26;
	padding: 28px;
	}

.ui_print_email {
	float: left;
	width: 30%;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited { 
	color: #fff;
}

a.PrintPageLink:hover {
	color: #353535;
	text-decoration: none;
}

a.PrintPageLink:active { 
	color: #fff;
}

a.TellAFriendLink:link,
a.TellAFriendLink:visited {
	color: #fff;
	padding-right: 10px;
}

a.TellAFriendLink:hover {
	color: #353535;
	text-decoration: none;
	padding-right: 10px;
}

a.TellAFriendLink:active {
	color: #fff;
	padding-right: 10px;
}

.ui_copyright {
	float: right;
	width: 65%;
	text-align: right;
	font-size: 10px;
}

.ui_tagline {
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding-top: 10px;
}

.ui_tagline a:link,
.ui_tagline a:visited {
	color: #fff;
	font-size: 10px;
}

.ui_tagline a:hover {
	color: #E4B450;
	font-size: 10px;
}

.ui_tagline a:active{
	color: #fff;
	font-size: 10px;
}

