/* CSS Document */
body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	width: 593px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#header {
	height: 55px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#logo {
	background-image: url(../images/design1/logo.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 253px;
	left: 15px;
	top: 5px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#slogan {
	background-image: url(../images/design1/slogan.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 274px;
	z-index: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0px;
	padding: 0px;
}
#tagline {
	background-image: url(../images/design1/tagline.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 197px;
	z-index: 1;
	position: absolute;
	left: 65px;
	top: 38px;
	margin: 0px;
	padding: 0px;
}
.hide{
	display: none;
}
#footer {
	background-image: url(../images/design1/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 593px;
	text-align: center;
	vertical-align: text-bottom;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
}
#mainimage {
	background-image: url(../images/design1/menu_bg.jpg);
	height: 174px;
	width: 593px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	position: relative;
}

#navigation {
	right: 5px;
	_right: 2px;
	bottom: 5px;
	position: absolute;
}

#navigation ul {
	display: inline;
}
#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

#navigation a:link, #navigation a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FF6600;
	text-decoration: none;
}

#navigation a:hover {
	color: #000000;
}

#location {
	position: absolute;
	bottom: 5px;
	left: 60px;
	margin: 0px;
	padding: 0px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 0px 20px;
	text-align: justify;
}
.staffimage {
	float: right;
	border: 2px solid #000000;
	margin-bottom: 5px;
	margin-left: 10px;

}
.back {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;

}

a:link {
	color: #FF6600;
}

a:visited {
	color: #FF6633;
}

a:hover {
	color: #000000;
}
.clear {
	clear: both;
}
