@charset "UTF-8";
/* CSS Document */

/* LAYOUT */
body {margin:0px 0px 0px 0px; background:#000;}
img {border:0px; border-width:0px;}
#site {width:955px; height:600px; margin: 0px auto 0px auto; background-image:url(images/ban/bg.png); background-repeat:no-repeat;}
#topban {width:200px; height:130px; margin:0px auto 0px auto;}
#menu {width:270px; height:25px; margin:20px auto 0px auto; clear:both;}
#content {width:700px; height:auto; margin:20px auto 0px auto; padding:10px 10px 10px 10px;}

/* MENU */
#blankabout {width:90px; height:25px; border:0px; border-width:0px; float:left;}
#blankblog {width:85px; height:25px; border:0px; border-width:0px; float:left;}
#blankcontact {width:95px; height:25px; border:0px; border-width:0px; float:left;}
a#rollabout img {background:url(images/ban/about.png); background-repeat:no-repeat;}
a#rollblog img {background:url(images/ban/blog.png); background-repeat:no-repeat;}
a#rollcontact img {background:url(images/ban/contact.png); background-repeat:no-repeat;}
a#rollabout:hover img {background:url(images/ban/about-over.png); background-repeat:no-repeat;}
a#rollblog:hover img {background:url(images/ban/blog-over.png); background-repeat:no-repeat;}
a#rollcontact:hover img {background:url(images/ban/contact-over.png); background-repeat:no-repeat;}

/* STYLING */
body, p, a, a:link, a:visited, a:active, a:hover {font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFF; font-size:12px; line-height:1.5;}
hr {color:#FFF; background-color:#FFF; height:1px; border:0px;}
.fineprint {font-size:10px;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
