@charset "UTF-8";

h1 {
	text-align: center;
}

#main_body {
	top: 230px;
	position: absolute;
	left: 10px;
	right: 10px;
}

#main_body img {
	display: block;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
#swanleft {
	background: url(../swancon/_images/swan-left.gif) no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 273px;
	height: 200px;
}
#swanright {
	background: url(../swancon/_images/swan-right.gif) no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 273px;
	height: 200px;
}

#dracospic {
	background: url(../_images/dracos.jpg) no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 200px;
}

#otterpic {
	background: url(../_images/otter.jpg) no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 300px;
	height: 200px;
}

#Title {
	padding: 60px 0px 0px;
	font-variant: normal;
}

#titleframe {
	text-align: center;
	position: absolute;
	height: 220px;
	width: 100%;
	top: 0px;
	left: 0px;
	background: #C87A38 url(../_images/bar.png) repeat-x left bottom;
}

#titleframe #Title a {
	color: #000;
}

#titleframe #Title a:link {
	text-decoration: none;
}

#titleframe #Title a:visited {
	text-decoration: none;
}

#titleframe #Title a:hover {
	text-decoration: none;
}

#titleframe #Title a:active {
	text-decoration: none;
}

body {
	background: #EBE7C2;
}

