@charset "utf-8";
/* CSS Document */
/*Layout Divs*/

body {
	background-image:url(images/paperbackgrnd.gif);
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 18px;
}
a:link {
	color: #030;
}
a:visited {
	color: #FC3;
}
a:active {
	color: #630;
}

#wrapper {
	width:900px;
	margin:0 auto;
	background-color:#FFC;
	background-image:url(images/paperbackgrnd.gif);
	
    }
    
#banner {
	margin:0px,0px,0px,0px;
	padding:0px;
	background-image:url(images/banner.png);
	width:900px;
	height:110px;
	
    }
#navbar {
	width:900px;
    height:30px;
    background-color:#F63;
    }
#content {
	margin:30px 30px 40px 30px;
	width:840px;
	height:450px;
    }
#footer  {
	clear:both;
	margin:40px 0px 0px 0px;
	padding:0px;
	float:bottom;
	background-image:url(images/footerimage.png);
	width:900;
	height:30px; 
    }

#content1 {
	width:840px;
	height:300px;
	margin: 30px 30px 30px 30px;

     }
	
	