﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #335588;
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 810px;
	margin-top: 6px;
	border-bottom: 2px solid #358;
	background-color: #ffffff;
}
#masthead {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 0px;
}
#navigation {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;

}
#page_content {
	width: 100 %;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 100 %;
	margin-right: auto;
	margin-left: auto;
}
#contentwmargin {
	width: 100 %;
	margin: 0;
	padding: 0em 2em 0em 2em;
	margin-top: 0em;
	margin-bottom: 0em;
}
#contentwmargin20 {
	width: 100 %;
	margin: 0;
	padding: 0em 2em 0em 2em;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height:2em;
}
#sidebar {
	float: right;
	width: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #d0dffa;
}
#navigation a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}
/* Content Styles */
h6 {
	color: #000000;
}
h5 {
	color: #000000;
}
h4 {
	color: #000000;
}
h3 {
	color: #000000;
	text-align: center;
}
h2 {
	color: #000000;
	text-align: center;
}
p  {
	margin-top:0em;
}
#content h1 {
	color: #000000;
}
#content img {
	padding: 5px;
	border: 1px solid #358;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #191970;
	text-decoration: underline;
}
#footer a:hover {
	color: #47b;
	text-decoration: none;
}
/*#footer a:visited {
	color: #191970;
	text-decoration: underline;
}*/

/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #47b;
	text-decoration: none;
}
/*a:visited {
	color: #191970;
}*/
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#column1 {
	width: 180px;
	float: left;
	margin: 0;
	padding: 1em;
	text-align: center;
}
#pottery_column1 {
	width: 500px;
	float: left;
	margin: 0;
	text-align: left;
}
#column3 {
	width: 180px;
	float: right;
	margin: 0;
	padding: .8em 1em .8em 1em;
	text-align: center;
}
#picturetitle_column1 {
	width: 160px;
	float: left;
	margin: 0;
	padding: 1em;
	text-align: center;
}
#picturetitle_column2 {
	width: 180px;
	float: right;
	margin: 0;
	padding: .8em 1em .8em 1em;
	text-align: center;
}
/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 17px;
}

p.center { 
text-align: center; 
}
