@CHARSET "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 80%;
}

#complete {
	background: #0077a2 url("/images/layout/body-background-line.jpg") 0px 103px repeat-x;
	padding: 31px 68px 31px 68px;
	/*
	min-width: 757px;
	_width: expression(document.body.clientWidth < 893 ? "755px" : "auto" );
	*/
}

#main {
	width: 875px;
	margin: 0px auto;
	background-color: #e8f3f7;
	padding: 1px;
}

#cont {
	height: 22px;
}

#title {
	height: 49px;
	background: #af1702;
	position: relative;
}

#header {
	height: 137px;
	background: url("/images/layout/header-background.jpg") center top no-repeat;
}

#navigation {
	height: 25px;
	background: url("/images/layout/navigation-background.jpg") left top repeat-x;
	position: relative;
}

#content {
	background: #FFFFFF url("/images/layout/main-background.jpg") right bottom no-repeat;
}

#text {
}

#menu {
	width: 178px;
	height: 100%;
	float: left;
	font-size: 125%;
	background: #F0EEDD;
}

#navigation_left {
	width: 178px;
	height: 25px;
	background: url("/images/layout/navigation-left.jpg") left top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#navigation_right {
	width: 155px;
	height: 25px;
	background: url("/images/layout/navigation-right.jpg") left top no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer {
	text-align: right;
	font-size: 70%;
	color: white;
	font-family: Tahoma;
	font-weight: bold;
}