@charset "iso-8859-1";
body {
	background-image:  url("bg.jpg");
	font-family:Arno Pro, Verdana, Arial, Helvetica, sans-serif;
}


#leftbar{
background-color:#CCCCCC; 
opacity:0.8;
filter:alpha(opacity:80);
border: 0px solid #000000; 
width:200px; 
font-family:Arno Pro, Verdana; 
font-size:16px;
color:#000000;
position: absolute;
top: 30px;
left:750px;
}

#wrapper {
position:absolute;
left:330px;
top:220px;
width:500px;
text-align:left;
}

#banner ul{
opacity:0.9;
filter:alpha(opacity:90);
font-family:Arno Pro;
float:left;
background-color:#FFFFFF;
border:2px solid #000000;
height:20px;
width:500px;
}

#banner li{
list-style:none;
float:left;
margin-right:15px;
}

#banner li a, a:visited, a:link {
color:#000000;
style:none;
text-decoration:none;
}

#banner li a:hover{
background-color:#FFFF00;
}

#content {
position:relative;
margin-top:60px;
background-color:#000000;
color:#ffffff;
border:2px solid #000000;
opacity:0.8;
filter:alpha(opacity:80);
text-align:center;
font-weight:500;
width:300px;
}

#content a, a:visited, a:active{
color:#ffffff;
}

#content a:hover{
background-color:#FF0000;
}

#footer{
position:relative;
margin-top:200px;
border-top:1px solid #000000;
background-color:#FFFFFF;
text-align:center;
}

#footer a, a:visited, a:active{
color:#000000;
}

#footer a:hover{
background-color:#FF0000;

}

