body {
	margin:0;
	padding-top:5px;
	background:url(images/header.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

/* Header */

#headercontainer {
	margin:0 auto;
	height:236px; 
	width:80%;
	min-width:850px;
	max-width:1200px;
	position:relative;
	}
	
#logo {
	height:150px;
	width:136px;
	}
	
#languages { 
	position: absolute; 
	right: 0; 
	bottom: 10px; 
	}


/* Top Menu */

#navbar {
	background:url(images/menubar.jpg) repeat-x;
	height: 31px;
	border-top: 1px solid #8D9298;
	border-bottom: 1px solid #8D9298;
	}
	
#menucontainer {
	margin:0 auto;
	width:80%;
	min-width:850px;
	max-width:1200px; 
	line-height:29px;
	}

#topmenu {
	float:left;
	font-size:13px;
	font-weight:bold;
        border-left:1px solid #ffffff;
	}

#searchbar {
	float:right;
        border-right:1px solid #ffffff;
        padding-right:5px;
	}
	
/* Main Content and Sub Menu */

#container {
	margin:40px auto;
	width:80%;
	min-width:850px;
	max-width:1200px;
	overflow:hidden;
	}
	
#content {
	margin:0 0 0 250px;
	}

#content p {
	color: #000000;
	line-height:1.5;
        font-size:11px;
}
	
/* Footer */
#footerbar {
	background:url(images/footer.jpg) repeat-x;
	height: 31px;
	border-top: 1px solid #8D9298;
	line-height:30px;
}

#footer {
	margin:0 auto;
	width:80%;
	min-width:850px;
	max-width:1200px; 
	font-size:10px;
	}
	
#copyright {
	float:left;
	}
	
#footerlinks {
	float:right;
	}

#footer a:link, a:visited {
	color: #006699;
	text-decoration:none;
}
#footer a:hover {text-decoration: underline;}