*{
margin:0;
padding:0;
border:0;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
}
body{
background-image:url(../images/bg1.jpg);
background-repeat:no-repeat;
background-position:50% 0;
background-color:#0058b9;
}
h1{
font-size:24px;
margin:15px 0 15px 0;
color:#003366;
}
h2{
font-size:18px;
margin:15px 0 15px 0;
color:#003366;
}
h3{
font-size:16px;
margin:15px 0 15px 0;
color:#003366;
}
p{
margin:15px 0 15px 0;
}
#totm{
width:960px;
position:relative;
top:50px;
left:50%;
margin-left:-480px;
z-index:10;
}
#banner{
position:relative;
width:860px;
background-image:url(../images/content_bg.png);
background-repeat:repeat;
z-index:10;
padding:50px;
margin:0 0 20px 0;
border-top:1px solid #0058b9;
border-bottom:1px solid #0058b9;
}
#banner h1{
float:right;
margin:20px 0 0 0;
}
#content{
position:relative;
width:860px;
background-image:url(../images/content_bg.png);
background-repeat:repeat;
z-index:10;
padding:50px;
border-top:1px solid #0058b9;
border-bottom:1px solid #0058b9;
}
#content img{
border:1px solid black;
margin:0 5px 5px 0;
}
#footer{
width:1000px;
height:686px;
position:absolute;
bottom:-300px;
left:50%;
margin-left:-500px;
z-index:1;
background-image:url(../images/bg2.jpg);
background-repeat:no-repeat;
}
ul{
margin:0 0 20px 20px;
list-style:circle;
}
a{
color:#FF0000;
}
a:hover{
text-decoration:none;
}