@charset "utf-8";

/* ---------------- default settings ---------------- */
form, body { margin: 0px; padding: 0px; }
a img, img, object { border: 0px; margin: 0px; padding: 0px; }

/* ---------------- page settings ---------------- */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f7ec93;
	background-color:#601903;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
body a{ color:#f7ec93; }
body a:active, body a:visited, body a:link{ text-decoration: none; }
body a:hover { text-decoration: underline; }	

#centered_div{
	width:1280px;
	position:relative;
	margin:auto;
}

/* ---------------- header settings ---------------- */
#header_lang{
	padding-top:61px;
	padding-left:1080px;
}

#header{
	background-image:url(../images/header_background.jpg);
	background-repeat:no-repeat;
	width:1144px;
	height:164px;
	margin-left:73px;
}	

/* ---------------- menu and content settings ---------------- */
#menu{
	background-image:url(../images/menu_background.gif);
	background-repeat:no-repeat;
	width:183px;
	height:339px;
	padding-top:173px;
}

.menu_item{
	width:183px; 
	height:25px;
	background-repeat:no-repeat;
}

#content{
	width:888px;
	padding-top:7px;
	padding-left:73px;
}

.title{
	color:#e5e538;
	font-weight:bold;
	font-size:22px;
	padding-bottom:10px;
}

.subtitle{
	color:#e5e538;
	font-size:16px;
	padding-bottom:10px;
}

.content_separator{
	border-bottom:#fff5ea 1px dotted;
	padding-top:20px;
	margin-bottom:20px;
}


