* {
margin:0px;
padding:0px;
}

body {
background-color:#144d9a;
background-image:url(images/bdy_bkg.jpg);
background-repeat:repeat-x;
font-family:arial,tahoma,helvetica,sans-serif;
font-size:12px;
}

h2 {
padding-left: 20px;
font-family: arial,century gothic,tahoma,helvetica,sans-serif;
font-size:20px;
color: #FFFFFF;
text-align: center;
}

#container {
width: 100%;
height: 752px;
text-align: center;
}

#main_content {
width: 900px;
height: 752px;
background-image:url(images/main_cont.png);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}

.menus {
width: 900px;
height: 350px;
}

.content {
width: 900px;
height: 150px;
}

.content2 {
margin-top: 25px;
width: 900px;
height: 75px;
}

.header {
width: 900px;
height: 113px;
text-align: center;
}

.footer {
width: 100%;
height: 228px;
padding-top: 10px;
background-image:url(images/ftr_bkg.jpg);
background-repeat:repeat-x;
text-align: left;
}