@charset "utf-8";

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
	margin: 0px;
}

body {
	background-color: #000000;
	margin: 0px;
	color: #bab088;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

form {
	padding: 0px;
	margin: 0px;
}

a, a:link, a:visited {
	color: #E78B01;
	text-decoration: none;
	outline: none;
}

a:active {
	color: #CCBC7D;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #CCBC7D; 
	text-decoration: underline;
	outline: none;
}

hr {
	border: 0px;
	text-align: center;
	width: 90%;
	background-color: #999999;
	height: 1px;
}

img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;	
}

input, select, textarea {
	padding : 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bab088;
	background: url(images/input_bg.png) repeat;
	border: 1px solid #231305;
}

.submit {
	color: #E78B01;
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

ul {
	list-style-position: inside;
	list-style-type: circle;
}

blockquote {
	font-style: italic;		
}

.title {
	font-family: Century Gothic, Trebuchet MS, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .2em;
	color: #CCBC7D;
	text-align: center;
	text-transform: uppercase;
	color: #E78B01;
}

/* Main Container */
.main {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.main .texture {
	background-image: url(images/content_bg_texture.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
	height: 100%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.main .logo {
	text-align: center;
	padding: 10px;
}

.main .aion {
	float: left;
	padding: 5px;
}

.main .menu {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
}

.main .menu a {
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

/* Sidebar Tables */
.sidebar {
	width: 205px;
	margin-top: 5px;
	margin-right: 12px;
	float: right;
	clear: right;
}

.sidebar .top {
	background-image: url(images/sidebar_top.png);
	background-repeat: no-repeat;
	height: 20px;
}

.sidebar .mid {
	background-image: url(images/sidebar_mid.png);
	background-repeat: repeat-y;
	padding: 5px;
	text-align: left;
	font-family: Century Gothic, Trebuchet MS, Arial, Geneva, sans-serif;
	font-size: 11px;
}

.sidebar .bot {
	background-image: url(images/sidebar_bot.png);
	background-repeat: no-repeat;
	height: 20px;		
}

.sidebar .header {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: -8px;
}

/* Mainbar Tables */
.mainbar {
	width: 506px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.mainbar .top {
	background-image: url(images/mainbar_top.png);
	background-repeat: no-repeat;
	height: 20px;
}

.mainbar .mid {
	background-image: url(images/mainbar_mid.png);
	background-repeat: repeat-y;
	padding: 5px;
}

.mainbar .bot {
	background-image: url(images/mainbar_bot.png);
	background-repeat: no-repeat;
	height: 20px;		
}

/* Content Tables */
.content {
	padding: 10px;
	margin-top: 9px;
	margin-bottom: 10px;
	margin-left: 12px;
	background: url(images/input_bg.png) repeat;
	border: 1px solid #231305;
	width: 760px;
}

.content .title {
	text-align: left;	
}

.content .info {
	font-family: Century Gothic, Trebuchet MS, Arial, Geneva, sans-serif;
	font-size: 11px;	
}

/* Notice Box */
.notice {
	width: 200px;
	background: url(images/input_bg.png) repeat;
	border: 1px solid #231305;
	padding: 10px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
