
body {
	margin: 0px;
	background-color: #7c6a54;
}

.home_body {
	margin: 0px;
	background: transparent url(/images/homebg.jpg) repeat-x top left;
}

.sub_body{
	margin: 0px;
	background-color: #ffffff;
	background-image: url(/images/subbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.flash_body{
	margin: 0px;
	background-color: #7D6B55;
	background-image: url(/images/flashbg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_page {
	width: 950px;
	margin: 0;
	background-color: #ffffff;
}

.ui_header {
	background: transparent url(/images/header.jpg) no-repeat top left;
	width: 950px;
	height: 112px;
}

.ui_top_nav_wrapper {
	width:150px;
	height: 120px;
	margin: 0;
	margin-top:4px;
	padding-left:30px;
	float: left;
}

.ui_sub_nav_wrapper {
	width:639px;
	height: 27px;
	margin: 0;
	padding:0;
	background-color: #f7f4f0;
}

.nav_spacer{
	height:12px;
	width:12px;
}

.ui_main_content_wrapper {
	width:950px;
	margin:0px;
	padding:0px;
}

.ui_sub_content_wrapper {
	width:950px;
	margin:0px;
	padding:0px;
	background: url(/images/subbodybg.jpg) no-repeat top left;
}

.left{
	width:311px;
	height:476px;
	float:left;
	padding:0px;
	margin:0px;
}

.sub_left{
	width:311px;
	height:30px;
	float:left;
	padding:0px;
	margin:0px;
}

.right{
	width:590px;
	height:476px;
	float:left;
	background-image: url(/images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding:0px;
	margin:0px;
}

.sub_right{
	width:639px;
	float:left;
	padding:0px;
	margin:0px;
}

.ui_home_content_wrapper {
	padding-left:40px;
}

.ui_main_content_home {
	width: 550px;
	padding-top:15px;
}

.ui_main_content {
	padding-left:40px;
	padding-top:15px;
}

.sub_content_space {
	padding-left:60px;
}

.ui_footer {
	background: transparent url(/images/footer.jpg) no-repeat top left;
	color: #fff;
	font-size: 10px;
	height:49px;
	width:950px;
	padding-top:10px;

}

.footer_wrapper{
	width:950px;
}

.ui_footer_links a:link {color: #fff;}
.ui_footer_links a:visited {color: #fff;}
.ui_footer_links a:hover {color: #B88124;}
.ui_footer_links a:active {color: #fff;}

.ui_footer_links {
	float: left;
	width: 280px;
	padding-left: 20px;
}

.ui_sub_footer {
	background: #7d6b55 url(/images/footer.jpg) no-repeat top left;
	color: #3B2613;
	font-size: 10px;
	height:1000px;
	width:100%;
	padding-top:10px;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited { 
	display: inline;
	color: #fff;
}

a.PrintPageLink:hover {
	color: #B88124;
	text-decoration: none;
}

a.PrintPageLink:active { 
	display: inline;
	color: #fff;
}

a.TellAFriendLink:link,
a.TellAFriendLink:visited {
	display: inline;
	color: #fff;
	padding-right: 10px;
}

a.TellAFriendLink:hover {
	color: #B88124;
	text-decoration: none;
	padding-right: 10px;
}

a.TellAFriendLink:active {
	display: inline;
	color: #fff;
	padding-right: 10px;
}

.ui_copyright {
	float: right;
	width: 600px;
	text-align: right;
	font-size: 10px;
}

.ui_copyright a:link,
.ui_copyright a:visited {
	color: #fff;
	font-size: 10px;
}

.ui_copyright a:hover {
	color: #B88124;
	font-size: 10px;
}

.ui_copyright a:active{
	color: #fff;
	font-size: 10px;
}