﻿@import url("layout.css");
body {
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #550000;
	background: 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	background-color: #CC99FF;
	width: 760px;
}
#mast
#masthead {
	text-align: left;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;

}
#pagebox {
	width: 500px;
	padding: 15px;
	
}
html>body #column_l {
	width: 370px;
	padding: 0;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	
}
#content {
	
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	margin-top: 7px;
}
/* Masthead */
#masthead h1 {
	color: #800080;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #800080;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 1px;
	border: 1px solid #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
}
/* Right Column */
#column_r img {
	border: 0;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800080;
	vertical-align: top;
}
h2 {
	font-size: x-large;
	color: #800080;
}
h3 {
	font-size: large;
	color: #800080;
}
h4 {
	font-size: medium;
	color: #800080;
}
h5 {
	font-size: x-small;
	color: #800080;
}
h6 {
	font-size: xx-small;
	color: #800080;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #800080;
}
/* Links */
a {
	color: #8b0000;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.floatright {
	float: right;
}
.c1 {
  float:left;width:50%;
}

.c2 {
  clear:both;
}

.c3 {
  border-top:0px solid #000000;clear:both;
}

.c4 {
  float:left;width:49%;border-left:0px solid #000000;
}

.c5 {
  border:0px solid #000000;
}

