* {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 12px;
	background: #8b8167 url(horiz-tile.gif) repeat-x top;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
}

#list ul {
	margin-left: 25px;

}

h1 {
	margin-bottom: 20px;
	color: black;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	border-bottom: 1px dotted black;
	color: black;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, san-serif;
}

h3 {
	font-size: 16px;
	padding-bottom: 6px;
}

#nav {
	float: right;
	width: 200px;
	background: white;
	padding-left: 10px;
}

#nav ul {
	list-style: none;
	margin-bottom: 20px;
	background: #cccccc;
	padding: 7px;
}

#nav ul li {
	background: black;
	margin-bottom: 2px;
}

#nav ul li:hover {
	background: #0000cc;
	text-decoration: underline;
	color: #0000cc;
}

a {
	color: #0000cc;
}

#nav ul a {
	display: block;
	background: #ffffff;
	margin-left: 10px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #0000cc;
	font-family: verdana;
	text-decoration: none;
	font-weight: bold;
}

#outter {
	width: 746px;
	margin: auto;
	background: white url(vert-tile.gif) repeat-y;
}

#middle {
	background: url(header.gif) no-repeat top left;
	padding-top: 140px;
}

#inner {
	background: url(footer.gif) no-repeat bottom left;
	padding-bottom: 90px;
	padding-left: 13px;
	padding-right: 13px;
}

p {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}