/* CSS Document */
html{
	height: 100%;
	width:100%;
    background: #9430bb url(/static/img/topbg.jpg) repeat-x;
 }
body {
    width:816px;
    margin:0 auto;
    font-family:sans-serif;
    font-size:10pt;
    color:white;
    }

.title{
color:#6d58e8;
font-weight:bold;
font-size:18pt;
}

a {text-decoration:none;color:#fff;font-weight:bold;}
a:hover {text-decoration:underline;color:#fff;font-weight:bold;}


#header{
width:100%;
height:258px;
background:url(/static/img/header.jpg) top no-repeat;
}


 
#menuItems{
text-align:center;
padding-top:200px;
vertical-align:bottom;
}

#menuItems a{
font-size:.9em;
padding:0 10px;
}

.menuItem a:hover{
font-size:.8em;
text-decoration:underline;
}

