/*David Sawyer, david@sawyerz.net*/
body {
        margin: 0px;
        padding: 0px;
        background-color: #966b4c;
        font-family: sans-serif;
        background-image: url("/img/gradient.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: 135px;
        padding: 0px;
        margin: 0px;
        border: 0px;
}
#nav {
	border: 0px;
        margin: 0px;
        padding: 26px 25px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	float: right;
}
#contentHeader {
	background-image: url("/img/content_header.png");
        background-repeat: none;
	height: 25px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#contentHeader h1 {
	font-size: 18px;
	font-weight: bold;
        color: #ffffff;
        padding: 4px 0px 0px 20px;
	margin: 0px;
}
#content {
        background-image: url("/img/content.png");
        background-repeat: repeat-y;
        padding: 0px 25px 0px 15px;
	margin: 0px;
	border: 0px;
        overflow: auto;
	font-size: 14px;
	color: #000000;
}
#content div.list {
        background-color: #ffe2cc;
        width: 400px;
}
#content div.list2 {
        background-color: #dcdcdc;
        width: 375px;
	font-size: 12px;
}
#content ul {
        list-style-image: url("/img/list.png");
}
#content a {
        color: #709278;
        text-decoration: none;
        font-weight: bold;
}
#content a:hover {
        text-decoration: underline;
        color: #e6684c;
}
#floatleft {
        float: left;
        text-align: center;
        margin-right: 5px;
	font-size: 12px;
}
#floatright {
        float: right;
        text-align: center;
        margin-left: 5px;
	font-size: 12px;
}
#floatright2 {
        float: right;
        text-align: left;
        margin-left: 5px;
        font-size: 12px;
}
#floatleft, #floatright img {
        margin-top: 5px;
        border: 0px;
}
#content textarea {
        background: #709278;
        border: 1px solid #e6684c;
	width: 350px;
	height: 200px;
	overflow: auto;
}
#content input {
        background: #709278;
        border: 1px solid #e6684c;
}
#content input.field {
	width: 250px;
}
#content input.button {
        border: 1px outset #709278;
}
#content input.button:hover {
        border: 1px inset #709278;
}
#footer {
        clear: both;
        background-image: url("/img/footer.png");
        background-repeat: none;
        height: 37px;
	padding: 3px 0px 0px 0px;
        margin: 0px;
        border: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#footer a {
        color: #ffffff;
        text-decoration: none;
}
#footer a:hover {
        text-decoration: underline;
        /*color: #ff4002;*/
}
#copy {
        font-size: 10px;
        text-align: right;
	color: #ffffff;
}
