@charset "utf-8";
#main {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	width: 760px;
}
#main #top img {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	margin-top: 10px;
}

#navigation {
	width: 760px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left {
	float: left;
	width: 70%;
}

#right {
	float: right;
	width: 29%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00FFFF;
	border-bottom-color: #00FFFF;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #666666;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

a {
	font-size: large;
}

a:link {
	text-decoration: none;
	color: #00FFFF;
}
a:visited {
	text-decoration: none;
	color: #00FFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
