body {
	background: url(images/background.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 76%;
	color: #3f1306;
	}

#container {
	background: url(images/middle.jpg);
	background-repeat: repeat-y;
	width: 954px;
	position: absolute;
	left: 50%;
	margin-left: -477px;
	}

#header {
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 914px;
	height: 49px;
	padding-top: 120px;
	padding-right: 40px;
	}

#header #submit {
	border: 0;
	background-color: transparent;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	}

#header form {
	margin: 0px;
	}

#navigation {
	background: url(images/navigation.jpg);
	background-repeat: no-repeat;
	width: 954px;
	height: 58px;
	font-size: 1.1em;
	}

#navigation p {
	padding: 0px;
	margin: 0px;
	}

#navigation ul {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	text-align: center;
	}
	
#navigation ul li {
	list-style-image: none;
	display: inline;
	padding: 0px 15px;
	}

#navigation ul li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

#navigation ul li a:hover {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	}

#left_pane {
	width: 178px;
	padding: 0px 0px 0px 22px;
	float: left;
	}

#left_pane ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	list-style-type: square;
	}

#content_pane {
	width: 514px;
	padding: 0px 20px;
	float: left;
	}

#right_pane {
	width: 178px;
	padding: 0px 22px 0px 0px;
	float: left;
	}

#footer {
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	text-align: center;
	color: #ffffff;
	font-size: .8em;
	padding: 0px 5px;
	height: 54px;
	}

#footer p {
	padding: 0px;
	margin: 0px
	}

#footer p.links {
	margin-top: 3px;
	}

/* Header Tags */

#left_pane h1, #right_pane h1 {
	font-size: 1.4em;
	margin: 7px 0px 0px 0px;
	}

/* Links */

a:link, a:active, a:visited {
	color: #af6d3a;
	}

#left_pane a:link, #left_pane a:active, #left_pane a:visited,
#right_pane a:link, #right_pane a:active, #right_pane a:visited {
	text-decoration: none;
	}

a:hover {
	color: #FF9900;
	}

/* Misc Stuff */

.signintext {
	text-align: right;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: block;
	}

.floatleft {
	float: left;
	padding-right: 5px;
	}

.floatright {
	float: right;
	padding-left: 5px;
	}

.clear {
	clear: both;
	}
