body {
background-color: #990100;
margin: 0;
}

.header {
	background-image: url(images/header.jpg);
	width: 875px;
	height: 155px;
	background-repeat: no-repeat;
}
.menu {
	background-image: url(images/menu.jpg);
	 width: 875px; 
	 height: 23px;  
	background-repeat: no-repeat;
}
.menulow {
	background-image: url(images/menulow.jpg);
	 width: 875px; 
	 height: 9px;  
	background-repeat: no-repeat;
}
.bgimage {
background-image: url(images/bgimage.jpg);
width: 875px;
background-repeat: repeat-y;
}
.frontpage {
	background-image: url(images/frontpage.jpg);
	 width: 639px; 
	 height: 369px;  
	background-repeat: no-repeat;
}
.footer {
	background-image: url(images/footer.jpg);
	 width: 875px; 
	 height: 33px;  
	background-repeat: no-repeat;
}

.text1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12;
font-weight: bolder;
color: #F9F9A3;
text-decoration: none;
}

.text2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12;
font-weight: bolder;
color: #DAA520;
text-decoration: none;
}

.text3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12;
font-weight: bolder;
color: #AC7000;
text-decoration: none;
}

.border {
	border: 1px solid #F9B61F;
}


.box2 {
	font-size: 14px;
	border: thin;
}

.formbut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #FFFF7D;
	border: 1px solid #DB8F00;
	background-color: #FD8B06;
	cursor: hand;
}

 