body{
margin: 0;
background-image: url(images/main_background.jpg);
background-attachment: scroll;
background-color: #ffffff;
background-repeat: no-repeat;
background-position: center top;
}
#container{
width: 800px;
height: 100%;
margin: auto;
text-align: center;
border: 0px 1px 1px 1px solid black;
}
.widecolumn {
width: 250px;
height: 100%;
float: left;
margin: 20px 10px 10px 10px;
min-height: 400px;	
text-align: left;
}
#sidebar{
width: 250px;
height: 100%;
float: left;
margin: 20px 10px 10px 10px;	
text-align: left;
}
#sidebar img{
margin: 5px 10px 5px 10px;	

}
#sidebar li{
text-decoration: none;
}
#sidebar ul{
text-decoration: none;
}
.narrowcolumn {
width: 500px;
height: 100%;
float: left;
margin: 20px 10px 10px 10px;
min-height: 400px;
text-align: left;
}
.narrowcolumn img{
border: none;
}
h1{
font: Arial, Helvetica, sans-serif;
color:#999999;
font-size: 16px;
}
p{
font: Arial, Helvetica, sans-serif;
color:#999999;
font-size: 12px;
}
a{
color: #999999;
text-decoration: none;
}
a:hover{
color: #ff0000;
text-decoration: none;
}
a:visited{
color: #999999;
text-decoration: none;
}
#logo{
width: 598px;
height: 100%;
float: left;
display: inline;
}
#logo img{
display: inline;
margin: 0;
}
.clear{
clear: both;
}

#banner{
margin: auto;
width: 800px;
height: 105px;
margin-top: 0;
text-align: left;
}
#banner img{
float: left;
margin: 0;
visibility: visible;
}
#footer{
height: 20px;
width: 800px;
text-align: center;
font: Arial, Helvetica, sans-serif;
color:#999999;
font-size: 10px;
}