body {
	width:100%;
	margin:0;
	padding:0;
	background-image:url(../art/body_bg.gif);
	background-repeat:repeat-y; 
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#696363;
}

h1 {
	font-size:1.2em;
}

h2 {
	font-size:1.0em;
}

h3 {
	font-size:0.9em;
}

h4, h5, h6 {
	color:#000;
}

p {
	line-height:16px;
}

a {
	color:#b0945e;
	text-decoration:none;
}

a:hover {
	color:#0074bf;
}

#page-content ul {
	list-style-image:url(/art/bullet.gif);
}

.clear {
	clear:both;
}