body {
	margin:0px;
	padding:0px;
	background-color: #011225;
	font-family: verdana,"courier new",arial,sans-serif;
	color: #a0b0c0;
	font-size: 100%;
}
ul {
	list-style-type: square;
}
a {
	font-family: tahoma,"courier new",sans-serif;
	font-size: 110%;
	color: #af8c60;
	background-color: none;
	padding: 2px;
	text-decoration: none;
}
a:hover {
	color: #c3c0b0;
	text-decoration: none;
}
h1 {
	font-family: "courier new",arial,sans-serif;
	color: #aabbcc;
	padding-left: 10px;
	border-bottom: 1px dashed #223344;
	font-size: 170%;
}
h2 {
	font-family: "courier new",arial,sans-serif;
	color: #aabbcc;
	padding-left: 10px;
	border-bottom: 1px dashed #223344;
	font-size: 170%;
}
h3 {
	font-family: "courier new",arial,sans-serif;
	color: #99aabb;
	padding: 0px;
	border-bottom: 1px dashed #223344;
}
h4 {
	font-family: "courier new",arial,sans-serif;
	color: #8899aa;
	padding: 0px;
}

.topbanner {
	position:absolute;
	top:0px;
	left:20%;
	height:64px;
	padding-top: 20px;
	text-align: left;
	z-index: 0;
}
.leftcolumn {
	position:absolute;
	left: 10%;
	width:30%;
	padding:40px 0%;
	margin:140px 0%;
	text-align: center;
	border: 2px solid #000000;
	background-color: #112233;
	z-index: 1;
}
.mainmenu {
	float: left;
	width: 65%;
	text-align: right;
	padding: 10px;
}
div.info {
	position: absolute;
	left: 30%;
	width: 450px;
	padding-top:20px;
	padding-bottom: 5%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top:130px;
	margin-left: 20px;
	border: 2px solid #000000;
	background-color: #152637;
	vertical-align: top;
	z-index: 2;
	font-size: 90%;
}
div#info_main {
	padding-bottom: 9%;
}
table.content {
	font-size: 100%;
}
table.content td {
	vertical-align:middle;
}
div.color_box {
	position: absolute;
	top: 120px;
	left: 20%;
	right: 10px;
	width: 50%;
	height: 380px;
	border: 2px solid #000000;
	z-index: 0;
	text-align: center;
}
div#color_box_home {
	background-color:#293F50;
}
div#color_box_info {
	background-color:#705a45;
}
div#color_box_download {
	background-color:#436057;
}
div#color_box_contact {
	background-color:#616d6d;
}
img.linky {
	border: 1px solid #001122;
	padding: 0px;
	margin: 8px;
}
span.fantasy {
	font-family: tahoma,"courier new",arial,sans-serif;
	color: #8899aa;
	padding: 0px;
	border-bottom: 1px dotted black;
}
div.box {
	float: left;
	clear: none;
}
td {
	vertical-align:top;
	padding: 0px;
	margin: 0px;
}
form.tform {
	font-family: "courier new",arial,sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #99aabb;
}
form.tform input {
	background-color: #334455;
	color: #cccccc;
	border-width: 0px;
}
form.tform textarea {
	background-color: #334455;
	color: #cccccc;
	border-width: 0px;
}
.submit_button {
	font-size:110%;
}

