﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
    background: black url('../images/big_bckgrnd_stryker.jpg') no-repeat center top fixed;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-image: url('../images/background_star.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll
}
#masthead {
	width: 900px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	overflow: auto;
	background: black;
}
#main {
    float:right;
    width:500px;
    }
#sidebar {
	float: left;
	width: 116 px;
	margin-top: 0;
	background-image: url('../images/menu_back.jpg');
	position: relative;
	clear: both;
	margin-left: 2px;
	margin-bottom: 4px;
	display: inline;
}
#sidebar2 {
	float: Right;
	width: 91px;
	background-color: #d3d3d3;
	clear: both;
	position: relative;
	margin-left: 5px;
	display: inline;
}

#content {
	float: left;
	width: 800px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 45px;
	padding: 20px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	background: black;
	border: 1px solid #383838;

}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 90%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1           { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt; font-weight: bold }
h2           { font-family: Arial; font-size: 12pt; font-weight: bold }
h3           { font-family: Arial; font-size: 10pt }
