

body {
  	background-color: #fae7d8;
	margin: 0px;
}

a:link       { 
text-decoration: underline; 
color: #600900; 
font-weight: bold;
}

a:visited    { 
text-decoration: underline; 
color: #600900; 
font-weight: bold;
}

a:hover      { 
text-decoration: underline; 
color: #600804;
font-weight: bold;
}

a:active     { 
text-decoration: underline; 
color: #600900; 
font-weight: bold;
}

td, big, strong {
font-family: Arial,Verdana,Helvetica;
font-size:12px;
color:#000000;
}

h1, h2, h3, h4, h5, h6 {
	font-size:14px;
	color:#ffffff;
	height: 20px;
	line-height: 20px;
	background-color: #600900;
	padding-left: 12px;
	margin-bottom:0px;
	margin-top:0px;
}

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 230px;
	line-height: 230px;
}


.main { height: 25px;
	line-height: 25px;
	border-bottom: 2px solid #640e01;
	border-top: 2px solid #640e01;
	background-color: #ffffff;
}



.navi {
	width: 160px;
}

.navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.navi ul li {
display:inline;
}

.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited,
.navi ul li a:active {
	display: block;
	padding: 10px 0px 0px 0px;
	color: #600900;
	font-weight: bold;
	text-decoration: underline;
}


.navi ul li a:hover {
	color: #600804;
}


.navi ul ul li a,
.navi ul ul li a:link,
.navi ul ul li a:visited,
.navi ul ul li a:active {
	display: block;
	padding: 10px 0px 0px 0px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


.navi ul ul li a:hover {
	font-weight: bold;
}

	
	
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	line-height: 80px;
	width: 990px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


