@charset "utf-8";
@import "navigation.css";
@import "structure.css";
@import "content.css";
* {
	margin: 0;
}

body {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	background-image: url(../images/3tonesunburst.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: top center;
	background-attachment:fixed;
	text-align: left;
}

h1 {
	font-size: 26px;
	margin: 0 0 7px 0;
}

h2 {
	margin: 0 0 7px 0;
}

p {
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

ul {
	margin: 0 0 10px 0;
	padding: 0;
}

li {
	list-style: disc;
	margin: 5px 0 0 13px;
}

#clear {
	clear: both;
}
