﻿body {
	background-color: #C5D6D6;
	margin-top: 0;
	font-family: "Book Antiqua";
	font-size: 14pt;
	font-style: italic;
	text-align: center;
	color: #000000;
}

body a {
	text-decoration: none;
	color: #785A41;
}

body a:hover {
	text-decoration: underline;
}

#container {
	width: 975px;
	text-align: left;
	margin: 0 auto;
}

#top {
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	width: 975px;
	height: 250px;
	margin: 0 auto;
}

#menu {
	width: 975px;
	height: 25px;
	text-align:center;
	margin: 0 auto;
}

#content {
	background-image:url('../images/bg.gif');
	background-repeat:repeat;
	width: 975px;
}

#footer {
	background-image:url('../images/footer.gif');
	background-repeat: no-repeat;
	width: 975px;
	height: 104px;
	margin: 0,auto;
}

#design {
	font-size: 10pt;
	text-align: right;
	width: 975px;
	margin-top: 80px;
}
