/* CSS Document */

* {
		margin: 0;
	padding: 0;
}

body {
	background: #bab0a4;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align:left;
}


.white {background: #bab0a4;}

.container {
	width: 100%;
	height: auto;
	margin: 0;
	background: black;
}


.container_white{
	width: 100%;
	height: auto;
	margin: 0;
	background: white;
}

.head {
width: 100%;
height: 150px;
background: #bab0a4;
}

.wraphead {
	width: 950px;
	height: 120px;
	background:none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}


.col1 {
	width: 60px;
	float: left;
	height: 30px;
	margin-left: 15px;

}

.col1_back {
	width: 80px;
	float: left;
	height: 30px;
	margin-left: 15px;

}

.col2 {
width: 180px;
float: left;
height: 90px;
line-height: 150%;

}

.col3 {
width: 180px;
float: left;
height: 90px;
line-height: 150%;

}

.col4 {

width: 180px;
float: left;
height: 90px;
line-height: 150%;
}

.col5 {
	width: 150px;
	float: left;
	height: 90px;
	line-height: 150%;
	color: #7484a8;
	font-size: 12px;
}

.col5 a { color: black;}



.content {
width: 950px;
margin-left: auto;
margin-right: auto;
height:485px;
}

.content_about {
width: 950px;
margin-left: auto;
margin-right: auto;
height:450px;
}


.content_index {
width: 900px;
margin-left: auto;
margin-right: auto;
height:485px;
}

.footer {
clear: both;
width: 100%;
height: 150px;
background: #bab0a4;
}

.wrap_footer {

width: 950px; 
height:100%; 
background:none; 
margin-left: auto; 
margin-right: auto; 
}

.footer_col1 {
	width: 400px;
	float: left;
	height: 30px;
	margin-left: 15px;
	margin-top: 35px;
}


.footer_col2 {
	width: 350px;
	float: left;
	height: 30px;
	margin-left: 150px;
	line-height: 150%;
	margin-top: 35px;
}

.footer_col2_about {
	width: 325px;
	float: left;
	height: 30px;
	margin-left: 150px;
	line-height: 125%;
	margin-top: 25px;
	color: #000000;
	
}

 
a {font-size:12px; color: white;text-decoration:none; margin-bottom: 15px;}
a:hover {color: black; text-decoration:underline;}

.active {color:#000000;}




.content_about a {color: white;}
.content_about a:hover {color: #7484a8;}

.col1_back a { color: white;}
.col1_back a: hover { color: black;}

.footer_col2_about a { color: black; font-size: 11px; text-decoration:underline;}
.footer_col2_about a: hover { color: black; text-decoration: none;}

h1 {font:"Trebuchet MS"; font-size:14px; text-transform:uppercase; color:black;}
h2 {font:"Trebuchet MS"; font-size:14px;  color:black;}
h3 {font:"Trebuchet MS"; font-size:14px;  color:white;}
h3 a {font:"Trebuchet MS"; font-size:14px;  color:white;line-height: 150%; }
h3 a: hover {font:"Trebuchet MS"; font-size:14px;  color:black;}
h4 {font:"Trebuchet MS"; font-size:12px;  color:black;}
h6 {
	font:"Trebuchet MS";
	font-size:18px;
	color:  #bab0a4;
	text-transform:uppercase;
	font-weight: lighter;
}


p { color: white; font-size:13px; line-height:150%;}
