body{
	margin: 0px;
	background-color: #8a0f2d;
}

#container{
	position:relative;
	width: 766px;
	margin: 35px auto 0px;	
	background: url(/images/container_tile.gif) repeat-y;
	border: 1px solid #fff;
}

#left{
	position: relative;
	float: left;
	width: 248px;
}

#right{
	position: relative;
	float: left;
	width: 518px;
}

#logo{
	position: relative;
	margin: 39px 0px 0px 16px;
	width: 216px;
	height: 45px;
}

#logo a img{
	border: none;
}

#topNav{
	margin: -25px 16px 0px 0px;
	list-style-type: none;
	float: right;
	height: 20px;
}

#nav{
	position: relative;
	margin: 24px 0px 0px 48px;
	padding: 0px;
	width: 184px;
	list-style-type: none;	
}

#leftImages{
	margin: 52px 0px 16px 16px;
	height: 66px;
}

#leftImages img{
	margin: 0px 2px;
	height: 66px;
	border: 1px solid #fff;
	float: left;
}

#header{
	margin: 16px 16px 0px 16px;
	width: 486px;
}
#content{
	margin: 0px 16px 16px 16px;
	width: 486px;
	background-color: #fff;
	min-height: 414px;
	max-height: 597px;
	overflow: auto;	
}
#text{
	margin: 25px 0px;
	padding-bottom: 10px;
}

#home_content{
	margin: 16px;
	width: 484px;
	height: 414px;
	background-image: url(/images/background_home.jpg);
	border: 1px solid #fff;
	background-repeat: no-repeat;
}

.clear{
	clear: both;
}

#footer{
	position: relative;
	width: 768px;
	margin: 10px auto 0px;
	color: #fff;
}

/* KD CREDIT */
#copyright {
margin: 0px auto;
width: 768px; 
}

#copyright,
#copyright p,
#copyright a {
color: #ffffff;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}

#copyright a {
font-weight: normal;
text-decoration: none;
}

#kdc {
margin: 0px 0px 7px;
float: left;
overflow: hidden;
}

#kdc,
#kdc a {
width: 110px;
height: 27px;
}

#kdc a {
padding: 27px 0px 0px;
display: block;
background-image: url(/images/kd_white.png);
}

#kdc a:hover {
background-image: url(/images/kd_white_over.png);
}

#copyright p {
float: left;
margin: 8px 0px 15px;
}