body {
	margin: 0px;
	margin-top: 10px;
	background-color: #214d34;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_page {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #f2f8f8;
}

.ui_header {
	background: transparent url(../KEGimages/keg_02.png) no-repeat top left;
	width: 800px;
	height: 175px;
	margin: 0 auto;
	text-align: right;
}

.ui_top_nav_wrapper {
	background-color: #BBDDDE;
	margin: 1px;
}

.ui_main_content_wrapper {
	padding: 10px;
}

.ui_main_content {
	width: 780px;
}

.ui_left {
	width: 520px;
	float: left;
}

.home .ui_main_content {
	width: 500px;
}

.ui_right {
	float: right;
	width: 280px;
}

.sidebar {
	width: 260px;	
	height: 800px;
	background-color: #d9eced;
	padding: 10px;
	overflow: scroll;
	clear: both;
}

.ui_footer {
	background-color: #bbddde;
	color: #fff;
	font-size: 10px;
	padding: 6px 10px;
	margin: 1px;
	clear: both;
}

.ui_print_email {
	float: left;
	width: 30%;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited { 
	display: inline;
	color: #fff;
}

a.PrintPageLink:hover {
	color: #353535;
	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: #353535;
	text-decoration: none;
	padding-right: 10px;
}

a.TellAFriendLink:active {
	display: inline;
	color: #fff;
	padding-right: 10px;
}

.ui_copyright {
	float: right;
	width: 65%;
	text-align: right;
	font-size: 10px;
}

.ui_tagline {
	text-align: center;
	color: #fff;
	font-size: 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;
}

img {
	clear: right;
	padding-right: 10px;
	float: left;
}
