@import url("navigation.css");   /* Navigation Menu and styling found specically in this css file */

html, 
body {
	background: #000000 url(../generalimages/web_background.jpg) no-repeat fixed left top;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 0.95em/1.45em verdana, helvetica, arial;
	text-align: left;
	color: #8E191B;
	background-color: #ffffff;
	}
	
a,
img { border: none; }

a { 
	color: #8E191B;
	text-decoration: none;
	}

a:hover { color: #c10a0a; text-decoration: underline; }

br { clear: both; }

h1 { font-size: 1.55em; line-height: 1em; font-weight: bold; }

h2 { color: #000000; font-size: 1.25em; line-height: 1em; }
/* h2 { color: #FF0000; line-height: 1.45em; border-bottom: 1px solid #FF0000; } */

.quote { color: #000; font-size: 130%; }

.source { color: #FF0000; font-size: 70%; }
	
#container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	}

#header_zone {
	width: 950px;
	height: 127px;
	/* margin: 0 27px 0 0; */
	padding: 0px 0 0 0px;
	float: left;
	background-color: transparent;
	}
	
	
.logo img {
	width: auto;
	height: 127px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
	}
	
.header_images img {
	width: auto;
	height: 127px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	float: left;
	}

#sidebar_zone {
	width: 231px;
	height: auto;
	margin: 0; 
	padding: 0;
	float: left;
	border: none;
	}
	
#sidebar_zone p {
	font-size: 11px;
	}
	
#sidebar_zone img {
	float: left;
	border: none;
	}
	
#content {
	width: 719px; /* 950-231(sidebar)=719 */
	height: auto;
	margin: 0;
	padding: 0px 0px 10px 0px;
	float: left;
background-color: transparent;
	/* background: transparent url(../images/general/background-content.jpg) no-repeat top; */
	/* border-top: 1px #426B33 solid; */
	}

.main {   
	width: 670px;
	margin: 0;
	padding: 0px 20px 0px 29px;
	}

.column1 {   
	width: 350px;
	margin: 0;
	padding: 0px 0px 0px 29px;
	float: left;
	}

.column2 {
	width: 340px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
.column3 {   
	width: 400px;
	margin: 0;
	padding: 0px 0px 0px 29px;
	float: left;
	}

.column4 {
	width: 290px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	float: left;
	}
	
#content a { 
	color: #8765a5;
	}
	
#form {
	text-align: right;
	}

#footer {
	width: 950px;
	height: 50px;
	float: left;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top: 10px;
	}
	
#footer p {
	text-align: left; 
	font-size: 6.5pt;
	text-transform: uppercase; 
	}

