	/* CSS Document */
body {
	font: normal 62.5%/1.5 helvetica, arial, sans-serif;
	color:#000;
	background-color:#e1eaf4;
	}
* {margin:0; padding:0;}

a:link {
	color:#e17b00;
	text-decoration:none;
	}
a:visited {
	color:#e17b00;
	text-decoration:none;
	}
a:hover { 
	color:#d77500;
	background-color:#fff;
	text-decoration:underline;	
	}
a:active { 
	color:#000;
	}

/* GENERAL */
#wrap {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
		}

#container {
	font-size:1.8em;
	line-height:1.3em;
	width: 1200px;
	position: absolute; 
	text-align:left;	
	}	
#contentwrap {
	width:1200px;
	left:0;
	position:absolute;
	background-image:url(../images/bgr_01.png);
	background-repeat:repeat;
	}

hr {
	border: none;
	background-color:#f6eddb;
	color:#f6eddb;
	height:1px;
	width:100%;
	}
	
		
hr.bar1 {
	height:3px;
	background-color:#e1eaf4;
	color:#e1eaf4;
	}

hr.bar2 {
	height:10px;
	}

hr.bar3 {
	height:12px;
	}
	
	
/* TOP */
#logo {
	height:300px;
	margin-top:70px;
	background-image:url(../images/logo_1200x300_02.png);
	}

#padding {
	padding-top:56px;
	padding-left:70px;
	position:absolute;
	}


.twitterfloat {
	background-image:url(../images/followtwitter_210x70.png);
	width:210px;
	height:35px;
	display:block;
	background-position: 0 -35px;
	background-repeat:no-repeat;
	overflow:hidden;
		}

a.twitterfloat:hover  {
	background-position: 0 0;
	background-color:none;
	}


/* CONTENT */

#boxcontent {
	background-color:#FFF;
	min-height:1000px;
	}
#content {
	width:1200px;
	margin-bottom:4px;
	}

#content .left {
	width:337px;
	font: normal 160%/1.5 Impact, Helvetica, Arial, sans-serif;
	color:#534e4a;
	text-transform:uppercase;
	text-indent:70px;
	float:left;
	padding-top:80px;
	background-color:#FFFFFF;
	}
	
#content .right {
	width:718px;
	float:left;
	padding-bottom:10px;
	padding-top:30px;
	background-color:#FFFFFF;
	}	
	
	
h1 {
	font-size:1em;
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#534e4a;
	margin-bottom:6px;
	margin-top:8px;
	}	
h2 {
	font-size:1em;
	margin-bottom:5px;	
	margin-top:5px;
	}	
	
	
		
h3, h4 {
	font-size:1em;	
	}
h4 {
	font-weight:bold;
	color:#291400;
	}

/* HOME */



/* CLEAR FLOATING */
.clearfix:after {
	content: ".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
	}
/* IE fix 
.clearfix {display: inline-block;}
/* IE mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end IE mac hide */
