﻿/* Queries */
#masthead {
					width: 285px;
					height: 60px;
					margin-right: auto;
					margin-left: auto;
					background-image: url('../cheryl-images/smgoldframe.gif');
					background-repeat: no-repeat;
}
#masthead h1 {
					font-family: "comic Sans MS";
					font-size: 150%;
					font-weight: bold;
					color: #000;
					text-align: center;
					margin-top: 15px;
}
#page_content {
					width: 900px;
					margin-top: 5px;
}
#top_nav {
}
#top_nav ul {
					list-style-type: none;
					padding-right: 0px;
					padding-left: 0px;
					margin-right: auto;
					margin-left: auto;
					display: block;
					width: 18%;
					margin-top: 1px;
}
#top_nav li {
	float: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2px;
	padding-left: 2px;
}
#top_nav a {
					font-family: Arial;
					font-size: 90%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					text-decoration: none;
					padding-right: 2px;
					padding-left: 2px;
					width: 75px;
					display: block;
					background-image: url('../cheryl-images/brownbtn.jpg');
					background-repeat: no-repeat;
					height: 25px;
					padding-top: 3px;
					margin-top: 1px;
}
#top_nav a:hover {
					color: #000000;
					font-weight: bold;
					text-decoration: none;
					background-image: url('../cheryl-images/brownbtnhover.jpg');
					background-repeat: no-repeat;
					width: 75px;
					height: 25px;
}
#footer {
					font-family: arial;
					font-size: 60%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					background-image: url('../cheryl-images/lttanleathertile.jpg');
					border: 2px solid #B67A20;
					margin-top: 25px;
					width: 900px;
}
hr {
					color: #663300;
					text-align: center;
					width: 100%;
					height: 3px;
					margin-right: auto;
					margin-left: auto;
					font-weight: bold;
}
body {
					text-align: center;
					background-image: url('../cheryl-images/corkboardbkg.jpg');
					background-attachment: fixed;
					font-family: arial;
					font-size: 100%;
					color: #000000;
}
a {
					font-size: 100%;
					font-weight: bold;
					color: #663300;
}
.boldtext {
					font-family: arial;
					font-size: 100%;
					font-weight: bold;
					color: #000;
}
.lefttext {
					text-align: left;
}
#container {
					width: 900px;
}

