/* CSS Document */
body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
background-color:#000000;
font-size:13px;
}

body a:link, body a:visited{
color:#FFFFFF;
}

.left{
background-image:url('../images/left.jpg');
width:90px;
background-repeat:repeat-y;
}

.right{
background-image:url('../images/right.jpg');
width:90px;
background-repeat:repeat-y;
}

.blackside{
background-color:#000000;
width:40px;
}

h2{
display:inline;
font-size:23px;
}

h3{
display:inline;
color:#00BAF2;
font-size:15px;
letter-spacing:2px;
}

.line{
background-image:url('../images/line.jpg');
background-repeat:repeat-x;
height:20px;
background-position:center;
}

.greybox, .greyboxfade{
background-color:#1D1D1E;
padding:3px;
font-style:italic;
}

.greyboxfade{
background-image:url('../images/greyfade.jpg');
background-repeat:repeat-x;
background-position:bottom;
}

li{
list-style-image:url('../images/bullet.png');
list-style-position:outside;
}

#list{
margin-left:-10px;
}
