body {
	background: url(/images/global/bg.gif) repeat;
	margin: 0px;
	padding: 0px;
	min-width: 770px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0;
}
div {
	margin: 0px;
	padding: 0px;
}
#main {
	margin: 0px auto;
	width: 770px;
	text-align: center;
}
#main > div {
	overflow: hidden;
}
#nav {
	background: url(/images/global/midBG.gif) repeat-y;
	max-height: 126px;
	overflow: hidden;
	text-align: left;
	margin: 0px auto;
}
#nav a {
	border: none;
	text-decoration: none;
}
#nav img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#mid {
	background: url(/images/global/midBG.gif) repeat-y;
/* for firefox
	width: 100%
*/
	padding: 10px 55px;
	text-align: left;
}
#mid img {
	margin: 2px 0px 2px 8px;
}
#mid marquee {
	width: 655px;
	text-align: center;
}
#photos {
	text-align: center;
}
#photos img {
	border: 2px groove #c60;
}
#photos a, #photos a:hover, #photos a > img {
	text-decoration: none;
	border: none;
	background: none;
}
#btm {
	background: url(/images/global/btmBG.gif) no-repeat;
	width: 770px;
	text-align: center;
	padding-top: 40px;
	margin: 0px;
}
#btm p {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #306;
	text-align: center;
}
#btm img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#btm a {
	color: #306;
	text-decoration: underline;
}
#btm a:hover {
	color: #306;
	background-color: #fc0;
	text-decoration: underline;
}
p, blockquote {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0;
	text-align: justify;
	text-indent: 7pt;
	margin: 0px 5px 5px;
}
blockquote {
	left: 30px;
	text-indent: 0px;
	padding-left: 5px;
	border-left: 2px solid #cccc33;
}
a {
	color: #ff0;
	text-decoration: underline;
}
a:hover {
	color: #ff0;
	background-color: #330099;
	text-decoration: none;
}
ul, li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0;
	margin: 0px 5px 0px 5px;
	list-style: circle;
}
cite {
	font: 14px Sand, "Comic Sans MS", Arial, Helvetica;
	color: #ff0;
	margin: 0px 0px 12px;
}
form {
	margin: 2px;
}
h1 {
	font-size: 18px;
	color: #c60;
	height: 30px;
	width: 600px;
	padding: 0px;
	margin: 5px 0px 0px 5px;
}
hr {
	width: 600px;
	text-align: center;
}
table {
	width: 660px;
	border: 2px solid #336;
	margin: 0px;
	padding: 0px;
}
tr {
	background-color: #343467;
	border-top: 1px solid #ff0;
	border-bottom: 1px solid #ff0;
}
td {
	padding: 1px 2px;
	min-width: 50px;
	border-left: 1px solid #336;
	border-right: 1px solid #336;
}
.small {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
}