* {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

.normallinespacing {
	line-height: 1.0em;
}

.green {
	color: green;
}

.red {
	color: #CC3333;
}

.black {
	color: #000000;
}

body {
	background: #5F0409 url(../rm_images/background.jpg);
	padding: 40px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	font-size: 1.0em;
	color: #5F0409;
}

a:hover {
	color: #000000;
}

h1, h2, h3 {
	color: #000000;
	font-family: Tahoma, Times, serif;
	text-transform: uppercase;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	padding: 0px 10px;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: none;
	line-height: 1.3em;
}

div#contentFrame {
	padding: 35px 20px 20px 20px;
	border: 1px black solid;
	background: #ffffff url(../rm_images/backgroundW.jpg);
	width: 810px;
	height: 545px;
	margin: 0px auto 0px auto;
	position: relative;
}

div#contentFrame_admin {
	padding: 35px 20px 20px 20px;
	border: 1px black solid;
	background: #ffffff url(../rm_images/backgroundW.jpg);
	width: 810px;
	height: 100%;
	margin: 0px auto 0px auto;
	position: relative;
}

div#nav {
	border: 0px none;
}

div#home {
	font-size: 0.9em;
	line-height: 1.3em;
	border: 0px none;
	position: absolute;
	bottom: 80px;
	width: 200px;
	overflow: none;
}

div#content {
	border: 0px none;
	height: 345px;
	overflow: auto;
	margin-top: 25px;
	margin-right: -20px;
	padding: 0px 35px 30px 180px;
	line-height: 1.8em;
}

div#content_admin {
	border: 0px none;
	margin-top: 25px;
	margin-right: -20px;
	padding: 0px 35px 30px 180px;
	line-height: 1.8em;
}

div#footer {
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	font-size: 85%;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4em;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
}

div#footer a:hover {
	color: #000000;
}