body {
	background: #ffffff url(../img/background.png) repeat-x fixed;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

div {
	position: relative;
	height: auto;
}

a {
	color: blue;
}

h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	
	padding-top: 9px;
}

em {
	font-style: italic;
	font-weight: bold;
	color: #d45500;
}
div.top {
	background: url(../img/top.png) no-repeat;
	margin: 10px auto 0px auto;
	font-size: 1px;
	height: 10px;
	width: 800px;
}

div.bottom {
	background: url(../img/bottom.png) no-repeat;
	margin: 0px auto 10px auto;
	font-size: 1px;
	height: 10px;
	width: 800px;
}

#contents {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: justify;
	background-color: #ffffff;
}

div.hd {
	height: 75px;
	padding-left: 80px;
	padding-top: 5px;
	background-image: url(../img/logo.png);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	clear: both;
}

div.menu {
	margin-top: 5px;
	clear: both;
}

div.logo {
	padding-right: 25px;
}

.motto {
	padding-left: 10px;
	float: left;
	font-weight: bold;
	font-size: 16px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

div.menuoption {
	width: 86px;
	float: left;
	text-align: center;
	margin-right: 1px;
	background-color: #ffbb33;
}

div.menuoption span.selectedoption {
	font-weight: bold;
}

div.menuoption a {
	text-decoration: none;
}

img.photoright {
	border: 1px solid #ffbb33;
	padding: 1px;
	margin: 4px 2px 2px 4px;
	float: right;
}

div.photoright {
	width: 362px;
	margin-left: 6px;
	float: right;
}

div.photoright2 {
	width: 262px;
	margin-left: 6px;
	float: right;
}

div.bd {
	min-height: 400px;
	padding: 0px 20px 0px 20px;
	clear: both;
}

div.ft {
	text-align: center;
	border-top: 1px solid #ffbb33;
	font-size: 10px;
	padding-top: 3px;
	padding: 0px 10px 0px 10px;
	clear: both;
}

p.whatnext {
	font-size: 11px;
}

p.whatnext span.heading {
	font-weight: bold;
	color: #d45500;
}

div.photoblock {
	clear: both;
	display:block;
}