@charset "utf-8";
/* CSS Document */
.style1 {color: #FFFFFF}
body {
	background-color: #000080;
}


#header {
    height: 176px;
    background: url('img/header.jpg') repeat-y;
}


#nav ul {
    width: 850px;

/*    margin: 0 auto; */
    text-align: center;
}
#nav ul li {
    width: 100px;
    height: 12px;
    float: left; 
    display: block;
}
#nav ul li a {

    float: left; 
    display: block;
    width: 100px;
    height: 12px;
    padding: 9px 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#nav {
    height: 50px;
}



#main {
	width: 875px;
	margin: 0px 0 0 0;

}

#news {
    float: left;
    background: url('images/mainbody.jpg') center repeat-y;
    width: 550px;
    font-size: 20px;
    padding: 0 10px 0 10px;
    margin: 0 0 0 3px;
    }
    
#news p {
    padding: 0 15px 0 15px;
	text-align:justify;
}

p.news {
	text-align:center;
}



#container {
    width: 850px;
    margin: 5px auto;
 
    
    /* IE-Only Hack */
    text-align: center;
}

#recent {
    margin: 10px 0;
}


#sideleft {
    background: url('images/side.jpg') center repeat-y;
    width: 150px;
    float: left;
}

#sideright {
    background: url('images/side.jpg') center repeat-y;
    width: 150px;
    float: right;
}

#sideimages img {
    margin: 0 0 10px 0
}
#sideimages2 img {
    margin: 0 0 45px 0
}


a img{
border:0;
} 
