/* CSS Document */

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

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

}
.header{
background-image: url(images/HeaderOrangeFull.jpg);
background-repeat: repeat-x;
margin-left: auto;
margin-right: auto;
width: 832px;
height: 180px;
}
.logo {
width: 247px;
height: 150px;
float: left;
color: #000000;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}
.keyword{
float: right;
color: #ffffff;
font: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.menu{
background-image: url(images/MenuCenter3.jpg);
background-repeat: repeat-x;
float: left;
color: #000000;
height: 35px;
padding-top: 15px;
margin-left: auto;
margin-right: auto;
width: 832px;
}
.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-image:url(images/MenuCenter3.jpg);
color:#000000;
margin-left: auto;
margin-right: auto;
width: 832px;
height: 50px;


}

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

