@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: 0 none inherit;
	text-align: left;
	font-size: 12px;
}
html, body {
	background-color: #222;
	padding: 5px;
	margin: 0;
}
/* =================== <div> =================== */

div {
	width: 100%;
	height: 100%;
	position: relative;
}
div.box {
	width: 1000px;
	min-height: 400px;
	background-color: #FBD57B;
	padding: 2px;
	margin: 0 auto;
}
div.goldTrim {
	background-color: #000;
	width: 990px;
	padding: 5px;
}
div.boxInsides {
	width: 990px;
}
div.blackTrim {
	background-color: #FFF;
}
div.veryTop {
	max-height: 140px; 
	min-height: 140px; 
	background-color: #000; 
}
div.banners {
	max-height: 160px;
	min-height: 160px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position:center;
	overflow:hidden;
}
div.menu {
	min-height: 25px;
	background-color: #900;
	padding-top: 10px;
	color: #FBD57B;
	font-weight: bold;
	padding-bottom: 2px;
}
div.content {
	width: 968px;
	display: table; 
	padding: 11px;
	min-height: 250px;
}
div.copyright {
	height: 15px;
	padding-top: 5px;
	text-align: right;
	font-size: 11px;
	background-color: #000;
	color: #FBD57B
}

/* =================== <img> =================== */

img {
	border-width: 0;
}

img.floatRight, span.floatRight, div.floatRight {
	margin: 0px 0px 0px 10px;
	float: right;
}
img.floatLeft, span.floatLeft, div.floatLeft {
	margin: 0px 10px 0px 0px;
	float: left;
}
img.floatCenter, span.floatCenter, div.floatCenter {
	margin: 0 auto;
}


/* ================= <h1 - h4> ================= */

h1, h2, h3, h4 {
	padding-left: 5px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: bold;
	color: #C00;
}

h1 {
	padding-top: 20px;
	font-size: 19px;
}

h2 {
	padding-top: 10px;
	font-size: 17px;
}

h3 {
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 15px;
}

h4 {
	padding: 10px 5px 5px 5px; 
}

b {
	color: #C00;
}

/* ==================== <p> ==================== */

p {
	padding: 10px 5px 5px 5px; 
	font-size: 13px;
}

p.centered, a.centered, b.centered, h1.centered, h2.centered, h3.centered, h4.centered {
	text-align: center;
}

p.right {
	text-align: right;
}

p.left {
	text-align: left;
}

p.RED {
	padding-top: 0px;
	font-weight: bold;
	color: #C00;
}


/* ================= <ol - ul> ================= */

ul, ol {
	padding: 5px 0px 5px 35px;
}

li {
	padding-bottom: 5px;
}

li.TWITTER {
	list-style-image: url(../images/twitter_16.png);
	padding-left:5px;
	padding-top:5px;
}


/* ==================== <a> ==================== */

a, a:link, a:visited ,a:active, a:hover {	
	color: #00C;
	text-decoration: none;
	font-weight: bold;
	border-width: 0px;
}

a.navigation {
	color: #FBD57B;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

a.bottomNavigation {
	font-size: 10px;
	font-weight: none;
	color: #FBD57B;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}


a:hover {
	text-decoration: underline;
} 


/* ==================== <hr /> ==================== */

hr {
	margin-top:15px;
	margin-bottom:15px;
}

/* ==================== <input> ==================== */

input.btn {
	text-align:center;
}

