html, body {
	height: 100%;}
body {
	background-image: url("../images/background.png");
	repeat: repeat;}

/*Start Header*/

#header {
	min-width: 960px;
	background-color: #202020;}

#navbar {
	width: 960px;
	margin: 0px auto;}

#logo {
	display: inline-block;
	margin: 10px 0px -60px 5px;
	z-index: 99;}

#navigation {
	margin-top: 11px;
	display: inline-block;
	float: right;}

.navbutton {
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid transparent;}

.navlink {
	font-family: Verdana, sans-serif;
	color: white;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;}

/*End Header*/

.photo_border {
	min-width: 960px;
	height: 332px;
	background-image: url("../images/blue.png");
	repeat: repeat;
	border-top: 5px ridge #CC0000;
	border-bottom: 5px ridge #CC0000;}

.photos {
	width: 960px;
	padding: 5px 0px;
	margin: 0px auto;}
.pic {
	float: left;
	border: 0.1em solid black;}
.i1 {
	margin-top: 0px;
	margin-left: 4px;}
.i2 {
	margin-top: 0px;}

h2 {
	font-family: Junction, sans-serif;
	font-size: 28px;
	color: #003399;}
h3 {
	font-size: 20px;
	font-family: Junction, sans-serif;
	color: #003399;
	padding-bottom: 3px;
	border-bottom: 1px solid #B2B2B2;}
h4 {
	margin-bottom: -5px;
	font-family: Cursive Sans;
	font-size: 18px;
	font-style: italic;
	color: #003399;}
p, li.list {
	font-family: Linear, sans-serif;
	line-height: 1.4em;
	font-size: 20px;}
p.contact {
	font-size: 18px;}

.content {
	width: 960px;
	margin: 0px auto;
	overflow: auto;
	padding-bottom: 50px;} /* value of footer height */

.col1 {
	float: left;
	margin: 15px 0px 0px 10px;
	width: 690px;
	padding: 0px 20px 0px 0px;}
.col2 {
	float: left;
	margin: 75px 0px 0px 10px;
	width: 210px;
	padding: 0px 10px;}

address {
	margin-top: -10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #B2B2B2;}
.mia {
	margin-top: 50px;
	margin-left: 30px;}

.fborder {
	border-top: 3px ridge #CC0000;
	min-width: 960px;
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear: both;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #545454 0%, #000000 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #545454 0%, #000000 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #545454 0%, #000000 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #545454), color-stop(1, #000000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #545454 0%, #000000 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #545454 0%, #000000 100%);}
	
.footer {
	width: 960px;
	margin: 0px auto;}

.navfoot {
	float: right;
	padding-right: 5px;}
.lfoot {
	display: inline;
	padding: 3px 3px;
	font-size: 16px;
	font-family: Linear, sans-serif;
	color: #CC0000;
	word-spacing: 0.3em;
	text-decoration: none;}
.lfoot:hover {
	text-decoration: underline;}