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

body {
	font: normal 62.5%/1.8 Arial, Helvetica, sans-serif;
	color:#575757;
	background-color:#fff;
	}
a:link {
	color:#a81414;
	text-decoration:none;
	font-weight:normal;
	}
a:visited {
	color:#a81414;
	text-decoration:none;
	}
a:hover { 
	color:#a81414;
	text-decoration:underline;
	}
a:active { 
	color:#a81414;
	text-decoration:underline;
	}
	
#wrap {
	width:980px; 
	}

#contentwrap {
	width:100%;
 	top:0;
	left:0;
	position:absolute;
	}

	
#left { 
	width:280px;
	height:2000px;
	top:0;
	left:0;
	float:left;
	}

#rigth { 
	width:1000px;
	height:2000px;
	top:0;
	left:0;
	}
	
.bartop {
	height:8px;
	background-color:#AAB2C8;
	}
	
	
h1, h2 {
	text-transform:uppercase;
	}
h1 {
	color:#7F8BA5;
	font-size:1.9em;
	margin-top:10px;
	}	
h2 {
	font-size:1.5em;
	margin-top:-16px;
	color:#848484;
	}
h3 {
	color:#7F8BA5;
	font-size:1.5em;
	margin-top:20px;
	margin-bottom:5px;
	}	

hr {
	border: none;
	background-color:#7F8BA5;
	color:#7F8BA5;
	height:1px;
	margin-bottom:20px;
	margin-top:10px;
	margin-left:0;
	width:700px;
	}



ul {
	list-style-type:none;
	padding-left:28px;
	font-size:1.4em;
	margin-top:-10px;
	line-height:1.3em;
	}
	

h4 {
	color:#7F8BA5;
	font-size:1.2em;
	margin-bottom:-4px;
	}	


/* 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 */
