

/* the ui_clear div is used to clear two floated elements*/

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

/* Beginning of Template CSS*/

body {
	margin: 0px;
	background: #98BEF2 url(/images/ktc_bg.gif) top left;
}

.ui_header,
.ui_page {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #000;
}

.ui_header {
	background: transparent url(/images/new_title.jpg) no-repeat top left;
	border: 1px solid #000;
	margin-top: 30px;
	margin-bottom: 10px;
}

.ui_left {
	width: 150px;
	float: left;
}

.ui_right {
	width: 595px;
	float: right;
}

.ui_main_content_wrapper {
	clear: right;
	padding: 20px;
}

.ui_main_content {
	width: 525px;
}	

.ui_footer_wrapper {
	background-color: #fff;
	padding: 1px;
}

.ui_footer {
}

.ui_print_email {
	color: #fff;
	padding: 6px;
	text-align: right;
}

a.PrintPageLink{float: right; display: block; padding: 5px 30px; background: url(/images/icoPrinter.gif) no-repeat center left;}


a.TellAFriendLink:link,
a.TellAFriendLink:visited,
a.TellAFriendLink:active {
	display: inline;

}

a.TellAFriendLink:hover {
	color: #fff;
	text-decoration: none;
}

.ui_bottom_outside {
	padding-top: 10px;
	width: 766px;
	margin: 0px auto;
	color: #fff;
}

.ui_copyright {
	font-size: 10px;
	text-align: right;
	float: right;
	width: 296px;
}

.ui_tagline {
	font-size: 10px;
	padding-bottom: 10px;
	float: left;
	width: 470px;
}

.ui_tagline a:link,
.ui_tagline a:visited,
.ui_tagline a:active {color: #fff;}

.ui_tagline a:hover {color: #fff;}
