@charset "utf-8";
/* CSS Document */

html {
	height:100%;	

}

body {	
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #B20000;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}



#container {
width: 983px;
padding:0px;
border:0px;
background-color:#A6BF79;
}

#header {
	background-image: url(../images/wtkf_r1_c1.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px;
	width:983px;
	height:109px;
}

#logo {
background-image: url(../images/wtkf_r2_c1.jpg);
background-position:left;
background-repeat:no-repeat;
padding:0px;
height: 134px;
width:983px;
}

#navbar {
	height:25px;
	padding-top:4px;
	width:977px;
	background-color:#B20000;
	border-style:solid;
	border-width:3px;
	border-color:#FFF;
	font-size:14px;
	font-weight: 700;
	font-family:Arial, Helvetica, sans-serif;
}

#horzlinks {
	width:900px;
	float:left;
	display:inline-block;
	text-align:center;
}

#iaith {
 width:50px;
 float:right;
 display:inline-block;
 margin-right:25px;
}

#iaith a{
	color: #FFF;
	text-decoration:none;
}

#iaith a:hover{
	text-decoration:underline;
}


.navBox {
	margin-right:15px;
}

.navBox a{
	color:#FFF;
	text-decoration:none;
}

.navBox a:hover{
	text-decoration:underline;
}

.subnav {
	display:block;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
	margin-bottom:15px;
}


.subnav a{
	color:#999;
	text-decoration:none;
	
}

.subnav a:hover{
	color: #000;
	text-decoration:underline;
}

.subsubnav {
	display:block;
	margin-bottom:10px;
	font-size:12px;
}


.subsubnav a{
	color: #CCC;
	text-decoration:none;
}

.subsubnav a:hover{
	color: #000;
	text-decoration:underline;
}

#middle {
	background-color:#FFF;
}

#content {
	width:727px;
	float:right;
	font-size:12px;
	padding-top:10px;
	padding-right:10px;
}

#navigation {
	float:left;
	width:200px;
	padding-left:20px;
	padding-top:20px;
}

#logos {
	text-align:center;
}

#footer {
	width:983px;
	margin-top:-17px;
	background-image: url(../images/wtkf_r4_c1.png);
	background-repeat:no-repeat;
	height:40px;
	font-size:10px;
	padding-bottom:50px;
}

.leftfoot {
	width:400px;
	float:left;
	text-align:left;
	padding:10px;
}
.rightfoot {
	width:400px;
	float:right;
	text-align:right;
	padding:10px;
}


