﻿/* CSS layout */
* { margin: 0; padding: 0; }
html{
	font-size:100%;
}
body {
	text-align:center;
	background: repeat #336633 url('images/tiletrial7.gif'); 
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
#wrapper {
	max-width:800px;
	margin:auto;
	text-align:left;
	background:white;
}
#container{
	float:left;
	width:100%;
	background:white;

}
h1{
	color:#663366; font-family:'Brush Script MT'; font-size:2em; line-height:1em;
}
ul{
	padding-left:10%;
	list-style-type:circle;
}
#content{
	width:80%; 
	float:left; 
	margin:0 10% 1em 10%; 
	font-size:1.25em; 
	line-height:1.25em;
}
#masthead {
}
#top_nav {
	background:#663366;
	height:2em;
}
#page_content {
}
#footer{
	background:silver;
	float:left;
	width:90%;
	padding:.5em 5% .5em 5%;
	font-size:.9em;
}
#footer h5, #footer h5 a{
	color:black;
	line-height:1.25em;
}
