/* default elements */
* {

}

body {
	background: #530000;
}

a {color: #8C1919;}

h1,h2,h3 {
	color: #8C1919;
	margin: 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 2px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

h5 {
	cursor: auto;
}



p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	padding: 10px;
	margin: 0px;
}

img {border: none;}

/* structure */
#wrapper {
	background: #8C1919;
	margin: 0 auto;
	width: 762px;
}
#container {
	background: #FFF;
	border-top: 6px solid #8C1919;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

/* header */
.header {
	height: 160px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #000000;
}

/* navigation */
.navigation {
	background: url(images/nav.gif) repeat-x;
	height: 40px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
.navigation a {
	background: url(images/nav.gif) repeat-x;
	color: #FFF;
	float: left;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.navigation a:hover,.navigation a#active {color: #FFFFFF; background-position: left bottom;}


/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

.content {
	padding: 15px;
}

.content2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.lcolumn {
	float: left;
	width: 300px;
}

.rcolumn {
	float: right;
	width: 450px;
}

.lcolumn2 {
	float: left;
	width: 385px;
}

.rcolumn2 {
	float: right;
	width: 345px;
	padding: 10px;
	background-image: url(images/right_background.gif);
	background-repeat: repeat-y;
}

.leftbg {
	background-image: url(images/left_background.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.rightbg {
	background-image: url(images/right_background.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.content3 {
	padding: 15px;
}

/* footer */
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 13px;
	height: 14px;
	clear: both;
}
.footer .left {
	width: 60%;
	float: left;
}
.footer .right {
	width: 35%;
	text-align: right;
	float: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;	
	text-decoration: underline;
}

.quote {
	font-size: 20pt;
	padding: 2px;
	font-weight: bold;
}
.image {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}.r_image {
	float: right;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.margin {
	margin: 10px;
}

.content4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	border: 5px solid #7A0019;
	margin: 5px;
}
.border {
	padding: 10px;
}
