﻿@import url("layout.css");
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small ;
	background-attachment: scroll;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
}
#container {
	background-color: #fff;
	background: #008000;
	width: 1032px;
	margin-top: 10px;
	border: 2px solid #363636;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	width: 1032px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*#navigation {
	position: relative;
	font-size: small;
	float: left;
}*/
#page_content {
	position: relative;
	float:left;
	width: 850px;
	padding: 0px;
	margin-left: auto;
}
#content_gallery {
	padding: 5px;
	width: 1022px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCFFCC;
}
#content {
	position: relative;
	margin: 10px;
	float: left;
	width: 550px;
	text-align: left;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: small;
}
#sidebar {
	padding-top: 5px;
	padding-bottom: 5px;
	font: normal normal bold 100% serif;
	padding: 5px;
	margin-right: 10px;
	position: relative;
	float: right;
	width: 220px;
	text-align: left;
	background-color: #B9CFA1;
	color: #FF0000;
}
#footer {
	border: none;
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	color: #000000;
	font-size: small;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
/*#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	border:0;
	background-color: #8fbc8f;
	padding: 1px; 
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
	padding:1px;
}
/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
#content img {
	padding: 5px;
}
/* Sidebar Styles */
#sidebar p {
	color: blue;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: .85em;
	color: #c4c4c4;
}
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
