/* CSS Document */

body {
	text-align:center; 
	font-size:15px; 
	letter-spacing:0.05em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #330000;
	color: #FFFFCC;
	background-image: url(../background/burgundy.gif);
}
#title{
	position:relative;
	width:800px;
	height:150px;
	margin:auto;
	background-image: url(../front/title.gif);
	background-repeat: no-repeat;
}
#navcontainer
{
font-family: Verdana, Arial, Helvetica, sans-serif;
position:relative;
margin-left:110px;
margin-bottom:20px;
width: 100%;
height:15px;
}
#navcontainer2
{
font-family: Arial,Sans-Serif;
position:relative;
margin-left:140px;
width: 100%;
}

#navlist
{
width: 100%;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

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

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #ffffcc;
font-size: 1.2em;
padding: 0 10px;
}

#navlist li a:hover,#navlist a#current
{
color: #fff;
font-size: 1.5em;
}

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

#container	
	{
	margin-top:10px;
	margin-left:120px;
	width:780px;
	padding:10px;
	border:3px solid #330000;
	color: #330000;
 	background-color: #003300;
	}
#container a:link {
	color: #003300;
	text-decoration: none;
}
#container a:visited {
	text-decoration: none;
	color: #006600;
}
#container a:hover {
	text-decoration: none;
	font-style: italic;
}

#content	
	{
	padding:10px;
	border:2px solid #330000;
	text-align:justify;
	background-color: #FFFFCC;
	}
.clear {
	clear: both;
}

.border {
  border:2px solid #660000;
  padding:5px;
  margin-right:10px;
  margin-top:10px;
  }
 
 .border1 {
  border:2px solid #660000;
  padding:5px;
  margin-left:10px;
  } 
  
h2 {margin-left:5px;}
h3 {margin-left:5px;  
	font-size: 1.5em; 
	font-weight:bold;
	text-shadow: 0.09em 0.09em #333; 
	color:#990000}


#footer
{
	margin-left:120px;
	width:780px;
	padding: 10px;
	text-align:right;
	color: #ffffcc;
	background-color: #003300;	
	border:2px solid #ffffcc;
}
#kat
{
	margin:auto;
	font-size:75%;
	text-align:center;
	padding-top:5px;
}
a:link {
	color: #ffffcc;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	font-style: italic;
	text-transform: uppercase;
}


