* { margin: 0px auto; padding: 0; }

body {
	background-color: #808080;
	background-image: url(/content/pictures/TEMPLATE/bg.jpg);
	background-repeat: repeat;
	margin: 0;
}

body, td, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 20px;
}


h1 {
	color: #700b3d;
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	color: #700b3d;
	font-size: 15pt;
	font-weight: normal;
}


a {
	outline: none;
}

a:link, a:active, a:visited, a:hover {
	color: #700b3d;
	text-decoration: underline;
}


input.input, select.input, textarea.input {
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-color: #700b3d;
	background-image: url(/content/pictures/TEMPLATE/inputbg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-width: 1px;
	padding-left: 2px; 
	font-size: 12pt;
	color: #4a4a4a;
}



.header {
	background-image: url(/content/pictures/TEMPLATE/header.png);
	height: 151px;
	width: 1000px;
}
.main {
	background-image: url(/content/pictures/TEMPLATE/main.png);
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-right:50px;
	width: 900px;
}
.footer {
	background-image: url(/content/pictures/TEMPLATE/footer.png);
	height: 63px;
	width: 890px;
	color: #a3a3a3;
	text-align: right;
	padding-left: 50px;
	padding-right: 60px;
}


.navigation {
	width: 218px;
	float: left;
	text-align: left;
	margin-left: 10px;
}
.navigation_top {
	background-image: url(/content/pictures/TEMPLATE/navigation_top.png);
	background-repeat: no-repeat;
	height:38px;
	width: 218px;
}
.navigation_middle {
	background-image: url(/content/pictures/TEMPLATE/navigation_middle.png);
	background-repeat: repeat-y;
	text-align: center;
	width: 216px;
	padding-right: 2px;
}

.navigation_middle ul li{
	background-color: #700b3d;
	border-bottom: 3px #dddddd solid;
	color: #dddddd;
	height: 25px;
	list-style: none;
	text-align: left;
}
.navigation_middle ul li a.link, .navigation_middle ul li a.link:link, .navigation_middle ul li a.link:active, .navigation_middle ul li a.link:visited{
	display:block;
	padding:0 15px;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	color: #dddddd;
	text-decoration:none;
}
.navigation_middle ul li a.link:hover, .navigation_middle ul li #active {
	background-color: #929292;
	display:block;
	padding:0 15px;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	color: #dddddd;
	text-decoration:none;
}


.navigation_bottom {
	background-image: url(/content/pictures/TEMPLATE/navigation_bottom.png);
	background-repeat: no-repeat;
	height:23px;
	width: 218px;
}


.adminnav {
	background-color: #700b3d;
	cursor: pointer;
	color: #dddddd;
	padding: 3px;
}

.content {
	width: 633px;
	text-align: left;
	float: left;
	margin-left: 20px;
}
.content_top {
	background-image: url(/content/pictures/TEMPLATE/content_top.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 633px;
}
.content_middle {
	background-image: url(/content/pictures/TEMPLATE/content_middle.png);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 310px;
	width: 623px;
}
.content_middle2 {
	background-image: url(/content/pictures/TEMPLATE/ffz_watermark.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: left;
	min-height: inherit;
	width: inherit;
}
.content_bottom {
	background-image: url(/content/pictures/TEMPLATE/content_bottom.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 633px;
}

