@charset "utf-8";
/* CSS Document */
body {
background: url(../images/bg.jpg) repeat-x  #e6cc80;
margin: 0px auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
#container {
width: 960px;
margin: 0px auto;
}
#header {
height: 202px;
margin-bottom: 10px;
}
#masthead {
width: 600px;
height: 147px;
background: url(../images/header.jpg) no-repeat;
float: left;
}
#photo {
width: 283px;
height: 202px;
background: url(../images/header2.jpg) no-repeat;
float: right;
margin-right: -3px;
}
#menu {
float: left;
/*width: 600px; */
clear: left;
padding-top: 18px;	
width: 700px;
}
#menu a {
margin-right: 25px;
}
#menu a img {
border: none;
}
.clear {
clear: both;
}
#footer {
padding-top: 30px;
width: 960px;
margin: 0px auto;
margin-top: 10px;
padding-bottom: 20px;
font-size: 12px;
}
table#details {
background: #666666;
}

table#details td {
background: #e6cc80;
padding: 3px;
}
table#details td.alt {
background: #dddddd;
padding: 3px;
}

.style1 a {
color: white;
font-weight: bold;
text-decoration: none;
}