﻿/* Layout Styles */
#container {
	background-color: #009393;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
}
#header {
	background-image: url('http://www.coxsackie-athens.org/header/header_ms_960.gif');
	background-repeat:no-repeat;
}
/* Format Styles */
#banner {
	background-image: url('http://www.coxsackie-athens.org/banner/banner_ms_2008.jpg');
	background-repeat:no-repeat;
	background-position:center;
	}
#banner h1 {
	color: #fff;
}
#banner h3 {
	color: #402640;
}
/* Navigation Styles */
#nav_left ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#nav_left li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#nav_left a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 3px;
	border-bottom: 1px dotted #fff;
	background-color: #CCCCFF;
}
#nav_left a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h1, h2, h3, h4, h5, h6 {
	color: #009393;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
	margin: 0px 0px 0px 15px;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: none;	
}
#footer a:hover {
	color: #402640;
	text-decoration: underline;	
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#nav_left {
	font-size: .9em;
	position: relative;
	float: left;
	width: 160px;
	margin: 10px 5px 5px 5px;
	border-right: 1px dotted #725972;
	text-align: left;
	background-image: url('http://www.coxsackie-athens.org/template/images/menu_background.jpg');
	background-color: #034545;
}

