* {
	margin: 0;
	padding: 0;
	border: none;
}

html body {
	height: 100%;
}

body {
	background: #000;
	font: 12px "Arial", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix { 
	height: 1%;
}

h1 {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:15px;
	color: #cc0000;
	font:20px "century gothic", "avant garde", "avant garde gothic", verdana, helvetica, sans-serif;
	font-weight:bold;
}

h2 {
	font: 14px "century gothic", "avant garde", "avant garde gothic", verdana, helvetica, sans-serif;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	color: #cc0000;
	font-weight:bold;
        text-transform: uppercase;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
	color: #491312;
	margin: 0 0 10px 0;
}

p {
	margin-left: 20px;
	color: #000;
}

a:link, a:visited {
	font-size:12px;
    color: #ffd570;
	text-decoration: none;
}
a:hover, a:active {
	font-size:12px;
    color: #ffd570;
	text-decoration: underline;
}

.float_right {
	float: right;
	display: block;
}
.float_left {
	float: left;
	display: block;
}

.centering_container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	clear: both;
}

input, textarea {
	border: 1px solid #000;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
HEADER >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#header_container {
	position: absolute;
  	top: 0px;
	text-align: left;
	clear: both;
	width: 800px;
	font: 14px "century gothic", "avant garde", "avant garde gothic", verdana, helvetica, sans-serif;
}

#header_container a:link {
    color: #ccc;
	text-decoration: none;
	font: 14px "century gothic", "avant garde", "avant garde gothic", verdana, helvetica, sans-serif;
}

#header_container a:visited {
    color: #ccc;
	text-decoration: none;
	font: 14px "century gothic", "avant garde", "avant garde gothic", verdana, helvetica, sans-serif;
}

#header_container a:hover {
    color: #ff0808;
	text-decoration: none;
	font: 14px "century gothic", "avant garde", "avant garde gothic", verdana, helvetica, sans-serif;
}

#header_container a:active {
    color: #ccc;
	text-decoration: underline;
	font: 14px "century gothic", "avant garde", "avant garde gothic", verdana, helvetica, sans-serif;
}


#header_container p{
	text-align: right;
	vertical-align: bottom;
	color: #ccc;
	margin-top: 22px;
	margin-right:10px;
	font: 14px "century gothic", "avant garde", "avant garde gothic", verdana, helvetica, sans-serif;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
CONTENT >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#content_container {
	position:absolute;
	width: 800px;
	background: #fff;
	text-align: left;
	clear: both;
	top: 65px;
}

#content_container a:link, a:visited {
    color: #000;
	text-decoration: none;
	font: 12px "Arial", Verdana, Helvetica, sans-serif;
}

#content_container a:hover, a:active {
    color: #000;
	text-decoration: underline;
	font: 12px "Arial", Verdana, Helvetica, sans-serif;
}

#content_left {
	font-size:12px;
	width: 530px;
	text-align: left;
	float: left;
	overflow: hidden;
	background: #fff;
	/*border-right: 1px dashed #ccc;
	padding-right: 10px;*/
	clear: both;
}

#content_left p{
	margin-bottom:10px;
	line-height: 16px;
}

#content_right {
	width: 250px;
	text-align: right;
	padding: 10px;
	float: right;
	overflow: hidden;
	background: #fff;
	color:#ff0808;
}

#content_right li{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0808;
	list-style-type:none;
	margin-bottom: 4px;
}

#content_right a:link, a:visited {
    color: #ff0808;
	text-decoration: none;
}
#content_right a:hover, a:active {
    color: #000;
	text-decoration: underline;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
CONTENT HOME >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#content_container_home {
	position:absolute;
	width: 800px;
	background: #fff;
	text-align: left;
	clear: both;
	top: 65px;
}

#content_left_home {
	width: 400px;
	text-align: left;
	float: left;
	overflow: hidden;
	background: #fff;
	/*border-right: 1px dashed #ccc;
	padding-right: 10px;*/
	clear: both;
}

#content_left_home p{
	margin-bottom:10px;
	line-height: 16px;
}

#content_right_home {
	width: 390px;
	text-align: right;
	padding: 0px;
	float: right;
	overflow: hidden;
	background: #fff;
	color:#ff0808;
}

#content_right_home li{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0808;
	list-style-type:none;
	margin-bottom: 4px;
}

#content_right_home a:link, a:visited {
    color: #ff0808;
	text-decoration: none;
}
#content_right_home a:hover, a:active {
    color: #000;
	text-decoration: underline;
}





/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
FOOTER >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#footer {
	width: 800px;
	font-size: 11px;
	margin-left: 0px;
	color:#999;
	background: #000;
	padding-top:5px;
	padding-bottom:10px;
}

#footer p{
	color:#999;
	line-height: 15px;
}

#footer a{
	color:#999;
	font: 11px arial, helvetica, sans-serif;
}
