html {
	background-color: #FFBF46;
	color: #8A2727;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
/*#9D6600*/
body {
	
	background-color: #FFBF46;
	margin: 0;
	text-align: center;
}

#wrap_content {
	background-color: transparent;
	background-image: url(../images/bg_yellow.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
}

#header {
	position:relative;
	border-color: #000;
	border-style: solid;
	border-width: 0px;
	height: 210px;
	width: 100%;
}

#header a, #left a {
	font-size: 0.8em;
	line-height: 1.2em;
}

#logo {
	background-image: url(../images/logo_vef_2009.png);
	height: 208px;
	width: 226px;
	zposition: absolute;
}

#menu {
	left: 240px;
	position: absolute;
	top:-2px;
}

#left {
	float: left;
	padding-left:15px;
	width: 17%;
}

#content {
	padding-top:10px;
	padding-left:10px;
	border-color: white;
	border-style: dashed;
	border-width: 2px;
	float: left;
	min-height: 500px;
	width: 73%;
}

#right {
	float: right;
	width: 10%;
}

#footer {
	zbackground-image: url(../images/footer.jpg);
	clear: both;
	height: 0;
	width: 100%;
}

#encart {
	position:absolute;
	top: -180px;
	left: 200px;
	width: 500px;
	height: 180px;
	overflow:hidden;
}

#footermenu {
	position:relative;
	zborder: 1px solid red;
	top: 177px;
}

#copyright{ 
	position:relative;
	left:100px;
	height:33px;
	}

h1 { font-size: 24px; font-weight:bold; line-height: 1.6em;}
h2 { font-size: 18px;}

/* navigation */
a.current:link,
a.current:visited,
a.current:hover,
a.current:active { text-decoration: none; color: #000;}
