body {
	background: #fff;
	color: #0c3456;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
		margin: 0px;

}

a:link		{ 
 color: #0c3456;
 text-decoration: underline;


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

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

img {
	border:none;
}
.invisible, hr {
	display: none;
}
.clear {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}


.innertube, .content, .content2{
	width:900px;
	margin:0 auto;
}
.header{
	background-color: #eae8e5;
	overflow: hidden;
}
.header img.logo{
	float: left;
	margin-top: 65px;
	margin-bottom: 50px;
}
.header span.header-link {
	float: right;
	color: #90887c;
	text-decoration: none;
	margin-top: 130px;
	font-size: 12px;
display: block;
}

.header .innertube{
	background: url(../images/header-texture.gif) no-repeat right bottom;
	overflow: hidden;
	height: 175px;

}
.content{
	overflow: hidden;
	margin-bottom: 20px;
}
.content .left{
	width: 615px;
	float: left;
}
.content .left img{
	padding-bottom: 24px;
	background: url(../images/photo-border.gif) no-repeat left bottom;
}
.content .right{
	width: 245px;
	float: right;
	padding-left: 40px;
}
.content h1{
	color: #981b26;
	letter-spacing: 1px;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 130px;
	font-size: 22px;
}
.content .right p.text{
	text-align: right;
	font-size: 24px;
	letter-spacing: 1px;
	color: #0c3456;
	line-height: 38px;
}
.content2{
	overflow: hidden;
}
.content2 .info{
	color: #90887c;
	font-size: 14px;
	line-height: 20px;
	width: 65%;
	float: left;
}
.content2 .logos{
	width: 35%;
	float: left;
	margin-top: 30px;
}
.content2 .logos img{
	margin-right: 10px;
}

.footer{
	background-color: #eae8e5;
	text-align: center;
	padding: 30px 0;
	color: #90887c;
	font-size: 11px;
	margin-top: 40px;
}
.footer a{
		color: #90887c;

}