* {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

h1 {
	margin: 10px 10px 10px 0px;
}

h3 {
	margin: 25px 10px 10px 0px;
}

p {
	margin: 5px 5px 5px 0px;
}

ul {
	margin: 5px 5px 10px 18px;
}

a:link, a:active, a:visited {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	background-image: url('images/header.jpg');
	width: 800px;
	height: 84px;
	background-repeat: no-repeat;
}

#navigation {
	background-image : url('images/leftfade.jpg');
	background-repeat: repeat-x;
	width: 108px;
	height: 600px;
	border-right: 1px solid black;
}

#content {
	padding-left: 15px;
	padding-top: 25px;
	min-height: 575px;
	width: 800px;
	position: absolute;
	top: 85px;
	left: 109px;
}

#content img {
	border: 1px solid black;
	margin: 2px;
}

#footer {
	width: 100%;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #CCCCFF;
}
