* {
    padding: 0px;
    margin: 0px;
    font-family: Tahoma;
}

body {
    color: #414141;
    font-size: 11px;
    background-color: #ffffff;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}

img { border: 0px; }

a, a:hover, a:visited { color: #000000; }

input, textarea, select {
    border: 1px solid gold;
    padding: 1px;
    margin: 1px;
}
li {
    list-style-type: none;
}

#content .sidebar li, #menu { background-color: #c2e9ff; }
#content .content h1, #header .logo h1 { font-size: 40px; font-family: "Trebuchet MS"; letter-spacing: -2px; }

#header { height: 170px; background-image: url(/static/topbg.jpg); background-repeat: no-repeat; background-position: right;}
#header .logo { float: left; width: 450px; margin-top: 32px; }
#header .logo h2 { font-size: 11px; color: #888888; }
#content .content, #content .sidebar { margin-right: 5px; }

#menu, #menu a { padding: 6px; }
#menu h1, #menu a { font-size: 12px; font-weight: bold; }
#menu { margin-bottom: 8px; }
#menu h1 { display: inline; }
#menu li { list-style-type: none; display: inline; }
#menu a { }
#menu a:hover { background-color: #ffffff; }

#content .sidebar { clear: both; }
#content .site { width: 160px; height: 160px; padding: 5px; float: left; text-align: center; }
#content .site a { text-decoration: none; }
#content .page { font-size: 24px; }
#content .content { }
#content .block { float: left; width: 205px; padding: 2px; height: 185px; text-align: center; }

#footer { text-align: right; }
.clear { clear: both; }
