html,body{
	margin:0;
	padding:0;
}
body{
	font: 76% arial, sans-serif;
	text-align:center;
	background: #DDEEFF url('Images/background.jpg') repeat-y;
}
#back_image {
	text-align:left;
	background: #DDEEFF url('Images/topleftimage.jpg') no-repeat;
	width:100%;
	min-height:200px;
	z-index:0;
	position:absolute;
	left:0;
	top:0;
}
a{
	display:block;
	color: #333;
	padding:0px;
	text-decoration:none;
}
#header{
	background-image: url('Images/header.jpg');
	height: 120px;
	width: 100%;
}
#container{
	position:relative;
	z-index:1;
	background-color: #003366;
	text-align:justify;
	width:800px;
	margin:65px auto 10px auto;
}
img {
	border-width:0px;
}
#navi{
	padding: 95px 0px 0px 30px;
}
#wrapper {
	margin:0 auto;
	width:782px;
	background-color:#FFF;
	color:#444;
}
#content {
	border:3px solid #B5C28B;
	background-color:#FFF;
	width:736px;
	min-height:750px;
	padding:20px;
}
.entry ol {
	background: #FFF;
}
.entry li {
	display:inline;
}
#footer{
	clear:both;
	text-align:center;
	background-image: url('Images/footer.jpg');
	height:20px;
	width:100%;
	color:#B5C28B;
}

