﻿@import url(layout.css);
body {
	
	background-color: #1f291e;
	background-image: url("../images/bodybg.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:0.95em;
}
/* Styles for DIV tags */
#container {
	border-top: 5px solid #666644;
	border-right: 5px solid #666644;
	border-left: 5px solid #666644;
	border-bottom: 5px solid #666644;
	background-color:#103138;
  -moz-border-radius-top_right: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-top_left: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-bottom_right: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottom_left: 12px;
  -webkit-border-bottom-left-radius: 12px;
 -moz-box-shadow: 5px 5px 12px #666644;
 -webkit-box-shadow: 5px 5px 12px #666644;




/*background-color: #666644; #283227;*/	
    background-image: url("../Photos/filmstripsidebar.png");
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
	
}
#masthead {
	background-color: #999966;
	width:810px;
	height:86px;
}
html>body #navigation {
	overflow: hidden;


}
#content_container {
	background-color:#ffffff;
	}
#column_left {
	float: left;
}
#image {
	margin:5px;
}
#footer {
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;

}
/* Styles for Masthead */
#masthead h1 {
	color: #555533;
	font-style: italic;
	font-size: 2.6em;
	text-align: right;
}
#masthead h3 {
	margin-top: .4em;
	color: #999977;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
margin-left:10px;
	float: left;
}
#navigation a {
	
	display:block;
	text-decoration:none;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #000;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #000;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #000;
	margin-top: 0px;
	margin-bottom:0px;
}
h4 {
	font-size: medium;
	color: #555533;
	margin-top: 0px;
}
h5 { 
	font-size:small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #555533;
}
a:hover {
	background-color: #EEEECC;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.85em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
}
#footer a {
	color: #555522;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
