#userPanel {
    position: absolute;
    top: 30px;
    left: 200px;
    z-index: 1000;
}

#logo {
    position: absolute;
    top: 30px;
    left: 30px;
}

#wrapper {
    padding: 5px;
    min-width: 700px;
}

#menu {
    position: absolute;
    top: 135px;
    left: 7px;
   
}

#menu div {
	margin-bottom: 6px;
}

img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#contact {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 12px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}

#donate {
    position: absolute;
    right: 150px;
    top: 0px;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 12px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}


#help {
    position: absolute;
    top: 520px;
    left: 10px;
}

#credit {
    position: absolute;
    top: 180px;
    left: 5px;
}

#content {
    position: absolute;
    left: 380px;
    top: 90px;
    color: #fff;
    margin-right: 40px;
}

#content a {
    font-weight: bold;
}

h1 {
    font-size: 15px;
    color: #B9291C;
    margin-top: 5px;

}

h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 25px;
    padding: 0px;
    color: #FFCC66
}

p {
    line-height: 16px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 0px;
}


a, a.link, a:active, a:visited {
    text-decoration: none;
    color: #FDD6A9;
}

a:hover {
    text-decoration: none;
    color: #B9291C;
}

body
{
	font-family: optima, myriad, opus, tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
