@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	background-image:url(../img/background.jpg);
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
}

img, img a, a img, a.visited img, image {
	border:none;
}

div#container {
	margin:0 auto;
	padding:0;
	width:949px;
}


#header {
	width:949px;
	background-position:1px 90px;
	background-repeat:no-repeat;
}

#head {
	padding:0;
	margin:0;
	height:210px;
	background-image:url(../img/header.png);
}

#wrapp {
	width:713px;
	margin:0;float:left;
	padding-top:64px;
}
#content {
	float:right;
	width:665px;
	background-image: url(../img/bg_content.png);
	background-repeat: no-repeat;
	margin-right:-237px;
	margin-top: -50px;
	padding: 20px 10px 10px 30px;
}

#footer {
	width:946px;
	height:39px;
	margin:0 auto 40px auto;
	font-size:0.7em;padding:11px 0;
	color:#999;
	background-image: url(../img/footer.png);
}

.clear {
	clear:both;
	height:0;
	line-height:0px;
}

a, a:link {
	color:red;
	text-decoration:none;
	line-height:1.5em;
	font: bolder;
	font-size:24px;
}

a:hover {
	color:#FF6600;
	border-bottom:1px dotted #FF6600;
	font: bolder;
	font-size:24px;
}



#navigation {
	float:left;
	width:220px;
	margin:0 0 50px 0;
	background-image:url(../img/bg_navigation.png);
	padding:20px 0 10px 20px;
}



#content p {
	margin:0 0 20px 0;
	font-size:0.92em;
	line-height:1.5em;
}

#content h1, #content h2{
	font-weight:bold;
	padding: 10px 0px 0px 0px;
}
#content h3, #content h4, #content h5 {
	font-size:0.8em;
	margin:0 10px 10px 10px;
	line-height:1em;
	font-weight:bold;
}
#content h6 {
	color: #191919;
	font-weight:normal;
}

#content h1 {
	font-size:1.3em;
	margin:0 0 20px 0;
}
#content h2, #content h3, #content h4, #content h6 {
	font-size:1.02em;
	margin:0 0 20px 0;
}

hr {
	border-top:1px dotted red;
	border-bottom:1px solid red;
	border-left:0px;
	border-right:0px;
	margin:0 0 30px 0;
}

table {
	border: none;
}

td, th {
	border-top: 1px solid red;
}