﻿@import url('../../../layout.css');
body {
	font-family: "Comic Sans MS";
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #ffffcc;
	
}
#container {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #ffccff;
	color: #660033;
}
#masthead {
	text-align: center;
	width: 900px;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url('../images/grapevinestretchlogofulllast.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #660033;
	font-family: "Comic Sans MS";
	font-size: medium;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #660033;
}
#masthead h3 {
	color: #660033;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #FFFFFF;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #FFFFCC;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #660033;
}
h5 {
	color: #660033;
}
h4 {
	color: #660033;
}
h3 {
	color: #660033;
}
h2 {
	color: #660033;
}
#content h1 {
	color: #660033;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #660033;
}
#footer a {
	color: #660033;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #660033;

	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: right;
	color: #660033;
}
.style3 {
	font-size: xx-small;
	color: #33627d;
}

.style4 {
	font-size: small;
	color: #FF0000;
}

.style5 {
	text-align: center;
	font-size: medium;
}
.style7 {
	text-align: left;
	font-size: medium;
	margin-left:250px
}


div.caption {
 	color: #660033;
	 font: normal 90% "Comic Sans MS";
 	margin: 0;
	 text-align: center;
}

.newStyle1 {
	float: left;
	width: 275px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.newStyle2 {
	float: left;
	width: 275px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 70px;
	
}

