@charset "UTF-8";
body  {
	margin: 5; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-repeat: repeat;
	background-image: url(../images/bkgrnd_03.png);
}
 #container {
	width: 780px;
	text-align: left;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#header p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #6C5590;
	word-spacing: 110%;
	font-size: 75%;
	line-height: 120%;
	text-align: center;
}
#header .contact {
	clear: both;
	float: right;
	display: block;
	margin-top: 50px;
	padding: 0px;
}
#wrapper_main {
	background-repeat: repeat-y;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #664A84;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A0B379;
}
h5 a:link, h5 a:visited {
	color: #AC9950;
	text-decoration: none;
	display: inline;
}
#mainContent #specials {
	float: left;
	width: 325px;
	color: #624A70;
	background-color: #FFF;
	/*border: 6px solid #91A258;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;*/
	margin-bottom: 15px;
	padding-right: 10px;
}
 #mainContent {
	margin-top: 25px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 95%;
	line-height: 120%;
	margin-right: 180px;
	margin-left: 50px;
} 
#img_col p img {
	margin-left: 8px;
}
#img_col img {
	border: medium ridge #666;
}
#mainContent table tr td a {
	font-size: 150%;
	color: #96A058;
	text-decoration: none;
}
#mainContent table tr td .sm {
	font-size: 50%;
	text-align: center;
}
#mainContent p {
	font-size: 90%;
}
#img_col {
	float: right;
	width: 170px;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	letter-spacing: normal;
	text-align: center;
	color: #6C5590;
	font-size: 0.85em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent_col1 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	font-size: 80%;
	line-height: 120%;
}
#mainContent_col1 p {
	margin-right: 175px;
}
#mainContent_col1 h3 , #mainContent h3{
	font-size: 120%;
	color: #664981;
	line-height: 120%;
}
#mainContent ul {
	font-size: 90%;
}
#artlist p a:link, #artlist p a:visited{
	font-size: 110%;
	color: #6C5590;
	text-decoration: none;
}
#artlist p a:hover {
	font-size: 110%;
	color: #96A059;
	text-decoration: none;
}
#mainContent_col1 ul li a:hover , #mainContent ul li a:hover{
	color: #624A70;
}
#specials img {
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 20px;
}
#specials ul {
	font-size: 90%;
}
#specials h4 {
}
#mainContent_work table {
	margin-left: 210px;
	background-color: #FFF;
}
#mainContent_work p {
	margin-left: 225px;
	margin-right: 20px;
	text-align: center;
}
#mainContent p .bp {
	font-weight: bold;
	color: #634A81;
	font-size: 120%;
}
.announce   {
	font-weight: bold;
	color: #666;
	font-size: 200%;
	background-color: #FFF;
	line-height: 120%;
}
#container #wrapper_main #mainContent #specials {
	background-color: #FFF;
}
#mainContent h3 .bpgreen a {
	text-decoration: none;
	color: #96A059;
}
#container #header .right {
	float: right;
}
#menu {
	background-image: url(menubar.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-color: #6C5590;
}
#menu ul {
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#menu ul li{
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu a{
	float: left;
	display: block;
	text-align: center;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	outline: none;
	padding-right: 25px;
	padding-left: 10px;
	padding-top: 8px;
}

#menu a:hover {
	color: #B7C399;
}
#menu ul .marker a {
	color: #B7C399;
	font-weight: bold;
}
#header   {
	text-align: center;
}
#mainContent p a {
	text-decoration: none;
	color: #7F874A;
	font-family: "Comic Sans MS", cursive;
	font-size: 200%;
}
#info    {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content iframe {
	margin: 0px;
	padding: 0px;
}
#content p small a {
	margin-left: 620px;
}
#maillist {
	margin-left: 50px;
	margin-right: 50px;
}
#mainContent_col2 {
	margin-right: 50px;
	margin-left: 50px;
}
#info p {
	padding-left: 50px;
	padding-right: 50px;
}
#mainContent .purple {
	color: #6C5590;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
#artlist table tr td a {
	color: #6C5590;
	text-decoration: none;
	font-size: 100%;
}
#artlist table tr td {
	color: #6C5590;
	font-weight: bold;
	font-size: 120%;
}
#artlist table tr td .holiday {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #C00;
	font-size: 150%;
}

