body {
    width:1150px;
	margin:0 auto;
    margin-top:0;
    background:url(images/20120926_main_bg.jpg) center top no-repeat #000000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:white;
}

#header {
    width:1150px;
    height:155px;
    /* background:url(images/header_center.png) repeat-x; */
}

#div_for_clickable_logo {
    position: absolute;
    margin-left:129px;
    margin-top:0;
    width: 600px;
    height: 130px;
}

#header_inside {
    position:absolute;
    margin-top:105px;
    margin-left:129px;
    color:white;
    font-size:0.8em;
    font-weight:normal;	
}

#header_inside a:link {color:white;}
#header_inside a:visited {color:white;}

/* FAUX LAYOUT WRAPPER */

/*
This div is optional: When you delete it the navigation bar and the content block won't have the same size when one of them has a larger height then the other. I recommend you to leave this faux layout wrapper here.
*/

#wrapper{
    width:960px;
    /* background-color:#001236; */
    overflow:auto; /* For IE */
    margin-top:0;
    margin-left:auto;
    margin-right:auto;
}

#content {
    margin-left:33px;
    margin-right:0px;
    width:900px;
    min-height:370px; /* for modern browsers */
    height:auto !important; /* for modern browsers */
    height:370px; /* for IE5.x and IE6 */
    margin-top:0;
    padding-bottom:0;
    font-size:0.8em;
    font-weight:normal;	
}

#content a:link {color:#FFFFFF;}
#content a:visited {color:#FFFFFF;}

#footer {
    width:960px;
    height:100px;
    margin-left:auto;
    margin-right:auto;
    /* background:url(images/footer_bg.png) repeat-x; */
    text-align:center;
	padding-top:15px;
    color:#575757;
    font-size:0.8em;
}
#footer a:link {color:#575757;}
#footer a:visited {color:#575757;}

h1 {
    font-size:1.2em;
    font-weight:normal;
    color:#c70000;
    padding-top:10px;
    margin:0;
}
h2 {
    font-size:1.0em;
    font-weight:normal;
    /* color:#0082cb; */
    color: #c70000;
    padding-top:5px;
    margin:0;
}
p {
    font-size:0.9em;
    font-weight:normal;
    /* color:#474747; */
    color:#d5d5d5;
}
table {
    margin-top: 10px;
    color:#d5d5d5;
}
li {
    font-size:0.9em;
    font-weight:normal;
    color:#d5d5d5;
}
td.padding {
    padding: 15px;
}
td.list1 {
    background: #cfeeff;
    border: 1px solid #0082cb;
    padding: 5px;
    font-weight:bold;
    font-size:1.1em;
}
td.list2 {
    background: #f8fbff;
    border: 1px solid #0082cb;
    padding: 5px;
    text-align: center;
    font-size:1.1em;
}
td.white {
    background: white;
    padding: 5px;
    text-align: center;
}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}