body {
 	background-image: url(images/bg.png);
	background-repeat: repeat;	
	margin: 0;
	padding: 0;
	z-index: 1;
	font-family: 'Duru Sans', sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 159px;
}

#logo {
	background-repeat: no-repeat; 
	background-image: url(images/logo.png);
	float:left;	
	margin:0;
	padding:0;
	width: 372px;
	height: 159px;
}

#menubar {
	background-repeat: repeat-x;
 	background-image: url(images/menubar.png);
 	height: 40px;
 	width: 100%;
 	position:absolute;
 	z-index: 10;
 	top:190px;
 	left:0px;
 	line-height: 33px;
}

#contentcontainer {
        overflow: hidden;
	padding: 100px 40px 40px 40px;
	background-image: url(images/content.png);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
}

#content {
	width:600px;
        float:left;
}

#imagebar {
        width:200px;
        margin-top:66px;
        float:right;
}

#footer {
	background-repeat: repeat-x; 
	background-image: url(images/footerbar.png);
	height: 26px;
	margin-top:40px;
	font-size: x-small;
	line-height: 26px;
}

#footerlinks {float:left; padding-left: 20px;}

#copyright {float:right; padding-right: 20px;}

/* Content Styling */

h1 {
	font-family: 'Habibi', serif;
	font-size: 36px;
	color: #1D9F56;
	margin-bottom: 30px;
}

h2 {
	font-family: 'Habibi', serif;
	font-size: 20px;
	color: #1D9F56;
}

a:link, a:visited {
        color: #1D9F56;
	text-decoration:none;
}

a:hover {text-decoration: underline;}

#content ul {
	list-style-image:url(/assets/templates/flex/images/listitem.gif);
	padding-right:10px;
}

.errors {
   color: #990000;
   margin:5px;
}