@charset "UTF-8";
/* CSS Document */

body {background-color: #000000;}

#container {width: 1024px;
			 height: 768px;
			 margin-left:auto;
			 margin-right:auto;
			 }


#header{height: 155px;
		width: 1024;
		}
		
#headerbar {float:right;}

#nav{background-image:url(assets/navbackground.jpg);
	 width:214px;
	 height: 550px;
	 float: right;}
	 
#main {width: 810px;
		height: 545px;
		float: left;
		color: #7bb722;
		overflow: auto;
		/*text-align: center;*/}
		
		
#main #welcome {margin-left: 70px;
		margin-top: 100px;
		margin-right: 70px;}	 

	 
#footer{width: 1024px;
		height: 63px;
		background-image:url(assets/footerbackground.jpg);
		background-repeat:no-repeat;
		clear: both;}
		
#footer p {float: right;
			font-size:12px;
			margin: 53px;
			color: #7bb722;}
		
#nav img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		   }
 
#homebutton {padding-top: 153px;}

fieldset {border: none;}
