@charset "UTF-8";
/* CSS Document */
body{
	background-color: #EEC76A;
}
div#container{
	background-color:white;
	margin: 0 auto;
	width: 800px;
	height: auto;
	overflow:auto
}
div#branding{
	background: url(../images/element_03.jpg) no-repeat;
	width: 800px;
	height: 200px;
}
div#lang{
	float: right;
	position: relative;
	top: 10px;
	margin: 0;
	padding: 0;
	width: 75px;
	height: 20px;
}
div#lang img{
	margin: 0;
	padding-right: 10px;
	width: 20px;
	height: 10px;
}
div#lang img a:hover{
	border-style: solid;
	border-width: 1px;
	border-color: white;
}
div#navigation{
	background-image: url(../images/element_05.jpg);
	width: 800px;
	height: 32px;
}

ul#nav_button{
	width: 500px;
	height: 20px;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	top: 5px;
}
ul#nav_button li{
	list-style-type: none;
	padding-left: 5px;
	border-right: 1px dotted #aeaeae;
	color: #fff;
	text-transform: uppercase;
	display: inline;
	position: static;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-right: 5px;
	float: left;
}

ul#nav_button li a:link{
	text-decoration: none;
	color: #fff;
}
ul#nav_button li a:hover{
	text-decoration: none;
	color: #23437c;
	background-color: white;
	
}
ul#nav_button li a:visited{
	text-decoration: none;
	color: #bfbfbf;
}
div#sub_nav{
	background: url(../images/sub_nav.jpg) no-repeat;
	width: 800px;
	height: 30px;
	text-align: right;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
div#sub_nav p{
	height: 15px;
	margin: 0;
	padding: 0;
	width: 100px;
	float: right;
	position: relative;
	top: 5px;
	right: 20px;
	color: #fff;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
div#content_body{
	height: auto;
	overflow: auto;
	border-right: 1px dotted #cbcbcb;
	border-left: 1px dotted #cbcbcb;
}
div#site_info{
	background: url(../images/element_17.jpg) repeat-x;
	width: 800px;
	height: 40px;
}
div#site_info p{
	margin: 0 auto; 
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #545454;
	width: 300px;
	height: 10px;
	position: relative;
	top: 10px;
}