html, body {
   margin : 0;
   padding : 0;
}

body {
	width : 100%;
	background-color: #EEEEEE;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

a:link {
	text-decoration : none;
	color: #0000FF;
}

a:visited {
   color : #FF0000;
   text-decoration : none;
}

a:hover {
	text-decoration : none;
	color: #FF0000;
}

a:active {
   color : #FFFFFF;
   text-decoration : none;
}

#container {
	width : 100%;
	border : 1px solid #808080;
	border-bottom-width : 0px;
	line-height : 130%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	background-color: #F5961E;
}

#top {
	height: 200px;
	vertical-align: text-bottom;
}

#leftnav {
	float : left;
	width : 117px;
	position: absolute;
	top: 200px;
	left: 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 5px;
	background-color: #C1F3B7;
	height: auto;
	background-image: url(images/leftbgbottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content {
	margin-left : 137px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}

#contenttext {
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#footer {
	background-color: #FFFFFF;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
