body {
	font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 20px;
	padding:0;
	font-size: 12px;
	color: #000;
}

#contentarea {
	width: 800px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 100px;
	cursor:pointer;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 50px;
}

#register {
	cursor:pointer;	
}

#contentcolumn {
	margin-left:170px;
	width: 600px;
	min-height: 550px;
}

#contentcolumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #523631;
	margin-top: 15px;
}

#contentcolumn h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #523631;
}

#contentcolumn h3 {
  	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #4d462f;
	font-style: italic
}

#contentcolumn h4 {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #8c8869;
}

#contentcolumn h5 {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #49352b;
}

#contentcolumn h6 {
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #303949;
}

#contentcolumn a:link, #contentcolumn a:visited {
	color: #523631;
}

#contentcolumn a:hover {
	color: #605e3a;
}

#leftcolumn {
	width: 160px;
	float:left;
}

/* Menu */
#leftcolumn #navigation {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 185px;
}
#leftcolumn #navigation ul {
	border: 1px solid #948156;
	padding: 0;
	margin: 0;
}
#leftcolumn #navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftcolumn #navigation li a {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	height: 45px;
	font-weight: bold;
	color: #f2e8cf;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #603f4b;
	border: 1px solid #948156;
}
#leftcolumn #navigation li a:hover {
	color: #000;
	background-color: #f2e8cf;
}

hr {
  border: 1px solid #605e3a;
  height: 1px;
}

img { border: 0 none; }


.clr {
	clear: both;
}