body {
background:#cccccc url(bodybg.gif) repeat; font:65 verdana,tahoma,sans-serif; color:#555555;}
	
a {
	text-decoration: none;
	color:#000000;
	}
	
a:hover {
	color:#ff0000;
	}

#main_container {
	width:900px;
	border: #ff0000 10px solid;
	margin: 0 auto;
	background-color:#ffffff;
	}
	
#header {
	height:174px;
	width:100%;
	background-image: url(images/banner1.JPG);
	background-repeat: no-repeat;
	background-position:top left;
	}
	
h1 {
	font-size:30px;
	float:right;
	vertical-align:middle;
	margin: 10px 20px 0 0;
	}
	
h2 {
	padding-left: 5px;
	margin: 5px 0px 0px 0px;
	}
	
p {
	font-size: 12px;
	margin:0px;
	padding:10px;
	text-align:justify;
	}

#navigation {
	width:100%;
	border-top:  #0fbf20 5px solid;
	border-bottom: #0fbf20 5px solid;
	border-bottom-style:solid;

	text-align:center;
	}
#navigation a {
	padding:5px;
	}
	
#content {
	width:100%;
	}
	
#footer {
	width:100%;
	border-top:  #0fbf20 1px solid;
	text-align:center;
	font-size:9px;
	}
