﻿@import url('layout.css');
html, body {
	background-color:#666666;
	color:black;
	font-size:16px;
	background-image:url('images/web-background.jpg');
	font-family:Tahoma;}
h1{
	font-size:x-large;
}
h2{
	font-size:large;
	font-weight:bold;
}
h3{
	font-size:medium;
	font-weight:bold;
	margin-left:25px;
	text-decoration:underline;
	color:#cccccc;
}
#container{
	background-color:#cccccc;
	width:828px;
	margin:0px auto;
	background-image:url('images/vertbeamsgry2.gif');	}
#top{
	text-align:center;
	height:16px;
	width:754px;
	background-image:url('images/topbgrnd.gif');
	background-position:right;
	margin:0px auto;	
}
#masthead{
background-color:black;
background-image:url('images/backgrounds/16original.gif');
	width:744px;
	height:100px;
	margin:0px auto;	
	text-align:right;
	color:white;
	padding-right:10px;
	}
#mstatement{
background-color:#cccccc;
background-image:url('images/metal.jpg');
	color:#000000;
	text-align:center;
	font-size:medium;
	width:184px;	
	float:left;
	position:relative;
	clear:both;
	padding:10px;
margin-left:38px;
}
#largepic{
	background-color:gray;
	width:550px;
	margin:0px auto;
	float:left;
	height:250px;


}
#content{
	background-color:white;
	width:530px;
	margin:0px auto;
	float:left;
	padding:10px
}
#content a{
	color:black;
}
#content a:hover{
	color:orange;
}
#footer{
	background-color:black;
	background-image:url('images/backgrounds/16original.gif');
	width:754px;
	height:37px;
	margin:0px auto;
	text-align:center;
	border-color:gray;
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	line-height:2;
	clear:both;
}
#footer a{
	color:white;
	text-decoration: none;
	font-size:small;
}
#footer a:hover{
	color:orange;
	text-decoration: none;
	font-size:small;
	}
#navigation{
list-style-image:url('images/arwblt.gif');
color:#cccccc;
background-color:#333333;
	text-align:left;
	width:204px;	
	float:left;
	position:relative;
	height:250px;
	margin-left:38px;
}
#navigation a{
	color:white;
	text-decoration: none;
}
#navigation a:hover{
	color:orange;
	text-decoration: none;
}
#bottom{
	width:754px;
	clear:both;
	background-image:url('images/botmbgrnd.gif');
	background-position:right;
	height:16px;
	margin-left:38px;
}