/* CSS Document */

body {
	
	background-color: #FFFFB9;
	font-family:"Trebuchet MS", sans-serif;
	}
	
a {
	text-decoration: underline;
	color:#0000FF;
	}
	
a:hover {
	color:#008000;
	}

h1 {
        font-size: 33px;
        font-weight: bold;
        color: #CC0000;
        }
		
#main_container {
	width: 800px;
	border: #2E7323 10px solid;
	margin: 0 auto;
	background-color:#FEFEFE;
	padding: 0;
	}
	
.header {
	background: url(images/top4.jpg) no-repeat;
	height:267px;
	margin: 0 auto;
	}

p {
	size: 10px;
	margin:0 auto;
	padding:10px;
	text-align:left;
	}
	
.style1 {
    color: #006400;
	}
	
.style2 {
     font-size: 23px;
	}

#content {
	width:auto;
	padding: 0 15px;
	}
	
	
#footer {
	width: auto;
	border-top:  #000000 1px solid;
	text-align:center;
	font-size:10px;
	}
	
.right {text-align:right}