body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bg_tile_grey.gif);
	background-repeat: repeat-x;
	background-color: #c2c2c2;
}
#container{
	position: relative;
	width: 740px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/container_tile.gif);
	background-repeat: repeat-x;
	background-color: #4d4e51;
}
#shadow{
	width: 756px;
	position: relative;
	margin: 0px auto;
	background-image: url(../images/shadow_side.png);
	background-repeat: repeat-y;
}

#shadowBtm{
	clear: both;
	position: relative;
	margin: 0px auto;
	width: 756px;
	height: 8px;
	background-image: url(../images/shadow_btm.png);
	overflow: hidden;
}

/*//////////////////////////////////////////////////*/
/* HEADER                                           */
/*//////////////////////////////////////////////////*/
#header{
	position: relative;	
	top: 28px;
	left: 50px;
	width: 640px;
	height: 291px;
	padding: 0px;
	margin: 0px;
}
#topheader {
	position: relative;
	height: 112px;
}
#bottomheader {
	position: relative;
	height: 151px;
	width: 640px;
	background-color: #2d2e30;
	margin: 0px 0px 5px 0px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 271px;
	height: 84px;
}
#sidenav {
	position:relative;
	margin: 0px 0px 0px 5px;
	height: 147px;
	width: 180px;
}
#topnav {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 28px;
	width: 369px;
	margin: 0px;
}
#headerImgTop {
	position:absolute;
	top: 28px;
	right: 5px;
	height: 84px;
	width: 360px;
	background-color: #0000ff;
}
#headerImgBottom {
	position:absolute;
	top: 0px;
	left: 185px;
	height: 147px;
	width: 450px;
}

/*//////////////////////////////////////////////////*/
/* BODY layout                                      */
/*//////////////////////////////////////////////////*/
#contentholder {
	position: relative;
	left: 50px;
	right: 50px;
	width: 640px;
	padding: 0px;
}
.clear {
	clear: both;
}
.heading {
	position: relative;
	height: 35px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.content {
	border: 5px solid #3f4044; /* grey border */
	border-top: 1px solid #e9aa0b; /*yellow line border */
	background-color: #c2c2c2;
	margin-bottom: 15px;
}
#left {
	position: relative;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#right {
	display: none;
}

#middle{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 640px;
}
#middle .content{	
	height: 150px;
}

#footer {
	position: relative;
	height: 80px;
	width: 740px;
	clear: both;
	text-align: center;
	padding: 10px 0px;
}

#awards{
	position: relative;
	height: 40px;
	margin: 0px auto;	
}
#awards a{
	margin: 10px;
	padding: 0px;
}
#awards a img{
	position: relative;
	border: 5px solid #3f4044; /* grey border */
	border-top: 1px solid #e9aa0b; /*yellow line border */
}
#awards a:hover img{
	position: relative;
	border: 5px solid #2d2e30; /*dark grey border */
	border-top: 1px solid #e9aa0b; /*yellow line border */
} 

#footerlogos {
	position: relative;
	height: 40px;
}
#footerlogos a {
	margin: 10px;
	padding: 0px;
}

/*////////////////
//Korkola Credit//
////////////// */
#credit_kd,
#credit_kd a {
	float: right;
	width: 150px;
	height: 15px;
	background-image: url(../images/korkola_design.gif);	
}

div.kd {
	position: relative;
	padding: 5px 0px 0px 0px;
	margin: 0 auto;
	height: 15px;
	width: 740px;
}

div.kd div {
	overflow: hidden;
}

div.kd div a {
	overflow: hidden;
	padding: 150px 0px 0px;
	display: block;
}

div.kd div a:hover {
	background-position: 0px -15px;
}