body{
	background: url(bg.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #52351D;
	margin-top: 60px;
}
h1{
	display: none;
}
h2{
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #C1824F;
}
table{
	border-collapse: collapse;
	width: 100%;
}
th{
	color: #52351d;
	background-color: #cac9c7;
}
td{
	text-align: center;
}
#op{
	width: 215px;
}
#op td{
	text-align: left;
}
#op th{
	text-align: left;
	font-weight: normal;
	background: none;
}
a:link, a:visited, a:active{
	color: #52351D;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
#wrapper{
	width: 760px;
	margin: auto;
	overflow: auto;
	background: url(img/menu_bg.jpg) right repeat-y;
}
#wrapper.admin{
	width: 782px;
}
#contentwrapper{
	float: left;
	width: 522px;
	min-height: 490px;
	background-color: #FFF;
	border: 2px solid #6F5449;
	padding: 5px;
}
#contentwrapper.admin{
	width: 544px;
}
#header{
	background: #ECE4D9;
	border: 1px solid #CAC9C7;
	padding: 3px;
	margin-bottom: 5px;
}
#content{
	border: 1px solid #CAC9C7;
	margin-bottom: 5px;
	padding: 3px;
	min-height: 315px;
}
#content img{
	border: 2px solid #452D18
}
#footer{
	background: #ECE4D9;
	border: 1px solid #CAC9C7;
	height: 80px;
}
#footer.admin{
	width: 520px;
	margin: auto;
}
#footer img{
	border: 0;
}
#menu{
	float: right;
	width: 220px;
	height: 100%;
	text-align: center;
}
#noflash{
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}
/* TinyMCE specific rules */
body.mceContentBody {
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 3px;
	background: #FFF;
}
body.mceContentBody a {
	text-decoration: none;
	color: #52351D;
	font-weight: bold;
}
body.mceContentBody a:hover {
	text-decoration: underline;
}
body.mceContentBody img {
	border: 2px solid #452D18;
}
