@charset "utf-8";
/* CSS Document */html {
font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFF;
	background-color: #444544;
	margin: 0px;
}
#rayradigan-main-container {
	background-image: url(rayradigan-images/background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 990px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#rayradigan-header {
	background-image: url(rayradigan-images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 990px;
}
#menu-container {
	background-image: url(rayradigan-images/menu-bar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 930px;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}


#body-container {
	width: 990px;
}
#tab-background-inactive {
	background-color: #cecccc;
	background-image: url(rayradigan-images/tab-left-inactive.jpg);
	padding: 0px;
	float: left;
	height: 30px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
}
#tab-inactive {
	background-image: url(rayradigan-images/tab-right-inactive.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	padding-top: 5px;
}
#tab-inactive a {
	font-size: 1.6em;
	color: #871c12;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}
#tab-background-active {
	background-color: #000;
	background-image: url(rayradigan-images/tab-left-active.jpg);
	padding: 0px;
	float: left;
	height: 30px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
}
#tab-active {
	background-image: url(rayradigan-images/tab-right-active.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	padding-top: 5px;
}
#tab-active a {
	font-size: 1.6em;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}
#rayradigan-footer {
	background-image: url(rayradigan-images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	height: 70px;
	width: 990px;
}

#rayradigan-left-panel {
	display: inline;
	padding: 0px;
	float: left;
	width: 150px;
	margin-left: 60px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center center;
	margin-bottom: 0px;
}
#left-panel-head h3 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #871a12;
	background-image: url(rayradigan-images/left-panel-top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#rayradigan-left-panel ol {
	font-size: 1.6em;
	color: #871a12;
	font-weight: normal;
	text-decoration: none;
	list-style-type: disc;
	font-style: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	float: none;
	line-height: 125%;
}
.left-panel-bottom {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#rayradigan-left-panel a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#rayradigan-left-panel a:visited {
	color: #444544;
	text-decoration: none;
}
#rayradigan-left-panel a:hover {
	color: #871a12;
}

#body-content {
	display: inline;
	padding: 0px;
	float: left;
	width: 490px;
	margin-left: 40px;
}
h2 {
	font-size: 2.4em;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	padding-bottom: 0px;
}

H1 {
	font-size: 3.6em;
	font-weight: normal;
	color: #FFF;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #871a12;
	font-family: "Rage Italic";
}


#sidenote-summary {
	background-image: url(rayradigan-images/sidenote-tile.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	display: inline;
	clear: both;
	float: left;
	width: 150px;
	margin-left: 530px;
	position: absolute;
}
#sidenote-summary h3 {
	font-size: 1.4em;
	font-weight: bold;
	background-image: url(rayradigan-images/sidenote-head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
	letter-spacing: normal;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 1em;
	display: block;
}
#sidenote-summary p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sidenote-bottom {
	background-image: url(rayradigan-images/sidenote-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


h3 {
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	width: 150px;
	float: left;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0em;
	text-indent: 1em;
	border-bottom-style: none;
}

a:link {
	color: #cecccc;
}
a:hover {
	color: #871a12;
}
a:visited {
	color: #444544;
}

p {
	font-size: 1.6em;
	font-style: normal;
	line-height: 125%;
	color: #FFF;
	margin-top: 10px;
}
.credits {
	font-size: 1.3em;
	color: #871a12;
	text-align: right;
	float: right;
	margin-top: 37px;
	margin-right: 60px;
	font-weight: bold;
}
.credits a {
	color: #871c12;
	text-decoration: none;
}
h4 {
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 25%;
	text-align: right;
}
