div, h1 { padding:0px; margin: 0px;}
body
{
	margin: 0px;
	width: 100%;
	font-family: Arial,Sans-Serif;
	font-size: 0.75em;
	color: #E7E0CD;

	background-color: #000000;
}

a:link, a:visited, a:active
{
	color: #E7E0CD;
	text-decoration: none;
}
a:hover
{
	color: #E7E0CD;
	text-decoration: underline;
}

#header
{
	width: 1000px;
	height: 263px;

	margin: 0px auto;

	background: url(/_images/layout/header.jpg) no-repeat top center;

	position: relative;
}

#login
{
	width: 170px;
	height: 190px;
	float: right;

	position: relative;
	top: 30px;
	right: 20px;

	color: #1e1e1f;
}
#login a:link, #login a:visited, #login a:active
{
	color: #1e1e1f;
	text-decoration: underline;
}
#login a:hover
{
	text-decoration: underline;
}
#login select, #login textarea, #login input
{
	background: #ffffff;

	padding: 2px;

	color: #1e1e1f;

	border: 1px solid #dadbdd;
}

#links
{
	position: relative;
	float: left;
	top: 0px;

	width: 730px;
	height: 250px;
}

#navigation
{
	width: 1000px;
	height: 30px;
	line-height: 30px;

	margin: 0px auto;
}
#navigation ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li
{
	float: left;
	width: 130px;

	font-size: 1.2em;
	font-weight: bold;

	cursor: pointer;
}

#site
{
	width: 1000px;

	margin: 0px auto;

	display:block;
}

#left
{
	width: 180px;
	height: 500px;

	margin-top: 8px;

	float: right;
}
#left .boxTop
{
	width: 140px;
	height: 25px;
	line-height: 25px;

	font-weight: bold;
	font-size: 1.25em;

	background-color: #454744;
	background-image: url(/_images/layout/arrow_white.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;

	border: 1px solid #535353;

	margin: 0px 4px 0px 4px;
	padding-left: 30px;
}
#left .boxContent
{
	width: 172px;

	background: #000000;

	margin: 0px 4px 0px 4px;
}

#main
{
	width: 770px;

	background-color: #E6DDCE;
	background-image: url(/_images/layout/mainTop.jpg);
	background-repeat: no-repeat;

	float: right;
}

#content
{
	width: 525px;

	margin: 0px 15px 0px 15px;

	float: left;
}
#content .box
{
	width: 525px;

	background: #000000;

	padding: 5px;
}
#content .box h1
{
	font-size: 2em;
	font-weight: bold;

	color: #eae031;
}
#content .box hr
{
	color: #E6DDCE;
}
#content .box h1 a:link, #content .box h1 a:visited, #content .box h1 a:active
{
	color: #eae031;
}
#content .box h1 a:hover
{
	text-decoration: none;
}
#content select, #content textarea, #content input
{
	background: #ffffff;

	padding: 2px;

	color: #575757;

	border: 1px solid #dadbdd;
}

#right
{
	width: 201px;

	float: left;
}
#right .boxTop
{
	width: 161px;
	height: 25px;
	line-height: 25px;

	font-weight: bold;
	font-size: 1.25em;

	background-color: #493E2C;
	background-image: url(/_images/layout/arrow_brown.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;

	border: 1px solid #180F00;

	margin: 0px 4px 0px 4px;
	padding-left: 30px;
}
#right .boxContent
{
	width: 193px;

	color: #000000;

	margin: 0px 4px 0px 4px;
}

#right .boxContent a:link, #right .boxContent a:visited, #right .boxContent a:active
{
	color: #000000;
}
#right .boxContent a:hover
{
	text-decoration: none;
}