/* CSS Document */

#wrap { margin:auto;
width:800px;

}
#header {
height:200px;
}

.left { width:600px;
float:right;
height:600px;
background-image:url(images/bg.png);
background-repeat:no-repeat;
padding-left:20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
}

.menu { width:150px;
float:left;
height:600px;
}

#footer{height:20px;
background-color:#485c96;
width:800px;
clear:both;
}

h1{ font-family:Beware, "Bauhaus 93", "Bernard MT Condensed";
color:#485c96;
text-align:center;
padding-top:20px;}

li {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
text-align:left;
list-style:url(images/cassette.png);
line-height:25px;
}
li :active{ text-decoration:none;
}

li :hover { background-color:#485c96;
list-style-image:url(images/cassette.png);
color:#FFFFFF;
}

a :active {text-decoration:none;
}
