@charset "utf-8";
#apDiv2 #mainmenu {
	width: 100px;
	display: inline;
}
#apDiv2 #mainmenu li {
	height: 25px;
	width: 100px;
	clear: none;
	float: left;
	margin-top: -1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	display: inline;
}

#apDiv2 #mainmenu a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-image: url(buttons.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 100px;
	display: block;
	color: #FFFFFF;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
}
#apDiv2 #mainmenu a:hover {
	background-image: url(buttonhovers.jpg);
	background-repeat: repeat-x;
	color: #333333;
}

}
#aboutmenu {
	width: 100px;
	display: inline;
}
.floatright {
	float: right;
}

#aboutmenu li {
	height: 25px;
	width: 100px;
	clear: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	display: inline;
}

#aboutmenu a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-image: url(buttons.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 100px;
	display: block;
	color: #FFFFFF;
	line-height: 24px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#aboutmenu a:hover {
	background-image: url(buttonhovers.jpg);
	background-repeat: repeat-x;
	color: #333333;
}
.thumb {
	border: thin solid #000000;
	display: inline;
	position: relative;
	margin: 10px;
}
body{
	margin: 0;
	padding: 0;
}
