body {
	background-color: #894E3C;
	background-image : url(images/background.jpg);
	background-repeat : repeat-x;
}

#container{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #340E12;
}

#head{
background-image : url(images/public.gif);
	background-repeat : no-repeat;
	width : 750px;
	height : 175px;
	display : block;
}

#content{
	background-color : white;
	padding : 20px;
}

h1 {
	color: #C40000;
	font-size: 30pt;
	font-family: Time New Roam, serif;
	text-align: center;
}

h2 {
	color: brown;
	font-size: 20pt;
	font-family: Time New Roam, serif;
	text-align: center;
}

p, ul, ol {
	font-family :  arial,sans-serif;
}