Body {
	background-color: White;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #444444;
}

/* INDELING */

#pagecontainer {
	width: 820px;
	height: inherit;
	padding-bottom: 30px;
	background-color: #eeeeee;
	background-image: url(../images/content.gif);
	position: absolute;
	left: 50%;
	margin-left: -410px;
	text-align: left;
	z-index: 1;
}

#headercontainer {
	width: 800px;
	height: 140px;
	background: #323C53;
	position: relative;
	left: 50%;
	margin-left: -400px;
	text-align: left;
	z-index: 2;
}

#banner {
	width: 800px;
	height: 85px;
	background: #485269;
	background-image: url(../images/banner.jpg);
	border-top-style: inset;
	border-top-width: 2px;
	position: relative;
	/*padding-left: 5px;
	padding-right: 5px;*/
	margin-left: 0px;
	top: 25px;
	text-align: left;
	vertical-align: middle;
	color: #EEEEEE;
	z-index: 3;
}

#menu {
	width: 790px;
	height: 25px;
	background: #DD5B23;
	background-image: url(../images/menu.gif);
	border-top-style: hidden;
	border-top-width: 2px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	/*color: #EEEEEE;*/
	z-index: 3;
}

#contentcontainer {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	text-align: left;
	z-index: 2;
}

#sidebarleft {
	width: 140px;
	top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #eeeeee;
	border-top-style: none;
	border-top-width: 2px;
	position: relative;
	float: left;
	text-align: left;
	z-index: 3;
	border: thin;
	border-color: Black;
}

#middle {
	width: 425px;
	top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 25px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-top-width: 2px;
	float: left;
	overflow: auto;
	text-align: left;
	z-index: 3;
	border: thin;
	border-color: Black;
}

#sidebarright {
	width: 205px;
	top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #eeeeee;
	border-top-style: hidden;
	border-top-width: 2px;
	float: left;
	text-align: left;
	z-index: 3;
	border: thin;
	border-color: Black;
}

#footer {
	width: 790px;
	height: 27px;
	background-color: #DD5B23;
	background-image: url(../images/menu.gif);
	font-size: 0.70em;
	border-top-style: hidden;
	border-top-width: 2px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	left: 50%;
	margin-left: -400px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	color: #EEEEEE;
	z-index: 3;
}

#login {
	position: absolute;
	float: right;
	top: 3px;
	right: 10px;
	z-index: 5;
}

