
body
{
	margin: 0;
	padding: 0;
	background-color: #4c3427;
	background-image: url("/images/pagebg.gif");
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #f1f1f1;
}

img
{
	border: 0;
}

a
{
	color: #a3c7e7;
}

p
{
	line-height: 1.4em;
	font-size: 12px;
}

form
{
  margin: 0;
  padding: 0;
}

div.break
{
	clear: both;
}

#page
{
	margin: 0 auto 0 auto;
	width: 770px;
	min-height: 500px;
	background-image: url("/images/pagepaint.gif");
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 15px 0 15px;
}

#sidecolumn
{
	float: left;
	width: 215px;
}

#sidecolumn ul.navigation
{
	list-style: none;
	margin: 0;
	padding: 10px 0 0 16px;
	font-size: 0;
	line-height: 0;
}

#sidecolumn ul.navigation li
{
	margin: 0;
	padding: 0;
}

#sidecolumn ul.navigation a:hover
{
  background-color: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
}

#sidecolumn ul.navigation ul.section
{
	list-style: none;
	padding: 12px 0 0 0;
	margin: 12px 0 0 0;
	background-position: 7px top;
	background-repeat: no-repeat;
}

#maincolumn
{
  float: right;
	margin: 0;
	padding: 151px 0 0 0;
	background-position: center 29px;
	background-repeat: no-repeat;
}

#maincolumn a
{
  color: #f1f1f1;
  background-color: #664737;
  text-decoration: none;
  -webkit-border-radius: 2px;
}

#maincolumn a:hover
{
  color: white;
  background-color: #AD2A2E;
	text-decoration: none;
	-webkit-border-radius: 2px;
}

#maincolumn a:active
{
  color: #EBEBEB;
  background-color: #80191C;
}

#maincolumn .content
{
  width: 525px;
	padding: 0 0 0 0;
}

#maincolumn div.title
{
	margin: 0;
	padding: 0;
	height: 28px;
	font-size: 0;
	line-height: 0;
}

#maincolumn div.title div.divider
{
	margin: 0;
	padding: 0;
	border-color: #32241b transparent #573c2e transparent;
	border-width: 1px 0 1px 0;
	border-style: solid;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#maincolumn div.copyright
{
	text-align: center;
	color: #845c46;
	font-size: 9px;
	margin-top: 50px;
	padding: 15px 0 30px 0;
	text-shadow: #37261c 0 1px 0;
	background-image: url("/images/copyrightdivider.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
