/** BEGIN General **/
body {
	background: #262626;
    text-align: center;
    font-size: 62.5%;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

strong, th {
    font-weight: bolder;
}

em {
    font-style: italic;
}

a {
    color: #f60;
    text-decoration: none;
}

a:hover {
    color: #f90;
}

p {
    padding: 6px 0;
}

ul {
    list-style: square;
    padding-left: 20px;
    margin: 10px;
}

ol {
    list-style: decimal;
    padding-left: 20px;
    margin: 10px;
}

blockquote {
    padding-left: 10px;
    margin: 10px 22px;
    border-left: 6px solid #666;
}

div#wrapper {
    margin: 0 auto;
    width: 960px;
    text-align: left;
}

div#main {
    float: right;
    width: 740px;
}

div#content {
    padding: 10px 35px 10px 25px;
    text-align: justify;
    font-size: 1.2em;
    line-height: 1.3em;
    background: url('img/content_bg.png') repeat-y;
}
div#content_top    { height: 15px; background: url('img/content_bg_top.png')    no-repeat; }
div#content_bottom { height: 15px; background: url('img/content_bg_bottom.png') no-repeat; }

div#sidebar {
    width: 220px;
    background: url('img/logo.png') no-repeat;
}

div#logo {
    height: 200px;
    margin-bottom: 50px;
    cursor: pointer;
}
/** END General **/



/** BEGIN Navi **/
ul#navi {
    list-style: none;
    padding: 0;
    margin: 0;
/*  min-height: 250px; */
}

ul#navi li {
    min-height: 25px;
    background: url('img/navi_seperator.png') no-repeat bottom;
}

ul#navi li a {
    color: #fff;
    font-size: 1.2em;
    display: block;
    text-decoration: none;
    padding: 5px 5px 5px 30px;
    background: url('img/navi_arrow.png') no-repeat left;
}

ul#navi li.last {
    background: none;
}

ul#navi li a:hover {
    color: #f90;
}

ul#navi li ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#navi li ul.subnavi {
}

ul#navi li ul.subnavi li {
    background: none;
}

ul#navi li ul.subnavi li a {
    font-size: 1.1em;
    padding-left: 20px;
    margin-left: 25px;
    background: url('img/subnavi_arrow.png') no-repeat left;
}

ul#navi li ul.subnavi li a:hover {
    
}
/** END Navi **/



/** BEGIN Footer / Header **/
div#footer {
    overflow: auto;
    color: #fff;
    padding: 0 25px;
}

div#header {
    height: 240px;
    padding: 10px 0 0 400px;
    color: #fff;
    text-align: right;
    background: url('img/header.png');
}

div#footer ul, div#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#footer ul li, div#header ul li {
    float: left;
    padding-left: 3px;
}

div#footer ul li a, div#header ul li a {
    color: #fff;
}

div#footer ul li a:hover, div#header ul li a:hover {
    color: #ccc;
}

div.left {
    float: left;
}

div.right {
    float: right;
}
/** END Footer **/


/** BEGIN Headings **/
h1, h2, h3, h4, h5, h6 {
    margin: 5px 0 10px 0;
}

h1 { font-size: 2.2em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }
/** END Headings **/

/** BEGIN Misc **/
.center {
    text-align: center;
}

div#content img {
    padding: 15px;
}
/** END Misc **/