/* CSS Document */

.body {
background-image: url(images/backdropinterior.jpg);
background-repeat:repeat-x;
background-color: #464646;
}

.bucket{
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
width: 800px;

}
.header{
background-color: #000000;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 96px;
}
.logo {
width: 247px;
height: 50px;
float: left;
color: #ffffff;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}
.keyword{
float: right;
color: #ffffff;
font: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.menu{
background-color: #000000;
background-repeat: no-repeat;
float: left;
color: #ffffff;

margin-left: auto;
margin-right: auto;
width: 800px;
}
.order {
width: 128px;
height: 68px;
float: right;
color: #ffffff;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}
.content {
color: #000000;
background-color: #ffffff;
padding-top: 15px;
padding-left: 10px;
padding-right: 10px;


}




.footer {
background-color: #000000;
color:#ffffff;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 75px;


}

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

