body {
	background-color: #43474A;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

* {
	margin: 0;
	padding: 0;
}

a {
    color: #43474A;
}

a:hover {
    text-decoration: none;
}

#main {
    background: white;
    margin: 0 auto;
    width: 972px;
}

#header {
    background: #000;
    color: #FFF;    
    padding: 20px;
    border-bottom: 4px solid #FF6F26;
}

#header a {
    color: #B6B6C6;
    text-decoration: none;
}

#header h1 {
    color: #B6B6C6;
    font-size: 11pt;
    text-transform: uppercase;
    margin: 5px 0;
    font-size: 11pt;
}

#header h3 {
    font-size: 9pt;
}

#menu {
    border-top: 15px solid #43474A;
    border-bottom: 1px solid #4F4F4F;
    background: black;
    color: white;
    height: 80px;
    font-size: 9px;
    list-style: none;
    padding: 0 0 0 25px;
}

#menu li {
    float: left;
    height: 80px;
    max-width: 115px;
    text-transform: uppercase;
}

#menu li a {
    color: white;
    text-decoration: none;
    padding: 50px 25px 0 0;
    height: 20px;
    float: left;
    font-weight: bold;
    display: block;
    margin-right: 12px;
}

#menu li a:hover {
    background: #000 url("/i/button-anime-2.gif") top right no-repeat;
}

#container {
    background: url("i/headlines/80bbb8c8e8.gif") left center no-repeat;
    margin: 10px;
    padding-left: 70px;   
    clear: both; 
    min-height: 380px;
}

#content {
    margin: 10px 20px;    
}

#content h1 {
    color: #FFF;
    font-size: 11pt;
    margin: 5px 0 0 0;
    text-transform: uppercase;
    font-size: 0;
    background: url("i/titles/default.gif") left center no-repeat;
    display: block;
    height: 25px;
}

#content h1 a {
    color: white;
    font-size: 0;
    display: block;
    width: 100%;
    height: 25px;
}

#leftside {
    float: left;
    width: 400px;
}

#rightside {
    width: 400px;
    float: right;
}

#content ul, #content ol {
    margin: 5px 0 5px 15px;
}

#content ul li {
    margin: 3px 0;
}

.entry {
    margin: 0;
}

.post {
    margin: 10px;
    text-align: justify;    
}

.post p {
    margin: 5px 0;    
}

.list p {
    margin: 0;
}

.entry img.gallery, #gallery img {
    margin: 5px 20px 0 10px;
    border: 1px solid black;
    padding: 4px;
    background: white;
}

#gallery img {
    float: left;
    margin: 10px 5px;
}

#gallery a:hover img {
    background: #CCC;
}

.details {
    margin: 10px;    
}

.element {
    text-align: center;
    margin-bottom: 25px;
}

.element p {
    margin: 5px 0;
}

.element-header {
    font-size: 11pt;
    font-weight:bold;
    text-align: center;
    margin-bottom: 15px;
}

p.organge {
    color: #FF6F26;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0px;
    height: 0;
}

fieldset {
    border: none;
    margin: 5px 0;
    padding: 0 10px;
}

fieldset label {
    font-size: 7pt;
}

#footer {
    
}

