/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #fff;
	background-color: #000;
	background-image: url(bg/black.gif);
}
#title{
	height:300px;
	margin-left:30px;
	background-image:url(bg/title.jpg);
	background-repeat: no-repeat;
	
}
#container
{
margin-left:75px;
margin-right:60px;
line-height: 130%;
min-width:800px;
text-align:justify;
}

#navcontainer
{
margin: 0 auto;
width: 100%;
padding-top:5px;
padding-bottom:5px;
	border-top:1px solid #ff6600;
	border-bottom:1px solid #ff6600;

}

#navlist
{

text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 15px;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{

text-decoration: none;
color: #fff;
font-size: 20px;
padding: 0 2px;

}

#navlist li a:hover,#navlist a#current
{
color: #ff6600;
border-top: none;
font-size: 20px;
}

#navlist a#current { color: #ff6600; }

#line
{
	height:2px;
	background:#ff6600;
	width:100%;
	margin-right:30px;
	margin-top:10px;
}

h1 {
	margin-top: 15px;
	text-align:center;
	color:#fff;
	padding:5px;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	margin: 0;
	color: #F60;
	font-size: 25px;
	text-align:center;
	line-height:150%;
}
.border {
	border:1px solid #ff6600;
	padding:2px;
	margin: 0 0 10px 10px;
  }

a:link {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
	font-style: italic;	
}
a:visited {
	text-decoration: none;
	color: #ff3300;
	font-style: italic;	
}

#footer
{
	clear: both;
	margin-top: 10px;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	color: #fff;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	text-align:center;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #ff6600;
	font-style: italic;
}
#kat
{
	margin-right:25px;
	text-align:right;
	font-size: 12px;
	color: #FFF;
	margin-top:10px;
	margin-bottom:10px;
}
