.invisible {
    display: none;
}

body {
    margin: 0;
    background: #000000;
}

h1, h2, h3, h4 {
    margin: 0;
}

img {
    border: 0;
}

/* Page */
#page {
    margin: 0 auto;
    width: 1004px;
}

/* Header */
#header {
    width: 1004px;
    height: 150px;
    position: relative;
}

/* Header - Info */
#header #header-info {
    /*position: absolute;
    top: 15px;
    left: 40px;*/
}

#header #header-info h1 {
    color: #ff3333;
    font: normal 50px Century Gothic, Helvetica, Arial, sans-serif;
}

#header #header-info h1 a {
    color: #ff3333;
    text-decoration: none;
}

/* Header - Menu */
#header #header-menu {
    /*position: absolute;
    top: 78px;
    padding-left: 33px;
    width: 971px;*/
	margin:10px -10px;
}

#header #header-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

#header #header-menu ul li, #footer ul li {
    float: left;
    font: normal 20px Century Gothic, Helvetica, Arial, sans-serif;
    color: #ff3333;
    padding: 0 16px 0 10px;
    background: url("images/header_menu.gif") no-repeat right 50%;
}

#header #header-menu ul li.last, #footer ul li.last {
    background: none;
}

#header #header-menu ul li a, #footer ul li a {
    color: #ff0000;
    text-decoration: none;
}

#header #header-menu ul li a:hover, #footer ul li a:hover {
    text-decoration: underline;
}

/* Main */
#main {
    width: 1004px;
}

/* Main - Sidebar */
#sidebar {
    float: left;
    width: 412px;
    height: 765px;
    background: url("images/sidebar.jpg") no-repeat;
    margin: 31px 0 20px 0;
}
/* Main - Content */
#content {
    float: left;
    width: 592px;
}

#content .mod_article h1 {
    width: 572px;
    padding: 25px 10px 5px 0;
    height: 48px;
    font: bold 17px Century Gothic, Helvetica, Arial, sans-serif;
    color: #ffffff;
    background: url("images/post_title.jpg") no-repeat;
}

#content .mod_article h2 {
    color: #ffffff;
    font: bold 17px Century Gothic, Helvetica, Arial, sans-serif;
    padding: 3px 0 5px 0;
}

#content .mod_article {
    padding: 0 15px;
    width: 562px;
    float: left;
    font: normal 12px Century Gothic, Helvetica, Arial, sans-serif;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    clear: both;
}

#content .mod_article a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight:bold;
}

/* Footer */
#footer {
    width: 1004px;
    height: 70px;
    clear: both;
    float: left;
}

#footer ul {
    list-style-type: none;
    padding: 0;
}
#footer ul li {
	font-size: 14px;
}

#footer ul li a {
	color:#fff;
}


