*
{
	padding: 0;
	margin: 0;
}

html, body
{
	font: 13px tahoma;
	color: #000;
	line-height: 1.3;
	background-color: #888;
	cursor: default;
}

a
{
	font: 12px tahoma;
	color: #00f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#header h2
{
	color: #fff;
}

#headercontainer
{
	width: 100%;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	background-image: url(http://www.esoxantiques.com/images/background.png);
}

#header
{
	width: 748px;
	margin: auto;
	text-align: center;
	padding: 10px;
}

#container
{
	width: 988px;
	margin: auto;
}

#content
{
	background-color: #fff;
	padding: 10px;
	border: 1px solid #000;
}

#footer
{
	padding: 10px;
	text-align: center;
	color: #000;
}

#footer a
{
	color: #000;
}

#navigation
{
	border: 1px solid #000;
	background-color: #000;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.navigation
{
	display: inline;
	color: #fff;
	background-color: #000;
	padding: 5px;
	font: 24px Brush Script MT Italic;
	margin: 5px;
}

.navigation:hover
{
	text-decoration: none;
	background-image: url(http://www.esoxantiques.com/images/button.png);
	color: #000;
}

select
{
	width: 300px;
	border: 1px solid #000;
}

input[type="text"]
{
	width: 300px;
	padding: 2px;
	border: 1px solid #000;
}

textarea
{
	width: 300px;
	height: 200px;
	padding: 2px;
	border: 1px solid #000;
}

input[type="submit"], input[type="button"]
{
	padding: 5px;
	border: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color: #bbb;
}

.help
{
	border-bottom: 1px dashed #f00;
	cursor: help;
	color: #f00;
}

.group
{
	color: #f00;
}