﻿body {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #808080;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
li a {
	text-decoration: none;
	color: black;
}
#header h1 {
	display: inline;
	color: #000;
	font-size: 2em;
	font-weight: bold;
	font-size: 19px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 12px;
}
img {
	display: block;
	border: none;
}
#center {
	background-color: white;
	width: 755px;
	margin: auto;
	margin-bottom: 15px;
}
#header {
	height: 50px;
	background: #FFF;
	margin-left: 20px;
	margin-top: 24px;
	padding-top:24px;
}
#navigation {
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	width: 756px;
	height: 42px;
}
#navigation ul {
	padding-left: 20px;
}
#navigation ul li {
	float: left;
	font-size: 11px;
	padding-right: 15px;
	background-image: url(../images/divider.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 30px;
}
#navigation ul li a {
	padding-right: 15px;
	position: relative;
	top: 9px;
}
#navigation ul li a:hover {
	padding-right: 15px;
	position: relative;
	top: 9px;
	color: red;
}
.current {
	font-weight: bold;
}
#main {
}
#content {
	font-size: 12px;
	background-image: url(../images/line_vert.gif);
	background-repeat: repeat-y;
	float: left;
	width: 440px;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	margin-top: 12px;
	padding-bottom: 45px;
	border-right: dotted 1px #E1E1E1;
	text-align: justify;
}
#subnavigation {
	float: right;
	padding-bottom: 10px;
	width: 230px;
}
#subnavigation li {
	background-image: url(../images/border.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
#subnavigation ul li {
	margin-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#subnavigation ul li a {
	padding-right: 25px;
}
#subnavigation ul li a:hover {
	color: red;
}
#footer {
	height: 20px;
	font-size: 10px;
	text-align: center;
	margin-right: 14px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #808080;
}
#footer a {
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding-right: 25px;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}
.cleaner {
	clear: both;
	height: 1px;
	Font-size: 1px;
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
}
