﻿#page {
	padding: 5px 10px 20px 10px;
	background-color: #FFFFFF;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 250px;
}
#top_nav {
	width: 770px;
	text-align: right;
	background-image: url('assets/top_nav_assets/top_nav_backgound.jpg');
}
#banner {
	border-color: #FFFFFF;
	border-width: medium;
	width: 770px;
	height: 250px;
	background-image: url('assets/banner_with_sand_edges_o.jpg');
	border-top-style: solid;
}
#left_div {
	padding: 6px 4px 10px 8px;
	background-color: #FFFFFF;
	width: 538px;
	text-align: justify;
	height: 927px;
}
#right_div {
	margin: 0px;
	padding: 8px;
	background-color: #FFFFFF;
	width: 204px;
	float: right;
	text-align: justify;
	height: 927px;
}
#bottom_div {
	width: 538px;
}
#footer {
	border-width: 5px;
	border-color: #FFFFFF;
	width: 770px;
	background-image: url('assets/footer_backgound.jpg');
	font-size: 0.6em;
	font-weight: bold;
	height: 20px;
	background-repeat: no-repeat;
	border-top-style: solid;
}
#copyright {
	padding-left: 15px;
	width: 225px;
	float: left;
}
#d3signlab {
	width: 100px;
	float: right;
	padding-right: 20px;
	font-weight: normal;
}
a {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	font-style: normal;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #7D0A10;
	text-decoration: none;
}
a:hover {
	color: #7F0A10;
	text-decoration: none;
}
body {
	background-color: #000000;
	margin-bottom: 20px;
}
h1 {
	font-weight: bold;
	font-size: 1.4em;
	color: #7D0A10;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
h2 {
	font-size: 1em;
	color: #7F0A10;
	margin-bottom: 8px;
}
p {
	color: #333333;
	font-size: 0.85em;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
.pointEightEm {
	font-size: 0.8em;
}
.twoEm {
	font-size: 2em;
}
.comment {
	width: 80%;
	height: 100px;
}
.e {
	font-size: 0.7em;
}
.fiftyPC {
	width: 50%;
}
.floatLeft {
	float: left;
}
.eightyPC {
	width: 80%;
}
.latest {
	height: 700px;
}
.maroon {
	color: #7D0A10;
}
.noBorder {
	border-width: 0px;
}
.thumbnail {
	width: 120px;
	height: 150px;
	padding: 10px;
	margin: 20px 20px 20px 22px;
	border: 1px solid #7B2024;
	clear: none;
	float: left;
	text-align: center;
	font-size: 0.8em;
}

