body {
    margin: 0;
    padding: 0;
    background: #181818;
    color: #dddddd;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
  color: red;
}


a:visited {
  color: green;
}

#page {
    width: 1080px;
    margin: auto;
    background: #222222;
    border: 1px solid #444444;
}

#header {
    height: 280px;
    background: #2c2c2c;
    border-bottom: 1px solid #444444;
}

#header img {
    display: block;
    width: 100%;
    height: auto;
}

#logo {
    height: 180px;
    line-height: 180px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #f0f0f0;
    letter-spacing: 8px;
}

#menu {
    background: #111111;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    text-align: center;
}

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

#menu li {
    display: inline;
}

#menu a {
	font-size: 24px;
    display: inline-block;
    padding: 10px 30px;
    color: #980101;
    text-decoration: none;
}

#menu a:hover {
    background: #333333;
    color: #ffffff;
}

#content {
    padding: 30px;
    min-height: 450px;
    background: #222222;
    line-height: 1.6;
}

h1 {
    margin-top: 0;
    color: #bbbbbb;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
h2 {
    margin-top: 0;
    color: #bbbbbb;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
}

p {
    color: #bbbbbb;
}

#news {
    padding: 12px;
    text-align: left;
    color: #777777;
    border: 1px solid #333333;
    background: #;
    line-height: 1.6  
}
#news div {  
    border-style: none; 
   
}

#news p {
    padding-left: 12px;
        
}

#news tr {
    vertical-align: top;
}

#news td {
    padding: 0px;  
}
     

#footer {
    padding: 12px;
    text-align: center;
    color: #777777;
    border-top: 1px solid #333333;
    background: #1a1a1a;
    font-size: 12px;
}


 
