a{
	outline:none;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #4A0C23;
	background-image: url(../layout/body.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px;
}
#container {
	background-image: url(../layout/container.gif);
	background-repeat: no-repeat;
	height: 408px;
	width: 770px;
	position: relative;
	text-align: left;
	margin-top: 19px;
}
#header {
	position: relative;
	height: 125px;
	width: 770px;
}
#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	color: #9C4746;
	position: absolute;
	height: 283px;
	width: 770px;
	top: 125px;
	left: 0px;
	overflow: auto;
}
#maincontent p {
	color: #333333;
	font-size: 0.7em;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#maincontent h3 {
	color: #333333;
	font-size: 0.5em;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif
}
#maincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: lighter;
	color: #821E44;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#maincontent h2 {
	font-size: 0.8em;
	font-weight: normal;
	color: #822046;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#maincontent a {
	color: #4A0C23;
	text-decoration: underline;
}
#maincontent a:hover {
	color: #666666;
	text-decoration: none;
}
#maincontent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #802045;
}
.floatright {
	margin: auto;
	float: right;
}
#navigation {
	height: 20px;
	width: 100%;
	position: absolute;
	padding-left: 0px;
	left: 0px;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #9C2552;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #801E42;
	padding-right: 10px;
	margin-right: 10px;
}
#navigation a:hover {
	color: #CCCCCC;
	border-right-color: #CCCCCC;
}
#maincontent p.small {
	font-size: 0.55em;
}
