body {
margin:0;
padding: 10px;
font-family: tahoma, arial, verdana, sans-serif;
background: #333333;

}

a {
font-weight: normal;
text-decoration: none;
}
/*
a, a:visited {
color: #e0e0e0;
}

a:hover {
color: #e7e7e0;
}
*/
a img {
border: 0;
}

table {
border-collapse: collapse;
}

#container {
border: 5px solid #A0262D;
}

#wrapper {
width: 770px;
border-left: 2px solid white;
border-top: 1px solid white;
border-right: 2px solid white;
border-bottom: 2px solid white;
margin: 0px;
}

#wrapper {
    background: url('/newsbg.png') repeat;
}

#header {
text-align: left;
height: 350px;
border-top: 1px solid white;
border-bottom: 1px solid white;

}

#header, #footer {
background: url('header.jpg') top left;
}

#header h1 {
size: 30px;
line-height: 30px;
margin: 200px 0 0 30px;
color: #f0f0f0;
}

#main-wrapper {
text-align: left;
}

.index #main-wrapper h3 {
display: inline;
font-size: 14px;
font-weight: normal;
line-height: 14px;
}

.index #main-wrapper h4 {
display: inline;
font-size: 9px;
font-weight: normal;
line-height: 10px;
margin-left: 1em;
}

#footer {
border-top: 2px solid white;
height: 100px;
padding-bottom: 5px;
width: 100%;
}

#footer p {
color: #e0e0e0;
margin-top: 15px;
font-size: 12px;
}



