/* CSS Document */

body {
	background-image:url(images/page_bg.jpg);
	margin:0px 0px 0px 0px;
	padding:47px 0px 30px 0px;
	font-family:"Times New Roman", Times, serif;
	color:#5a5c48;
	line-height:16pt;
	font-size:12pt;
}

#container {
	width:901px;
	background-image:url(images/container_bg.jpg);
	height:696px;
}

#copyright {
	margin-top:10px;
	margin-bottom:15px;
	text-align:center;
}

#content {
	height:230px;
	width:423px;
	padding:5px 10px 5px 10px;
	text-align:left;
	overflow-x:hidden;
	overflow-y:scroll;
}