/*
style.css
*/


/* world
--------------------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	color:#222;
	background-color: #fff;
	margin:0;
	padding:0;
}



a {
	color:#222;
	text-decoration: underline;
}

a:visited {
	color:#222;
	text-decoration: underline;
}

a:hover {
	color:#000;
	text-decoration: underline;
}

* {
	margin:0;
	padding:0;

}



#header {
	position: absolute;
	height: 250px;
	width: 100%;

	background-color: #8c8884;
}

#header_content {
	width: 650px;
	margin: 80px auto;	
}

#headline {
	font-size: 42pt;
	font-weight: 700;
	font-style: italic;
	color: #fff;
}

#claim {
	font-size: 17pt;
	font-weight: 700;
	float: right;
	margin-top: 5px;
	font-style: italic;
	color: #fff;
}


#body {
	position: absolute;
	width: 680px;
	top: 300px;
	left: 50%;
	margin-left: -360px;
}


#one_col {
	width:650px;
	float: left;	
	margin-left: 30px;
	margin-bottom: 50px;
}


#one_col_nospace {
	width:650px;
	float: left;	
	margin-left: 30px;
	margin-bottom: 0px;
}

#two_col {
	width:310px;
	float: left;	
	margin-left: 30px;
	margin-bottom: 50px;
}

#three_col {
	width:195px;
	float: left;	
	margin-left: 30px;
	margin-bottom: 50px;
	margin-top: -10px;
}


#content_headline {
	font-size: 17pt;
	line-height: 26pt;
	font-weight: 700;
	font-style: italic;
	color: #8c8884;
	margin-bottom: 20px;
}

h3 {
	font-size: 12pt;
	color: #222;
	margin: 0px;
}


p {
	line-height: 180%;
	margin: 10px 0;	
	font-weight: 300;
}


#footer {
	font-weight: 300;
	width:650px;
	float: left;	
	color: #222;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 20px;
}

#slider_wrapper {
	width:710px;
	float: left;	
	margin-left: 0px;
	margin-bottom: 40px;
}

#float_left {
	display: inline;
	float: left;
	
}

#float_right {
	display: inline;
	float: right;
	
}

.clear {
	clear: both;
}
