﻿* {
    margin: 0;
    padding: 0;
}

body {
	background: #000000;
    color: #dddddd;
    font-size: 12px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

a:link,
a:visited,
a:active,
a:hover {
    color: #dddddd;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header,
footer,
hgroup,
nav,
section {
    display: block;
}


.left {
    float: left;
}

.right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {    
    margin-bottom: 0;
    padding-bottom: 0;
    color: #eeeeee;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
    margin: 1px 0 2px 0;
}

h4 {
    font-size: 1.1em;
}

h5,
h6 {
    font-size: 1em;
}

ul {
	list-style-type: none;
}

p {
	padding: 5px 0 10px 0;
}

a,
a > img {
	border: none;
}

/* main layout
----------------------------------------------------------*/
.header-wrapper {
    padding: 40px 0 0 0;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

header {
	margin-bottom: 10px;
}

#body {
    clear: both;
    background: none;
    padding-bottom: 35px;    
}

    .main-content {
        padding: 10px;
    }
    
footer {
    clear: both;
    height: 100px;
    padding: 10px 0 0 12px;
}