* {
	margin: 0;
	padding: 0;
}

body {
	background: #31454A url(../images/new_background.jpg);
	background-repeat:no-repeat;
	background-color: #E0D1CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 800px;
	margin: 20px auto;
	padding: 20px;
	background: white;
	border: 1px solid #b5b5b5;
}

/*---  text formatting ---*/

p {
	font-size: 14px;
	margin-bottom: 15px;
	
}

h1 {
	margin-bottom: 10px;
	color: #32004B;
	text-shadow: 5px 5px 5px #999999;	
}

h2 {
	color: #32004B;
	margin-bottom: 15px;
	text-shadow: 5px 5px 5px #999999;	
}

h3 {
	color: #32004B;
}

#bottom h4 {
	margin-bottom: 5px;
}

#error h2 {
	margin-bottom: 5px;
	color: #900;
}

#error h4{
	margin-bottom: 5px;
	color: #900;
}

#form_return h2 {
	margin-top: 14px;
	color: #600;
}

#quote p{
	font-style: italic;
	margin: 5px 0 10px 0;
}

#sidebar h4 {
	background: #C1DCBE;
	font-weight: bold;
	font-size: 14px;
}

#articlemasthead h2 {
	font-size: 18px;
	margin-bottom: 8px;
}

#articlemasthead h3 {
	font-size: 14px;
	color: #333;
	margin-top: 2px;
	margin-bottom: 8px;
}

#articlemasthead h4 {
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight: normal;
	font-style: italic;
}

em {
	font-weight: bold;
	font-style: normal;
}

#links em {
	font-weight: normal;
	font-style: italic;
}

#main em {
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
}

#ohcontent em {
	font-style: italic;
	font-weight: normal;
}


/*---  lists ---*/

ul#navbar {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	list-style: none;
	border-bottom: 1px solid #666;
	}
	ul#navbar li {
		display: inline;
		}
		ul#navbar li a {

			padding: 5px 10px;
			color: #666;
			background-color: inherit;
			text-decoration: none;
			}
		ul#navbar li a:hover {
			color: #4494FF;
			background-color: #F1F7FF;
			}


ul#links {
		list-style: none;
		font-size: 14px;
		}

#links li {
		margin-bottom: 5px;
		}

ul#ausyears {
		list-style: none;
		font-size: 13px;
		}

ul#potting {
		list-style: none;
		font-size: 14px;
		}

#potting  li{
		margin-bottom: 10px;
		}

#sidebar li em {
		font-weight: normal;
		font-style: italic;
		}

#articles li {
		text-align: left;
		font-size: 12px;
		text-decoration: none;				
		list-style-type: none;
		width: 175px;
		padding-top: 3px;
		margin: 0;
		}

#articles li a {
		font-style: italic;
		color: #333;
		}
		
		
#plainlist li {
		list-style: circle;
		font-size: 14px;
		color: #333;
		margin-left: 30px;
		margin-bottom: 10px;
		}
				
				
/*---  links ---*/

		a:link {color: #00C;}
		a:visited {color: #036;}
		a:hover {color: #603;}

#articleend {
		text-align: center;
}

#articleend a {
		text-decoration: none;
}

#main a:link {
	font-style: italic;
	color: #666;	
}

#main a:visited {
	font-style: italic;
	color: #666;	
}

#main a:hover {
	font-style: italic;
	color: #4494FF;	
}

#ceramsidebar a:link {
	font-style: italic;
	color: #666;	
}

#ceramsidebar a:visited {
	font-style: italic;
	color: #666;	
}

#ceramsidebar a:hover {
	font-style: italic;
	color: #4494FF;	
}


/*---  images ---*/

img {
	border: 1px solid #333;
	margin: 8px 8px 5px 0;
}

img#linkpage {
	float: right;
	border: 1px solid #333;
	margin-top: -20px;
}

img#home {
	float: right;
	border: 1px solid #333;
	margin-left: 10px;
}

img#book {
	float: left;
	border: 1px solid #333;
	margin-left: 10px;
}

img#doodle {
	float: left;
	margin-left: 10px;
	border: 0;
}

img#openhand {
	float: left;
	border: 0;
	margin-left: 10px;
}

img#ceramics {
	float: right;
	border: 1px solid #333;
	margin-left: 10px;
	margin-bottom: 2px;
}

#contact img {
	float: right;
}

#plain {
	border: 0;
}

/*---  pages ---*/

#ceramsidebar {
	text-align: center;
	width: 300px;
	float: right;
	border: 1px solid #666;
	padding: 10px 10px 0px 10px;
	margin: 5px;
	background: #F9F7F2;
}

#sidebar {
	text-align: center;
	width: 175px;
	float: right;
	border: 1px dashed #666;
	padding: 10px;
	margin: 10px;
	background: #F9F7F2;
}

#form_return {
	text-align: center;
}

#error {
	text-align: center;
}

#bottom {
	clear: both;
}

#footer p{
	margin-top: 30px;
	font-size: 12px;
	color: #333;
	clear: both;
}

