html {
	margin: 0;
	padding: 0;
}

body {
	background: #010149 url(../images/bg.jpg) fixed no-repeat bottom center;
	color: #99E6FF;
	font: 13px "Century Gothic", Geneva, Verdana, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 1px #293B75;
}

#header {
	background: url(../images/top.png) no-repeat top;
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 780px;
	height: 336px;
	z-index: 1;
}

#footer {
	font-size: 11px;
	margin: 15px 0;
}

#navigation {
	margin-top: 15px;
}
#navigation a {
	opacity: 0.7;
}
#navigation a:hover {
	opacity: 1;
}

#content {
	background: #334A94 url(../images/bg2.jpg) scroll repeat-y top;
	border-left: 7px solid #99E6FF;
	border-right: 7px solid #99E6FF;
	border-bottom: 7px solid #99E6FF;
	margin: 0 auto;
	padding: 185px 20px 0 20px;
	position: relative;
	top: -187px;
	text-align: center;
	width: 557px;
}

#news p {
	padding: 0 15px;
	text-align: justify;
}

a,
a:link {
	color: #FFD69B;
	text-decoration: none;
}
a:visited {
	color: #03013B;
}
a:hover {
	color: #99E6FF;
}
a:active {
	color: #fff;
}
a img {
	border: 0;
}
p {
	line-height: 20px;
	margin: 0 0 20px;
}

.artwork {
	background: #3F6CAF url(../images/bg3.png) no-repeat bottom right;
	border: 1px solid #99E6FF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 12px;
	margin: 0 auto;
	opacity: 0.8;
	padding: 7px;
}
.artwork a {
	opacity: 0.7;
}
.artwork a:hover {
	opacity: 1;
}
.notice {
	color: #FFD69B;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}
.whisper {
	font-size: 11px;
}
.inside {
	margin: 0 auto;
	width: 540px;
}
.cool {
	color:#fff;
}
.nsfw {
	color: #FF0000;
	border: 1px dotted #FF0000;
}
.framed {
	border: 1px solid #03013B;
	padding: 1px;
}
.str {
	text-decoration: line-through;
}
.und {
	text-decoration: underline;
}

td {
	line-height: 18px;
	padding: 3px;
	vertical-align: middle;
	width: 110px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px auto;
	color: #03013B;
}

h1 {
	font: bold xx-large "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	letter-spacing: -1pt;
	text-shadow: 2px 2px 2px #293B75;
	word-spacing: 3pt;
}

h2 {
	font: bold x-large "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	letter-spacing: 1pt;
	text-shadow: 2px 1px 2px #293B75;
	word-spacing: 2pt;
}

h3 {
	font: bold larger "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	letter-spacing: 1pt;
	text-shadow: 1px 1px 2px #293B75;
	word-spacing: 2pt;
}

td h3 {
	font-size:18px;
}

input,
textarea {
	background: url(../images/bg.jpg) #03013B;
	border: 1px solid #99E6FF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #99E6FF;
	font: 13px "Century Gothic", Geneva, Verdana, "Helvetica Neue", Helvetica, sans-serif;
}
