/*#############################################################
#############################################################*/

/* standard elements */
* {
	font: normal 1em "Arial",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #903;
}
a:hover, .footer a:hover {
	color: #003;
}
body {	
	background: #cccccc url(http://rmjproductions.net/images/RMJbg.jpg) repeat-y  top left;
	color: #443;
	font-size: 12px;
	margin: 35px;
}
}
h1 {
	font: normal 1.2em "Arial",sans-serif;
}




/* misc */

.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

/* header */
.header {
	
	border-bottom: 1px solid #CCC;
	height: 215px;
	text-align: center;
}
.header h1 {
	color: #660000;
	font: normal 3em "Arial",sans-serif;
	line-height: 80px;
}



/* content */
.content {
	padding: 18px 0;
}
.content h1 {
	color: #553;
	font-size: 2em;
        text-align: center;
	margin-bottom: 4px;
}

.content h2 {
	color: #900;
	font-size: 1.4em;
        text-align: center;
	margin-bottom: 4px;
}

.content h3 {
	color: #900;
	font-size: 3em;
        text-align: center;
	margin-bottom: 4px;
}

.content h4 {
	color: #C60;
	font-size: 1.5em;
        text-align: center;
	margin-bottom: 4px;
}

.content h5 {
	color: #333;
	font-size: 0.68em;
        text-align: left;
	margin-bottom: 14px;
}

