html, body {height: 100%;}

body
{
	text-align: center;
	background-color: #222;
	color: #bbb;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
}

a {color: #fff;}
a:hover {text-decoration: none;}

img {border: 0;}

.clearboth {clear: both;}

.moveright {text-align: right;}

#header
{
	text-align: left;
	width: 835px;
	margin: 0 auto;
	padding-top: 14px;
}
#header a {text-decoration: none;}

#navigation
{
	width: 835px;
	margin: 0 auto;
	margin-top: 4px;
	margin-bottom: 14px;
	font-size: 90%;
	color: #dbb690;
}
#navigation a
{
	color: #a5896d;
	text-decoration: none;
}
#navigation a:hover
{
	color: #dbb690;
	text-decoration: underline;
}

#main-navigation {float: left;}

#category-navigation {float: right;}

#container
{
	text-align: left;
	width: 740px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 80%;
	background-color: #333;
	line-height: 1.7em;
}

#container p
{
	margin-left: 170px;
	width: 400px;}


#copyright
{
	clear: both;
	width: 835px;
	margin: 10px auto;
	margin-bottom: 4px;
	padding-bottom: 24px;
	font-size: 70%;
	color: #555;
}

#copyright a {text-decoration: none; color: #999;}

#copyright a:hover
{
	color: white;
	text-decoration: underline;
}

h1
{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 120%;
}
/*
.field
{
	width: 190px;
	margin-bottom: 14px;
	border: 0;
	border-bottom: 1px solid #aaa;
	background-color: #444;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#content textarea
{
	width: 190px;
	height: 104px;
	border: 0;
	background-color: #444;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
*/
