a,
a:link {
	color: #DEEFF6;
	text-decoration:none;
}
a:visited {
	color: #043E65;
}
a:hover {
	color: #FFE49E;
	cursor: url(../aicon.png), hand;
	text-shadow: 0 0 6px #3dc2ef;
}
a:active {
	color: #fff;
}
a img {
	border: 0;
}
p {
	line-height:18px;
	margin: 0 0 18px;
}

html {
	padding: 0;
	margin: 0;
	height: 100%;
	border: 0;
}

#container {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 990px;
}

body {
	background: #1372AF url(../bg.jpg) fixed repeat top left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #343027;
	cursor: default;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	height: 100%;
	border: 0;
}

#nav {
	position: absolute;
	top: 780px;
	left: 215px;
	z-index: 2;
	width: 100px;
}

#nav2 {
	position: absolute;
	top: 420px;
	left: 215px;
	width: 100px;
	z-index: 2;
}

#main {
	background: scroll #FF7733 url(../bg2.jpg) repeat-x bottom left;
	margin: 0 auto;
	min-height: 800px;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 2px #A9440D;
	width: 400px;
	z-index: 0;
}

#maintop {
	background: url(../bgtop.png) no-repeat top center;
	margin: 0 auto;
	padding: 100px 0 0;
	width: 420px;
}

#port {
	background: url(../port.png) no-repeat center;
	min-width: 666px;
	min-height: 355;
	margin: 0 0 -45px;
	padding: 3px;
	position: relative;
	top: -40px;
	left: -140px;
	width: 666px;
}

#milu {
	background: no-repeat center;
	width: 480px;
	height: 480px;
	margin: -40px auto -110px;
	position: relative;
	z-index: 1;
}

#zanoi {
	width: 480px;
	height: 480px;
	margin: -40px auto -130px;
	position: relative;
	z-index: 1;
}

#eyefel {
	width: 480px;
	height: 480px;
	margin: -10px auto -110px;
	position: relative;
	z-index: 1;
}

#wip {
	position: absolute;
	top: 770px;
	right: 95px;
	z-index: 3;
}

#news {
	width: 390px;
	height: 500px;
	overflow: auto;
	margin: 0 auto 10px;
}

#news li {
	list-style: none;
}

#footer {
	font-size: 9px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 8px auto;
}

h1,
h1 a {
	color: #343027;
	font: italic bold 35px Georgia, "Times New Roman", Times, serif;
	text-shadow: 2px 2px 2px #A9440D;
}

h2,
h2 a {
	color: #343027;
	font: italic bold 24px Georgia, "Times New Roman", Times, serif;
	text-shadow: 2px 2px 2px #A9440D;
}

h3,
h3 a {
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-shadow: 2px 2px 1px #A9440D;
}

h4 {
	text-shadow: 1px 1px 1px #C94E0B;
}

input,
textarea {
	background: url(../bg.jpg) #075792;
	border: 1px solid #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	font-size: 13px;
}

li {
	list-style: circle outside url(../bullet.gif);
}

#contactform  p {
	text-indent: 10px; 
}

.sparklies {
	background: fixed url(../sparklies.gif) repeat;
	line-height: 17pt;
}
.cancan {
	border: 1px solid #343027;
	padding: 1px;
}
.reading {
	text-align: left;
}
.artwork a {
	opacity: 0.6;
}
.artwork a:hover {
	opacity: 1;
}
.artwork img {
	border: 1px solid #343027;
	padding: 1px;
}
.str {
	text-decoration: line-through;
}
.und {
	text-decoration: underline;
}
.noshow {
	display: none;
}

/* Clear fixes */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
