@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 10px;
	color: #604c3f;
	background-color: #ffffff;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
}

h1 {
	color: #673a15;
	font-size: 18px;
}

h2 {
	color: #41281b;
	font-size: 18px;
	clear: both;
}

h3 {
	color: #7c4d25;
	font-size: 18px;
}

label {
	display: block;
}

input.styled, textarea {
	width:  200px;
	border: 1px solid #673a15;
}

textarea {
	height: 180px;
}

img.photo {
	float: left;
	margin: 0 5px 5px 0;
}

a img {
	border: 0;
}

a.readMore {
	color: #bd0926;
	font-size: 9px;
}

div.wrapper {
	width: 800px;
	height: 600px;
	margin: 0 auto 0 auto;
	background-image: url(../images/background.png);
	border: 1px solid #604c3f;
	-moz-box-shadow: 0px 5px 5px #bbb; 
	-webkit-box-shadow: 0px 5px 5px #bbb; 
}

div.column {
	height: 560px;
	padding-top: 20px;
	float: left;
	text-align: center;
}

div.column#left {
	width: 230px;
}

div.column#middle {
	width: 310px;
}

div.column#right {
	width: 260px;
}

div.menu ul {
	list-style-type: none;
}

div.menu ul li a {
	padding-right: 18px;
	color: #e6511e;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	background: url(../images/bullet-menu.png) no-repeat right 10px;
}

div.menu ul li.selected a, div.menu ul li a:hover {
	padding-right: 20px;
	color: #673a15;
	font-size: 24px;
	background: url(../images/bullet-menu_selected.png) no-repeat right 10px;
}

div.content {
	width: 200px;
	text-align: left;
}

div.content#area2 {
	margin-left: 40px;
}

div.contentblock {
	width: 310px;
	height: 400px;
	overflow: auto;
	text-align: left;
}

div.footer {
	width: 500px;
	height: 20px;
	margin: 0 auto 0 auto;
	clear: both;
	text-align: center;
	font-size: 9px;
}
div.footer li {
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
}

div.footer a {
	color: #757575;
	text-decoration: none;
}

div.footer a:hover {
	border-bottom: 1px solid #bd0926;
}

div.footer li.selected a {
	color:  #bd0926;
}