/*
 	Designed by h3
	© Copyright Centdessin Design
	www.centdessindesign.com
*/

/* --- global -----------------------------------------*/
body { 
	font:normal 1em 'Trebuchet MS',Georgia, Times, sans-serif;
	margin:0 0px 0px 0px;
	padding:0px;
	background:#001D36 url(../img/tile_1.jpg);
}
/* --- head -------------------------------------------*/
#topbar {
	width:500px;
	height:200px;
	margin:0 auto;
	background:#fff;
	background:url(../img/logotop/006.jpg);
	border-bottom:4px solid #D0CC7E;
	border-left:1px solid #D0CC7E;
	border-right:1px solid #D0CC7E;
}
#menu {
	width:500px;
	margin:0 auto;
	padding:0;
	background:#fff url(../img/content_bg.png);
	text-align:center;
	border-left:1px solid #D0CC7E;
	border-right:1px solid #D0CC7E;	
}
#menu a:link,
#menu a:active,
#menu a:visited {
	color:#663;
	font:bold .9em 'Trebuchet MS',Georgia, Times, sans-serif;
	text-decoration:none;
	padding:0 4px;
}
#menu a:hover {
	color:#D0CC7E;
}

#submenu {
	width:480px;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #ccc;
}

#submenu a:link,
#submenu a:active,
#submenu a:visited {
	color:#663;
	font-size:.9em;
	font-weight:normal;
	text-decoration:none;
	padding:0 4px;	
}
#submenu a:hover {
	color:#D0CC7E;
}

/* --- special ----------------------------------------*/
#special {
	width:468px;
	margin:0 auto;
	border-left:1px solid #D0CC7E;
	border-right:1px solid #D0CC7E;
	background:#fff;
    font-variant: small-caps;
    text-align: center;
    padding: 10px;
    border: 6px solid #f80;
}

#special h3 {
    font-size: 122%;
    text-decoration: underline;
}

/* --- main content -----------------------------------*/
#content {
	width:500px;
	margin:0 auto;
	border-left:1px solid #D0CC7E;
	border-right:1px solid #D0CC7E;
	background:#fff url(../img/content_bg.png);
}
#content h1#menu-title {
	color:#D0CC7E;
	margin:0;
	padding:8px 0 0 20px;
	font:bold italic 2.5em "Times New Roman";
}
#content h2#submenu-title {
	color:#D0CC7E;
	margin:0;
	padding:8px 0 0 20px;
	font:bold italic 1.5em "Times New Roman";
}
#content p {
	margin:20px 18px;
	
	text-align:justify;
	color:#001D36;
	color:#666;
	font:normal .8em "Century Gothic";
	letter-spacing:1px;
}
#content-body {
	margin:0;
	padding:0 0 4px 0;
}
#content-body p a { 
	color:#001D36;
}
/* --- footer -----------------------------------------*/
#footer {
	width:502px;
	height:40px;
	margin:0 auto;
	background:url(../img/footer.gif);
	font-size:.5em;
	color:#ccc;
	
	letter-spacing:1px;
	text-align:center;
}
#rights {
	position:relative;
	top:6px;
}
#rights a {
	color:#999;
	text-decoration:none;
}
#langswitcher {
	width:130px;
	height:20px;
	margin:0 auto;
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
}
#langswitcher a {
	font-size:.9em;
}
#langswitcher a:link, 
#langswitcher a:active, 
#langswitcher a:visited {
	color:#fff;
	text-decoration:none;
}
#langswitcher a:hover {
	text-decoration:underline;
}
.seo {display:none;}
#madebycdd {
	width:500px;
	margin:0 auto 0 auto;
	padding:4px 12px 0 0;
	text-align:right;
}

