@charset "utf-8";
/* CSS Document */

body {
	margin: 15px 0px 30px 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424222;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#maincontent {
	width: 1007px;
	background-image: url(images/back_repeat.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#header {
	height: 215px;
	background-image: url(images/back_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#headernav {
	padding: 170px 0px 0px 200px;
}

#headernav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#headernav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
}

#headernav li a {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #424222;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding:  0px 15px 0px 15px;
}

#headernav li a:hover {
	color: #990000;
}

#headernav li a.on {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding:  0px 15px 0px 15px;
}

#contentback {
	margin: 0px 26px 0px 31px;
	background-image: url(images/back_content.jpg);
	background-position: 100% 75%;
	background-repeat: no-repeat;
	min-height: 475px;
}

#contentcolumns {
	padding: 10px 0px 10px 0px;
}

#content_left {
	float: left;
	width: 150px;
}

#content_right {
	float: right;
	width: 780px;
	min-height: 300px;
}

#content_left_pad {
	padding: 15px 20px 0px 20px;
	text-align: center;
}

#content_right_pad {
	padding: 15px 30px 20px 0px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#footercolumns {
	text-align: center;
	font-size: 10px;
}

#charleft {
	float: left;
	width: 360px;
}

#charright {
	float: right;
	width: 360px;
}

#footercontent {
	margin: 0px 370px 0px 370px;
}

#footer_aionlogo {
	padding-top: 170px;
}

.newsitem {
	padding-bottom: 10px;
}

.newstitle {
	font-weight: bold;
	font-size: 12px;
}

.newsdate {
	font-style: italic;
	font-size: 9px;
}

.newsdesc {

}

.abyssitem {
	padding-bottom: 10px;
}

.abysstitle {
	font-weight: bold;
	font-size: 12px;
}
