@charset "utf-8";
/* CSS Document */

body{
	background-color:#c4c2c2;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
width: 750px;
height: 1000px;
background-color:#c4c2c2;
margin: 0 auto 0 auto;
float: center;
}

#header{
	width: 750px;
	height: 150px;
	background-image:url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:5px;
}
#space{
	width:1px;
	height:3px;
	background-color:#c4c2c2;
}
	
	
	
.navtop{
	width: 200px;
	height:49px;
	background-image:url(images/topnav.jpg);
	float:top;
	background-repeat:no-repeat;
}

.navbottom{
	width:200px;
	height:8px;
	background-image:url(images/navbottom.jpg);
	float: bottom;
	background-repeat:no-repeat;

}

.linksnav{
	width:200px;
	height:49px;
	background-image:url(images/linksnav.jpg);
	float:top;
	background-repeat:no-repeat;
}

#nav{
	width: 200px;
	height: auto;
	background-image:url(images/navback.jpg);
	background-repeat:repeat-y;
	
}

#news{
	width: 546px;
	height: auto;
	background-image:url(images/newsback.jpg);
	background-repeat:repeat-y;
	float:right;
}

.newstop{
	width:546px;
	height:49px;
	background-image:url(images/newstop.jpg);
	float: top;
}
.newsbottom{
	width:546px;
	height:10px;
	background-image:url(images/newsbottom.jpg);
	float: bottom:
}