/*
http://colorschemedesigner.com/#0u11Tn7hxoeqw
8C5427		714D2F		673812		BB8150		BB8D66
*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(/pix/bg2.gif); /* Optional */
	font-family: Verdana, Arial;
	font-size:12px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #000;
	}
a {text-decoration:underline;color: #8C5427;}
a:hover {padding:2px;text-decoration:none; color: #fff; background: #673812;}
a.english { font-size:11px; }

a.clear:hover {padding:0px;background: transparent;}

a.audio {
   padding:2px 17px 2px 2px;
   background: transparent url(/pix/icons/icon_audio.gif) no-repeat center right;
}

a.audio:hover {
   padding:2px 17px 2px 2px;
   background: #673812 url(/pix/icons/icon_audio_white.gif) no-repeat center right;
}

a.music {
   padding:2px 17px 2px 2px;
   background: transparent url(/pix/icons/icon_music.gif) no-repeat center right;
}

a.music:hover {
	padding:2px 17px 2px 2px;
	background: #673812 url(/pix/icons/icon_music_white.gif) no-repeat center right;
}

a.newwindow {
   padding:2px 17px 2px 2px;
   background: transparent url(/pix/icons/icon_newwindow.gif) no-repeat center right;
}

a.newwindow:hover {
	padding:2px 17px 2px 2px;
	background: #673812 url(/pix/icons/icon_newwindow_white.gif) no-repeat center right;
}

a.doc {
   padding:2px 18px 2px 2px;
   background: transparent url(/pix/icons/icon_doc.gif) no-repeat center right;
}

a.doc:hover {
	padding:2px 18px 2px 2px;
	background: #673812 url(/pix/icons/icon_doc_white.gif) no-repeat center right;
}

a.pdf {
   padding:2px 18px 2px 2px;
   background: transparent url(/pix/icons/icon_pdf.gif) no-repeat center right;
}

a.pdf:hover {
	padding:2px 18px 2px 2px;
	background: #673812 url(/pix/icons/icon_pdf_white.gif) no-repeat center right;
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: transparent url(/pix/banner/banner1.jpg) no-repeat 100% 0;
	height: 192px;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	
	}

#header a.banner {
	display: block;
	border-bottom: 0px;
	padding: 0px;
	width:742px;
	height:192px;
}

#header a.banner:hover { border-bottom: 0px; background: transparent;}

#container #title {
	position: absolute;
	text-align: left;
	margin: 12px 0 0 30px;
	z-index: 300;
	color: #000;
}

#container #title h1 { 	
	margin: 0 0 0 0;
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	cursor: default;
	}	
#container #title h2 { 	
	margin: 0;
	color: #FFF;
	font-size: 1.0em;
	padding-left: 1px;
	cursor: default;
	}	
	
#container #links {
	position: absolute;
	text-align: right;
	margin: 12px 0 0 540px;
	z-index: 300;
	color: #000;
}

#container #links a {
	color: #fff;
	border-bottom: 0px;
}

#special_notice {
	color: #0026C2;
	background: #fff;
	border: 1px dashed #6185DD;
	margin: 5px 0 10px 0;
	padding: 10px;
	clear: both;
}


#special_notice p{
font-size: 14px;
}

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #673812; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 35px;
	}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #673812;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 8px;
	line-height: 12px;
	clear: both;
	}

.en {
	font-family: Verdana, Arial;
	font-size: 10px;
}