#page {
	width: 565px;
	margin-left: auto;
	margin-right: auto;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.leftheading {
	font-size: 16px;
	font-weight: bold;
}

.subhead {
	font-size: 12px;
	font-weight: bold;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

#header {
	top: 10px;
	position: absolute;
	width: 565px;
	height: 113px;
	background-image: url('images/header.png');
}

#menu {
	top: 128px;
	position: absolute; 
	width: 134px;
	height: 75px;
	background-image: url('images/menu.png');
}

#menucontent {
	padding: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#ads {
	top: 208px;
	position: absolute;
	width: 134px;
	height: 285px;
	background-image: url('images/adbox.png');
}

#adscontent {
	padding: 6px;
	text-align: center;
	top: 15px;
	position: relative;
}

#footer {
	top: 498px;
	position: absolute;
	width: 565px;
	height: 25px;
	background-image: url('images/footer.png');
}

#footercontent {
	padding: 4px;
	text-align: center;
	font-size: 0.75em;
}

#content {
	top: 125px;
	position: relative;
	width: 427px;
	height: 350px;
	left: 140px;
	overflow: auto;
	font-size: 14px;
	padding-right: 5px;
}

#news {
	border: 1px dashed;
	padding: 2px;
}

#xmlfp {
	right: 0px;
	top: 2px;
	position: absolute;
}

#newsbox {
	font-size: 14px;
        bottom: 0px;
        position: absolute;
        width: 99%;
        left: 0px;
}

acronym {
	cursor: help; 
}

a:link {
	color: #0e0eff;
	text-decoration: none;
}

a:active {
	color: #0e0eff;
	text-decoration: underline;
}

a:visited {
	color: #0e0eff;
	text-decoration: none;
}

a:hover {
	color: #0e0eff;
	text-decoration: underline;
}

input {
	border: 1px #ffa500 solid;
	background-color: #ffffff;
	color: #000000;
}

textarea {
	border: 1px #ffa500 solid;
}

img {
	border: 0px;
}

.screenshot {
	width: 100%;
	height: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.screenshot img {
	width: 200px;
	height: 150px;
	float:left;
	padding-right: 5px;
	z-index: 1;
}

.screenshotimage {
	width: 200px;
	height: 150px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.screenshottext {
	font-size: 14px;
	position: relative;
	top: 70px;
	z-index: -1;
}

#hp a:link, #hp a:active, #hp a:visited {
	color: #f3903a;
	left: 50px;
	top: 30px;
	position: absolute;
}
