/*
	Style.css - created by Eve Taggart
	Last update - 7/17/2010
	*/

*{padding:0;margin:0;}
	
body {
	background-image:url(srblank.jpg);

}
	
#container {
	width:88%;
	margin: 0 auto;
	padding-top:25px;
	padding-bottom:25px;
}


#header {
}

#content {
	float:right;
	width:95%;
	height:95%
	padding-top: 10px;
	padding-left: 10px;
	background-color: #887415;
	background-image:url(snow2.jpg);
	font-family: Times;
	font-size: 16px;
	display:inline;
}

#content img {
	margin: 10px;
}

