/* standard elements */
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #655A46 url(img/bg.gif);
	color: #CEBDA1;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.3em;
	padding-bottom: 1.4em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #F8EDDA;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	/*background: url(img/wthbanner.jpg) no-repeat;*/
	margin: 0 auto;
	padding: 0px;
	width: 762px;
}

/* header */
.header {
	background: url(img/wthbanner.jpg) no-repeat;
	height: 121px;
	margin: 0 auto;
	width: 764px;
}

/* title */
.title {
	padding: 12px;
}
.title h1 {
	color: #CEBDA1;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	background: #FFF url(img/bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana;
	height: 44px;
	margin: 0px 0px 0px 0px;
	padding: 0 18px;
	width: 727px;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #420;
}

.navigation .color {
	background: 000;
	color: #fff;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}


/* main */
.main {
	clear: both;
	padding: 0px 0px 0px 0px;
	background-color: #F5F1E2;
	/*width: 770px;*/
	width: 100%;

}

/* sub navigation */
.sidenav {
	float: right;
	width: 175px;
}
.sidenav h1 {
	background: #BCB39F url(img/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.1em;
	height: 20px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* content */
.content {
	padding-top: 12px;
	padding-left: 2px;
	padding-right: 3px;
	float: left;
	width: 74%;
	background-color: #F5F1E2;
/* #F0DDB9;*/
}
.content .descr {
	color: #CEBDA1;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 28px;
	color: #000;
	padding-left: 16px;
	font-size: .9em;

}

.content img {
	padding: 6px 16px 6px 10px;
	border: none;
	/*border-color: #fff;*/
}

.content #img_desc {
	font-size: 1em;
	color: #000;
	float: left;
	line-height: 10px;
    	 	
}

.content p {
	margin: 0px 0px 0px 14px;
	font-size: 1.2em;
	padding-bottom: 1.4em;
	color: #000;	
}

.content h3 {
	color: #958463;
	padding-top: 6px;
	padding-left: 6px;
	font-size: 1.5em;
}

.content h1 {
	color: #958463;
	padding-top: 6px;
	font-size: 1.2em;
	padding-left: 6px;
	
}

/* footer */
.footer {
	background: #958463 url(img/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 764px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}