html {
	margin: 0px;
	padding: 0px;
	}

#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 0px 40px 0px;
	border-left: 1px solid #8B0000;
	border-right: 1px solid #8B0000;
	border-bottom: 10px solid #8B0000;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

/* Links */
a:link {font-weight: bold; color: #8B0000;}
a:visited {font-weight: bold; color: #8B0000;}
a:hover {color: #D2691E;}
a:active {color: #D2691E;}

img {
	border: 0px;
	}

body.mainpage .ktlogo {
	margin: 0px;
	padding: 0px;
	width: 275px;
	height: 50px;
	float: left;
	}

body.mainpage .ktlogo a {
	display: block;
	width: 275px;
	height: 0px;
	padding: 50px 0px 0px 0px;
	overflow: hidden;
	background: url(../images/KT_Logo.jpg) left top no-repeat;
	}

body.mainpage .trupologo {
	margin: 0px;
	padding: 0px;
	width: 225px;
	height: 60px;
	float: left;
	}

body.mainpage .trupologo a {
	display: block;
	width: 225px;
	height: 0px;
	padding: 100px 0px 0px 0px;
	overflow: hidden;
	background: url(../images/Trupo_logo.jpg) left top no-repeat;
	}

div.maincontent {
	clear: both;
	width: 550px;
	margin-left: 80px;
	height: 100%;
	min-height: 525px;  
	}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #8B0000; 
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	padding: 35px 0px 10px 0px;
	height: 5px;
	}

div.headerquote
	{	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #8B0000; 
	font-weight: normal;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
	/*height: 5px;*/
	}

div.img-right
	{	
	text-align: center;
	padding: 15px 10px 10px 15px;
	float: right;
	font-style:italic;
}

div.img-left
	{	
	text-align: center;
	padding: 15px 10px 10px 15px;
	float: left;
	font-style:italic;
	
}

div.img-center
	{	
	text-align: center;
	padding: 5px 0px 5px 0px;
	float:none;
	font-style:italic;
}

div.audio
	{	
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-top: 5px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	float: left;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #8B0000;
}

.sidebar
	{	
	width: 275px;
	background-color: #DEB887;
	float: right;
	padding: 10px 10px 15px 10px;
	border-top: 5px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	}

.sidebarheader
	{	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000; 
	font-weight: bold;
	/*text-decoration: underline;*/
	width: 100%;
	}

.bottombar
	{	
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #DEB887;
	text-align: center;
	float: none;
	padding: 10px 10px 10px 10px;
	}

.copyright {
	font-size: 9px;
	text-align: center;
	}
