body {
	background-color: #787878;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000066;
}
#main {
	border: 1px solid #CCCCCC;
	background-image: url(images/background.gif);
	z-index: -10;
}
#photo {
    width: 100%;
    height: 500px;
    background-image: url(images/title_main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 15px;
    text-align: center;
}
#menumain {
	position: relative;
	left: 260px;
	top: 220px;
	width: 100%;
	height: 265px;
}
#caption {
	font-size: 0.8em;
	text-align: left;
	padding: 10px;
	color: #FFFFFF;
}
.float-rt {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 0.7em;
}
.float-lt {
	float: left;
	margin-right: 5px;
	font-size: 0.7em;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #220066;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
#footer {
	border: 1px solid #CCCCCC;
	background-color: #909090;
	margin-top: 10px;
	padding: 0px 5px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
#copyright {
	float: right;
	text-align: right;
}
#updated {
	font-size: 0.8em;
	color: #FFFFFF;
}
#badges {
    width: 100%;
    text-align: center;
    margin: 5px;
    padding-top: 5px;
}
#badges img {
	margin: 0px 10px;
}
