/*David Sawyer, david@sawyerz.net*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #c0c0c0;
	font-family: serif;
	background-image: url("/img/background.png");
        background-repeat: repeat-x;
}
#page {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 810px;
	vertical-align: top;
}
#header {
	background-image: url("/img/header.png");
	background-repeat: none;
	height: 50px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#nav {
        font-size: 14px;
	text-align: right;
        font-weight: bold;
	border: 0px;
	margin: 0px;
	padding: 33px 18px 0 0;
}
#nav a {
	text-decoration: none;
	color: #000000;
	margin-right: 10px;
}
#nav a:hover {
	text-decoration: none;
        color: #000000;
	background-color: #ffffff;
}
#content {
	background-image: url("/img/content.png");
        background-repeat: repeat-y;
	padding: 5px 25px 20px 15px;
	overflow: auto;
}
#content a {
	text-decoration: none;
	font-weight: bold;
	color: #1557d2;
}
#content a:hover {
	text-decoration: underline;
}
#content div.list {
	background-color: #dcdcdc;
        width: 400px;
}
#content textarea {
	background: #c0c0c0;
	border: 1px solid #1557d2;
	height: 100px;
	width: 350px;
	margin: 5px 0px 0px 0px;
	overflow: auto;
	}
#content input {
	background: #c0c0c0;
	border: 1px solid #1557d2;
	margin: 5px 0px 0px 0px;
}
#content input.button {
	margin-left: 5px;
	border: 2px outset #1557d2;
}
#content input.button:hover {
	border: 2px inset #1557d2;
}
#floatleft {
	float: left;
	text-align: center;
	margin-right: 5px;
}
#floatright {
	float: right;
	text-align: center;
	margin-left: 5px;
	font-size: 12px;
}
#floatleft, #floatright img {
	margin-top: 5px;
	border: 0px;
}
#floatright2 {
	float: right;
	text-align: right;
}
#footer {
	font-size: 12px;
	padding: 2px 15px 0px 15px;
	text-align: center;
	clear: both;
        background-image: url("/img/footer.png");
        background-repeat: none;
	height: 38px;
	font-weight: bold;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
#copy {
	font-size: 12px;
	text-align: right;
	text-decoration: underline;
}

