body {
	margin:0;	
	margin-bottom:20px;
	background-color:#7d7668;
	color:#544f46;
	line-height:17px;
	font-size:11px;
	font-family:Georgia, serif;
	background-image:url(../images/bodyBg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-align:center;	
}
img {
	border:0;
}
h1, h2 {
	text-transform:uppercase;
	margin:0;
	padding-bottom:8px;
}
h1 {
	font-size:13px;
	font-family:Arial;
}
h2 {
	font-size:12px;
	padding-top:25px;
	padding-bottom:21px;
}
p {
	margin:0;
	padding-bottom:8px;
}
ul {
	margin:0;
	padding:0;
	padding-bottom:8px;
	list-style:none;
}
li {
	padding-left:12px;
	background-image:url(../images/bullit.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
}
a:link,
a:visited {
	color:#544f46;
}
a:hover,
a:active {
	color:#f8360f;
}

