body {
background-color: #00022F;
background-image: url(media/images/layout/bg_body.png);
background-repeat: repeat-x; 
font-family: verdana;
font-size: 10px;
color: #000000;
text-align:center;
margin: 0px;
}

#container{
position:relative;
background-color: #6EA8DA;
width:780px;
margin:0 auto;
border:1px solid #000000;
overflow: hidden;
overflow-x:hidden;
z-index:1;
}

#header{
position:relative;
border:0px;
width:780px;
height:300px;
margin-top:0px;
margin-left:0px;
z-index:2;
}

#content{
text-align:justify;
position:relative;
margin-top:-60px;
margin-left:10px;
width:760px;
z-index:3;
}

#featured{
text-align:justify;
position:relative;
margin-top:-60px;
margin-left:10px;
width:750px;
height: 640px;
z-index:3;
}

#footer{
text-align:center;
position:relative;
background-image: url(media/images/layout/footer.jpg);
border:0px;
margin-top:10px;
margin-left:0px;
width:780px;
height: 64px;
z-index:4;
}

h1{
margin-top:0px;
margin-bottom:0px;
padding:0px;
font-family:Georgia;
color:#040F7E;
text-align:left;
font-weight:bold;
font-size:18px;
line-height:52px;
letter-spacing:3px;
}

del{
color:#FF0000;
font-weight:bold;
}

a:link, a:active, a:visited {
font-family: Verdana;
font-size: 10px;
color: #01109A;
font-weight: bold;
text-decoration: none;
border: 0px;
}

a:hover {
font-family: Verdana;
font-size: 10px;
color: #030933;
font-weight: bold;
text-decoration: none;
}

img {
border: 0px;
}

table, tr {
vertical-align: top;
font-family: verdana;
font-size: 10px;
}

td {
vertical-align: top;
font-family: verdana;
font-size: 10px;
}