﻿@import url("layout.css");
body {
	font-family: Calibri, Arial;
	font-size: 0.9em;
	background-image: url("../images/maybg-2.png");
	background-repeat: repeat;
	background-attachment: fixed;
	background-color:black;
}
#container {
	width: 900px;
	margin: 35px auto;
	padding: 5px;
	border-style: ridge;
	border-top: 5px solid #3d0e37;
	border-right: 5px solid #3d0e37;
	border-bottom: 5px solid #3d0e37;
	border-left: 5px solid #3d0e37;
	background-image: url("../images/may-bg-2.png");
	background-repeat: repeat;
	background-attachment: fixed;
}
#masthead {
	text-align: center;
	width: 890px;
	padding: 5px;
	border: 1px solid #725972;
	background-image: url("../images/RC-Logo.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
	border-top: 5px solid #3d0e37;
	border-right: 5px solid #3d0e37;
	border-bottom: 5px solid #3d0e37;
	border-left: 5px solid #3d0e37;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #3d0e37;
	border-right: 1px solid #3d0e37;
	border-bottom: 1px solid #3d0e37;
	border-left: 1px solid #3d0e37;
}
#content {
	float: left;
	width: 900px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-image: url("../images/may-bg-2.png");
	background-repeat: repeat;
	background-attachment: scroll;
	border-color: #003300;
	border-top: 5px solid #3d0e37;
	border-right: 5px solid #3d0e37;
	border-bottom: 5px solid #3d0e37;
	border-left: 5px solid #3d0e37;
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	border: 1px solid #3d0e37;
	background-image: url("../images/may-bg-2.png");
	background-repeat: repeat;
	background-attachment: fixed;
}
/* Masthead Styles */
#masthead h1 {
	color:red;
}
#masthead h3 {
	color:red;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	font-weight:bold;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #3d0e37;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #000000;
	text-decoration: bold;
	display: block;
	padding: 5px;
	background-image: url("../images/may-bg-2.png");
	background-repeat: repeat;
	background-attachment: fixed;
	border-top: 1px #3d0e37;
	border-bottom: 1px #203b14;
	border-left: 1px #203b14;
}
#navigation a:hover {
	color: #906d8c;
	text-decoration: none;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
	text-align: center;
}
#content img {
	padding: 5px;
	border: 0px solid #203b14;
}
/* Footer Styles */
#footer p {
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #906d8c;
	text-decoration: bold;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}






