body {
	background-color:	#000;
}

div#container {
	margin:				10px auto;
	width:				740px;
}

div#header {
	text-align:			center;
}

div#menu {
	color:				#666;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			12px;
	font-weight:		bold;
	letter-spacing:		.8em;
	text-align:			center;
	padding-bottom:		20px;
}
div#menu a,a:visited,a:active,a:hover {
	color:				#fff;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			12px;
	font-weight:		bold;
	letter-spacing:		.3em;
	text-align:			center;
	text-decoration:	none;
}

div#content {
	clear:				both;
	background-image:	url(/images/background.gif);
	background-repeat:	no-repeat;
	min-height:			520px;
}

div#sidebar {
	float:				right;
	width:				220px;
	font-size:			10px;
	color:				#ddd;
	font-family:		Georgia,"Times New Roman",Times,serif;
	text-align:			center;
	padding-bottom:		20px;
}
div#sidebar h1 {
	color:				#fff;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			18px;
	font-weight:		bold;
	letter-spacing:		.1em;
}
div#sidebar a,a:visited,a:active {
	color:				#fc6;
	font-size:			10px;
	font-family:		Georgia,"Times New Roman",Times,serif;
	font-weight:		normal;
	letter-spacing:		normal;
	text-decoration:	none;
}
div#sidebar a:hover {
	color:				#fc6;
	font-size:			10px;
	font-family:		Georgia,"Times New Roman",Times,serif;
	font-weight:		normal;
	letter-spacing:		normal;
	text-decoration:	underline;
}

div#boxtitle {
	color:				#fff;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			11px;
	font-weight:		bold;
	padding-bottom:		7px;
	letter-spacing:		.1em;
}
div#box {
	color:				#ddd;
	font-family:		Georgia,"Times New Roman",Times,serif;
	font-size:			11px;
	font-weight:		normal;
	letter-spacing:		.05em;
	line-height:		1.6em;
	margin-left:		25px;
	padding-bottom:		30px;
}
div#box a,a:active,a:visited {
	/* color:				#69f; */
	color:				#fc6;
	font-family:		Georgia,"Times New Roman",Times,serif;
	font-size:			11px;
	font-weight:		normal;
	letter-spacing:		.05em;
	text-decoration:	none;
}
div#box a:hover {
	/* color:				#69f; */
	color:				#fc6;
	font-family:		Georgia,"Times New Roman",Times,serif;
	font-size:			11px;
	font-weight:		normal;
	letter-spacing:		.05em;
	text-decoration:	underline;
}

div#footer {
	clear:				both;
	color:				#666;
	font-family:		Georgia,"Times New Roman",Times,serif;
	font-size:			10px;
	font-weight:		normal;
	letter-spacing:		.05em;
	text-align:			center;
	padding:			10px 0;
}
div#footer a,a:visited,a:active {
	color:				#888;
	font-family:		Georgia,"Times New Roman",Times,serif;
	font-size:			10px;
	font-weight:		normal;
	letter-spacing:		.05em;
	text-decoration:	none;
}
div#footer a:hover {
	color:				#888;
	font-family:		Georgia,"Times New Roman",Times,serif;
	font-size:			10px;
	font-weight:		normal;
	letter-spacing:		.05em;
	text-decoration:	underline;
}

div#error {
	background-color:	#c00;
	color:				#fff;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			11px;
	font-weight:		bold;
}

input#textbox, textarea#textbox {
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			11px;
	background-color:	#9f5a2b;
	border:				1px solid #630;
}
input#button {
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			11px;
	background-color:	#9f5a2b;
	border-top:			2px solid #a70;
	border-left:		2px solid #a70;
	border-bottom:		2px solid #630;
	border-right:		2px solid #630;
}

/* Positioning and such for the "links" and "gear" pages */
div#linkimg {
	padding:			0 10px 15px 0;
	float:				left;
}
div#linktxt {
	clear:				left;
	height:				70px;
	padding-top:		15px;
}
