html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	background-color: #9C7676;
}

#main
{
	width: 90%;
	min-width: 720px;
	margin: 10px auto;
	border: 1px solid #000000;
	background-color: #AC7777;
}

#left
{
	float: left;
	width: 240px;
}

#left img
{
	border: 0px;
}

#navigation
{
	margin-top: -3px;
	border-width: 1px 0px 0px 0px;
	border-color: #000000;
	border-style: solid;
}

#navigation p
{
	color: #CD0000;
	padding: 0px 20px;
}

#navigation li
{
	list-style-image: url(/static/img/bullet.png);	
}

#navigation a
{
	text-decoration: none;
	color: #454545;
}

#navigation a:hover
{
	color: #000000;
}

#navigation .nobullet
{
	list-style: none;
}

#navigation .center
{
	list-style: none;
	padding-left: 35px;
}

#right
{
	margin-left: 240px;
	background-color: #CAA8A8;
}

#header
{
	width: 100%;
	height: 150px;
	background-image: url(/static/img/top_bg.png);
	text-align: center;
}

#header img
{
	border: 0px;
}

#content
{
	border-width: 1px 0px 0px 1px;
	border-color: #000000;
	border-style: solid;
	min-height: 540px;
	padding: 15px;
}

#content a
{
	color: #000000;
}

#content a:hover
{
	color: #E00405;
}

#content ul
{
	margin: 0px;
}

#content li
{
	list-style-image: url(/static/img/bullet_light.png);	
	margin-bottom: 10px;
}

#content li a
{
	text-decoration: none;
}

#content .center
{
	text-align: center;
}

#content .center a
{
	text-decoration: none;
	font-weight: bold;
}

.important
{
	color: #E00405;
}

#content textarea
{
	width: 300px;
}

#content .input
{
	width: 300px;
}

