@charset "utf-8";

/* LaRoy Door */

body {
	background-color: #2a0e0e;
	
	font-family: Arial, Helvetica, sans-serif;
}

a {text-decoration: none;}

a img {border-style: none;}

h1 {
	font-size: 14pt;
	color: white;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
}

h2 {
	font-size: 14pt;
	color: #7f0101;
	text-align: center;
}

hr {
	border-style: none;
	height: 2px;
	color: #7f0101;
	background-color: #7f0101;
}

#wrapper {
	width: 720px;
	margin: 0px auto;
}

#wrapper_content {
	width: 700px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: white;
	border: 2px white solid;
}

#navigation {
	margin: 0px;
	padding: 0px;
	height: 35px;
}

#navigation li {
	list-style-type: none;
	float: left;
}

#content {
}

div.content_box {
	border: 2px #2a0e0e solid;
	margin: 6px;
	background-color: #7f0101;
}

div.content_body {
	margin: 3px;
	padding: 5px;
	background-color: white;
}

#footer {
	height: 30px;
	background-image: url(images/footer_bar.jpg);
	background-repeat: no-repeat;
}

#footer_content {
	margin-top: 4px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: white;
}

.red {
	color: #7f0101;
}