@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	line-height: 1.4;
	background-image: url(../pict/bg.jpg);
	background-repeat: repeat;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #62482d;	
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #62482d;	
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #cc3333;
	font-style:italic;
	border-bottom: 2px solid #cc3333;
}
a img {
	border: none;
}
.imgborder {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #cc3333;
}
a:link {
	color:#cc3333;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 80%;
	max-width: 1260px;
	min-width: 960px;
	margin: 0 auto;
}
.header {
	background-image: url(../pict/bg-header.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
}
ul#menu {
	font-size: 14px;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
}
ul#menu li { 
	display: block; 
	float: left; 
	margin: 0 0 0 0; 
}
ul#menu li a {
	width: 100px;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	padding: 10px 0 10px 0px;
	margin: 80px 20px 0 0px;
	text-align: center;
	background-image: url(../pict/bg-header.png);
	background-repeat: repeat;
}
ul#menu li a:hover { 
	border-bottom: 6px solid #cc3333;
	}
ul#menu li a.current{
	padding: 10px 0 10px 0px;
	margin: 80px 20px 0 0;
	border-bottom: 6px solid #cc3333;
}
ul#menu li .logo{
	margin: 0;
	padding: 0;
	border-top-style: none;
}
.content {
	padding: 20px;
	background-color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #cc3333;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
.footer {
	padding: 8px 50px 4px 0;
	background-image: url(../pict/bg-header.png);
	background-repeat: repeat;
}
p.foo {
	color: #FFF;
	font-size: 80%;
	text-align: right;
}
a.fo {
	color: #FFF;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.right {
	float: right;
	width: 50%;
}
.left {
	width: 50%;
}