/* CSS Document */


body {
background:#fff url(../images/bg.gif) repeat-x;
margin:0;
padding:0;
font-family: "Trebuchet MS",Arial,Helvetica; 
color: #333;
}

a {color: #666; font-weight: bold;}
a:hover {color: #333; text-decoration: none;}

#hidden {
display: none;
}

#header {
margin: 0 auto;
width: 900px;
height: 201px;
background:url(../images/header.jpg) no-repeat top;
}

#container {
margin: 0 auto;
width: 860px;
background: #fff;
}

#navigation {
margin: 0 auto;
width:580px;
}

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}

#navigation li {
float: left;
padding: 0 7px;
}

#navigation a {
color: #000;
text-decoration: none;
font-weight: bold;
}

#navigation a:hover {
color: #666;
text-decoration: underline;
}


#content {
clear:both;
padding-top: 20px;
}

.right_image {
float:right;
border: 1px solid #ccc;
padding: 2px;
margin: 5px 0 5px 5px;
}

.img_border {
border: 1px solid #ccc;
padding: 2px;
}


#footer {
border-top: 1px solid #ccc;
clear: both;
padding-top: 10px;
text-align: right;
}

#footer p {padding: 0; margin: 0;}

#footer img {float: left;}

