@charset "iso-8859-1";
/* CSS Document */

/* BEGIN -> GLOBAL */

/* FIX PROBLEM WITH FLOATS INSIDE EMPTY DIV */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: inline-table;}
/* End hide from IE-mac */
/* --- */

body {
	background-image: url(../img/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
}

a {
	outline: none;
}

input {
	outline: none;
}

a img {
	border: none;
}

div.div {
	text-align: right;
	clear: both;
	padding: 64px 24px;
}

span.ronin {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
}

.textonly {
	display: none;
}

.note {
	padding: 12px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}

#header {
	margin: 0 auto;
	width: 957px;
	position:relative;
}

#topNav {
	position: absolute;
	left: 68px;
	top: 134px;
}

a.topNava img {
	border: solid 1px #000000;
	margin: 2px;
}

a.topNava:hover img {
	border: solid 1px #676767;
}

#topLinks {
	margin: 0 auto;
	padding: 7px 102px 7px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	text-align: right;
}

div#subheader {
	margin: -18px auto 34px auto;
	width: 957px;
}

div#subhright {
	margin-top: -34px;
}

#main {
	margin: 0 auto;
	width: 957px;
	text-align: center;
}

img.absbottom {
	vertical-align: bottom;
}
/* END -> GLOBAL */

/* BEGIN -> FOOTER */
#footer {
	clear: both;
	margin: 12px auto;
	margin-bottom: 0;
	width: 957px;
	height: 32px;
	background-image: url(../img/copy_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	
	text-align: center;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}

#footer .pad {
	padding-left: 8px;
}

#footer a {
	padding: 0 0 0 6px;
	text-decoration: none;
	color: #fff;
}

div.copyright {
	float: left;
	padding-left: 310px;
	margin: 0 auto;
}

div.valid {
	float: left;
	padding-left: 34px;
	margin: 0 auto;
}
/* END -> FOOTER */