body {
	background-color: #666666;
	text-decoration: none;
}
a img { border: 1px black solid; }


#header {
	background-color: #000000;
	height: 100px;
	width: 1000px;
	background-image: url(media/logo2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}	
#menu {
	height: 100%;
	width: 998px;
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
}
.menutext a {
	color : #FFFFFF;
	text-decoration: none;
}
.menutext a:hover {
	color : #FF0000;
}
#blankmenu {
	background-color: #999999;
	height: 15px;
	width: 998px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 0px;
	border-top-style: solid;
	}
#bodybox {
	height: 100%;
	width: 878px;
	background-color: #CCCCCC;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#footer {
	border: 1px solid #000000;
	height: 50px;
	width: 978px;
	padding: 10px;
	background-color: #000000;
}
.bodytext {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.footertext {
	font-family: "Lucida Sans Unicode", Verdana, Arial;
	color: #FFFFFF;
	font-size: 10px;
	padding: 25px;
}
.headertext {
	font-family: TrebuchetMS, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
#quote {
	background-color: #B5B5B5;
	padding: 20px;
	width: 70%;
}
#location {
	width: 200px;
	left: 100px;
	top: 0px;
	border: solid;
}