/* HTML */

body {
	font-family:Georgia, "Times new Roman";
	font-size:14px;
	color:#5f5c5e;
	margin-top:45px;
	line-height:120%;
}

#wrapper {
	width:960px;
	margin: 0 auto;
}

a {
	color:#333;
	text-decoration: none;
}

a:visited {
	color:#333;
	text-decoration: none;
	text-decoration:none;
}
a:hover {
	color:#ccc;
	text-decoration: none;
	text-decoration:none;
}


/* HEADER */

#header_wrapper {
	width:960px;
	height:110px;
	font-size:12px;
	padding-bottom:20px;
}



#header_wrapper ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

#header_wrapper ul li {
	list-style-type: none;
}

#header_logo {
	width:210px;
	padding-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
}

#header_details {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
}

#header_menua {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
	font-size:12px;
}



#header_menub {
	width:220px;
	margin-left:10px;
	margin-right:10px;
	height:110px;
	float:left;
	font-size:12px;
}

/* CONTENT */

#content_wrapper {
	width:960px;
}

#content_wrapper h1 {
	font-size: 50px;
	font-style: italic;
	font-weight: lighter;
	margin-left:240px;
	line-height:120%;
}

#content_left {
	width:450px;
	padding-left:10px;
	margin-right:10px;
	float:left;
}

#content_header {
	width:450px;
	font-size: 60px;
	font-style: italic;
	text-decoration: none;
	line-height:95%;
	float: none;
	padding-bottom: 20px;
}

#content_subheader {
	width:450px;
	font-style: italic;
	text-decoration: underline;
	float: none;
	padding-bottom: 10px;
}

#content_header h1 {
	font-size: 60px;
}

#content_text {
	width:250px;
	padding-left:100px;
	height: auto;
	line-height:140%;
	color:#999;
}

#content_right {
	width:460px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#content_right img {
	margin-bottom:40px;
	margin-top:10px;
}
