body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#666666;
	margin: 0;
	font-size:0.75em;
}
.img_title {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: 264px;
	right: 0%;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	}
#nav {
	height:auto;
	width:100%;
	background: #FFFFFF;
	border-top: thin solid #FF0000;
	border-bottom: thin solid #FF0000;
}
	#nav a {
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	background: #FFFFFF;
	text-decoration:none;
	padding:0 1em 0 1em;
	text-align:center;
	}
	#nav .selected {
	color:#FFFFFF;
	background: #FF0000;
	text-decoration:none;	
	}
	#nav a:hover {
	color:#FFFFFF;
	background: #FF0000;
	text-decoration:none;
	}
	#nav ul {
	list-style:none;
	margin:0;
	white-space:nowrap;
	}
	#nav li {
	display:inline;
	margin:0;
	}
#footer {
	border-top: thin solid #FF0000;
	padding:0 0.25em 0 0.25em;
	height:3em;
	color:#FF0000;
	background:white;
	font-size:0.75em;
}
	#footer ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	#footer .left {
	float:left;
	margin:0;
	text-align:left;
	width:60%;
	}
	#footer .right {
	float:right;
	margin:0;
	text-align:right;
	width:35%;
	}
h1 {
	font: 2.5em Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	letter-spacing: 0.15em;
	font-weight:bold;
}
a {
	color: #FF0000;
	letter-spacing: 0.15em;
	font-weight:bold;
	text-decoration:none;
}
#bottom a {
	color:black;
	text-decoration:none;
}
#bottom a:hover {
	color:#FFFF00;
}
#bottom a:active {
	color:#FFFF00;
}
#bottom a:visited {
	color:black;
	text-decoration:none;
}