body {
	text-align: center;
	margin: 0px;
	background-color: #999999;
}
p {
	margin: 0px;
	line-height: normal;
	padding-bottom: 6px;
}
h1 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-right: 100px;
	margin-left: 100px;
}
h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
a:link{
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited{
font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:hover{
font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:active{
font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.imageholder {
}
#pagecontainer {
	width: 800px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
}
#title {
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100px;
	background-image: url(../images/structure/titlemain.png);
	background-repeat: no-repeat;
}
#navigation {
	height: 30px;
	width: 800px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	background-repeat: repeat-y;
	background-image: url(../images/structure/bevelnav.png);
}
#navigation ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
#navigation a:hover {
	color: #FF0000;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}
#navigationhobbies {
	background-color: #0E2391;
	text-align: left;
	position: absolute;
	z-index: 2;
	left: 360px;
	top: 131px;
	visibility: hidden;
	overflow: hidden;
}
#navigationhobbies ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: center;
}
#navigationhobbies li {
	list-style-type: none;
	width: 100%;
	padding-bottom: 2px;
}
#navigationhobbies a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navigationhobbies a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}
#content {
	width: 780px;
	padding-bottom: 35px;
	height: 100%;
	margin: 0px;
	padding-top: 10px;
	background-image: url(../images/structure/bevel.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
#content a:link{
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
#content a:visited{
font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
#content a:hover{
font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#content a:active{
font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#footer {
	clear:both;
	height: 52px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
	background-image: url(../images/structure/bevelfoot.png);
}
