* {
	margin: 0;
	padding: 0;
}

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

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

h1 {
	margin-bottom: 20px;
	color: #990000;
}

h2 {
	border-bottom: 1px dotted black;
	color: #00007a;
}

h3 {
	font-size: 12px;
}

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

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

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

#nav ul li:hover {
	background: black;
}

a {
	color: #000099
}

#nav ul a {
	display: block;
	background: #cccccc;
	margin-left: 10px;
	padding-left: 3px;
	color: #990000;
	font-family: verdana;
}

#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: 160px;
	padding-left: 12px;
	padding-right: 12px;
}

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