body {
	margin-right: 0px;
	background-color: #ffffff;
}

#background {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.menu {
	position: fixed;
	top: 11px;
	left: 14px;
	width: 240px;
	height: 22px;
	font-family: Helvetica, Arial;
	color: black;
	font-size: 11px;
	letter-spacing: 1px;
	word-spacing: 1px;
	background-color: #ffffff;
	border: #ffffff;
	z-index: 3;
}

#contents {
	position: relative;
	padding: 00px 0px 0px 08px;
	overflow: hidden;
	z-index: 1;
}


.images {
	padding: 0px 05px 20px 0px;
	border: none;
	white-space: nowrap;
	vertical-align: top;
}

.sample {
	margin-top: 00px;
	margin-left: 0px;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
	color: black;
	line-height: 17px;
	font-size: 11px;
	font-family: Georgia;
}

.caption {
	font-family: Georgia;
	background-color: #ffffff;
	color: #696969;
	text-decoration: none;
	word-spacing: 1px;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 0px;
	line-height: 17px;
	font-size: 11px;
	font-style: italic;
	white-space: nowrap;
	padding: 22px 0px 15px 0px;
}

.footer {
	font-family: Georgia;
	background-color: #ffffff;
	color: #616161;
	text-decoration: none;
	word-spacing: 1px;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 0px;
	line-height: 15px;
	font-size: 11px;
	white-space: nowrap;
	margin-top: 66px;
	margin-bottom: 30px;
	margin-left: 15px;
}

a:link{
	font-family: Georgia;
	font-size: 11px;
	color: #277497;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:visited{
	font-family: Georgia;
	font-size: 11px;
	color: #277497;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:focus{
	font-family: Georgia;
	font-size: 11px;
	color: #277497;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	-moz-outline-style: none;
	}
	
a:active{
	outline: none;
}

a:hover{
	font-family: Georgia;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #277497;
	font-style: normal;
	font-weight: normal;
}

