* {
    padding: 0;
    margin: 0;
} 

body {
background: url(back.jpg) repeat-x #222;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #aaa;
}

img { border: none; }
a { color: white; text-decoration: none;}
a:hover { text-decoration: underline; color : #852db8; }

#wrap {
margin: 20px auto 0 auto;
width: 800px;
}

#header { 
border: 5px solid #222;
height: 88px;
background: url(header.jpg) black no-repeat;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}
#topnav {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 790px;
    /*background-color:  #000000;*/
    background-image: url(navbar.jpg);
    background-position: center;
    background-repeat: repeat-x;
    border-left: 5px solid #222;
    border-right: 5px solid #222;
    border-bottom: 5px solid #222;
    text-align: left;
    float: left;
}


#topnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
}

#topnav ul li {
    float: left;
    width: auto;
    border-right: 1px solid #000000;
    height: auto;
}

#topnav ul li a {
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: auto;
    height: auto;
    color: white;
    text-decoration:none;

}

#topnav ul li a:hover {
    color: #852db8;
    background-color:  #333333;
    background-image: none;
}

#topnav ul li a:hover img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

#topnav ul li a.active {
    color: white;
}

#topnav ul li a.active:hover {
    color: #852db8;
    background-color:  #222;
    background-image: none;
}
.left {
margin-top: 10px;
width: 615px;
float: left;
text-align: justify;
border: 5px solid #222;
padding: 10px;
background: #333;
}
.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
margin-top: 10px;
width: 125px;
float: right;
border: 5px solid #222;
text-align:left;
font-size: 12px;
padding: 5px;
background: #333;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #852db8;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #852db8;
line-height: 30px;
}
.right a { text-decoration: none }

.info{
text-align:center;
}
#footer {
height:25px;
margin-top: 10px;
text-align: center;
color: #eee;
font-size: 11px;
border: 5px solid #540084;
padding: 0px;
background: #333;
}

#footer a {text-decoration:none;}
