/* CSS Document */

.body {
background-image: url(images/backdrop.jpg);
background-repeat: no-repeat;
background-color: #A27840;
background-attachment: fixed;
margin: 0;
padding: 0;
}

.bucket{
background-color:transparent;
margin-left: auto;
margin-right: auto;
width: 944px;
overflow: hidden;

}
.header{
background-image: url(images/header.png);
background-color: transparent;
background-repeat: no-repeat;
margin-left: auto;
margin-right:auto;
float: right;
width: 944px;
height: 240px;
}
.menu{
background-image: url(images/menuback.png);
background-color: transparent;
width: 266px;
height: 496px;
float: left;
background-repeat: no-repeat;
padding-left: 10px;


}
.form{
margin-top: 15px;
background-position:center;
	background-image: url(images/formback.png);
	background-color: transparent;
	width: 286px;
	height: 304px;
	float: left;
	background-repeat: no-repeat;

}
.content {

background-image: url(images/bodyback.png);
color:  #000000;
float: right;
width: 627px;
background-repeat: repeat-y;
background-color: transparent;
padding: 0px 35px 5px 5px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content iframe {
  padding: 0 5px;
}

.leftcontent{


}
.rightcontent{
margin-left: 290px;
	width: 290px;

}
.form{
padding-left: 5px;
padding-right: 5px;
width: 255px;
margin-left: auto;
margin-right: auto;
color: #ffffff;
}

.footer {
background-image: url(images/footer.png);
background-color: transparent;
color:#000000;
margin-left: auto;
margin-right: auto;
width: 667px;
height: 158px;
float: right;


}

a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none;}
a:hover { color:#000000;  text-decoration:underline;}
a:active { color:#000000;  text-decoration:none;}
