body{
	background:#577086;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a {
	text-decoration:none;
}

img {
	border:0;
}
.profileContainer{
	margin:0 auto;
	width:960px;
	padding-top:30px;
}

.GlobalPositioning{
	margin-left:10px;
	margin-right:10px;
	display:inline;
	float:left;
	width:940px;
}

.profileHeader{
	background:#ecf1f5 url(../images/profileHeader.jpg);
	height:119px;
}

.profileHeader ul{
	float:right;
	margin:50px 20px;
	list-style:none;
}
.profileHeader ul li{
	display:inline;
	color:#525252;
	width:auto;
}
.profileHeader ul li a{
	color:#525252;
}
.profileHeader ul li a:hover{
	color:#1781d3;
}

/* CONTENT */
.profileMain{
	background:#e3e3e3 url(../images/mainBG.jpg) no-repeat top;
	height:auto;
	min-height:300px;
	width:938px;
	border-left:1px solid #afd7eb;
	border-right:1px solid #afd7eb;
}

/* END CONTENT */
.profileMainBGFooter{
	background:#54a9d6 url(../images/mainFooterBG.jpg) no-repeat bottom;
	height:122px;
}
.profileMainFooter{
	background:#54a9d6 url(../images/mainFooter.jpg) no-repeat top;
	height:15px;
}
.profileFooter{
	margin:10px auto;
	text-align:center;
	color:#cccccc;
	font-size:0.9em;
}
.profileFooter a{
	color:#e4cf1e;
}

/* Clear */
html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
