html,
body {
	height:	100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
.center {
	text-align:			center;
}
.middle {
	vertical-align:		middle;
}
#content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#container {
	position:			absolute;
	left:				50%;
	top:				-220px;
	padding:			0px;
	margin:				0 -375px;
	width:				750px;
	height:				420px;
	background-image:	url('/data/images/logotype.png');
	background-repeat:	no-repeat;
	background-position: right 50px;
	text-align:			left;
	vertical-align:		top;
	visibility:			visible
}
#links {
	z-index:			10;
	position:			relative;
	top:				20px;
	left:				0px;
	text-align:			left;
	width:				230px;
	height:				100px;

	line-height:		1.3em;
	font-family:		Verdana,Tahoma,sans-serif;
	font-size:			21px;
	font-variant:		small-caps;
}
#mainmenu {
	margin-top: -75px;
}
#sitetitle {
	margin-top:			2px;
	text-align:			left;
	width:				460px;
	height:				21px;
	white-space:		nowrap;
	color:				#545454;
	font-weight:		bold;
	letter-spacing:		2px;
	font-family:		Verdana,Tahoma,sans-serif;
	font-size:			21px;
	font-variant:		small-caps;
}
#abouttext {
	font-family:		Verdana,Tahoma,sans-serif;
	text-align:			left;
	width:				750px;
	height:				30px;
	letter-spacing:		0px;
	font-size:			12px;
	font-weight:		600;
	color:				#545454;
	margin-top:			1.25em;
}
a,
.avisited,
.ahover {
	font-weight:		bold;
	letter-spacing:		2px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color:				#6e1404;
	text-decoration:	none;
}
a:hover,
a:active,
.avisited,
.ahover {
	color:				#080868;
	text-decoration:	none;
}
#abouttext a {
	font-size:			13px;
	font-weight:		bold;
	letter-spacing:		1px;
	color:				#545454;	
}
#abouttext a:hover {
	text-decoration:	underline;	
}
.mm {
	font-size:			15px;
	line-height:		1em;
	/*padding-bottom:		25px;*/
}
.avisited {
	/*color:				#545454;*/
	color:				#6e1404;
}