body {
	background: URL('images/body_bg.png') #525050 repeat-x;
	font: "Helvetica" sans-serif;
}

img.scale {
	height: 100%;
}

span.button {
	height: 6%;
	max-height: 60px;
	padding-left: 20px;
	display: block;
	float: left;
}

p {
	text-indent: 20px;
	padding-left: 20px;
	margin-top: 3px;
}

a:link {color:#000;}      /* unvisited link */
a:visited {color:#000;}  /* visited link */
a:hover {color:#000;}  /* mouse over link */
a:active {color:#000;}  /* selected link */

#headWrapper {
	width: 53%;
	margin: auto;

}

#logoWrapper {
	height: 30%;
	float: left;
	max-width: 20%
	
}

#textLogoWrapper {
	height: 17%;
	padding-top: 5%;
	float: right;
}

#textLogoWrapperTWHS {
	height: 6%;
	float: right;
	clear:right;
}

#bodyWrapper {
	width: 65%;
	margin: auto;
}

#mainBody {
	margin-left: 13px;
	margin-right: 3px;
	background-color: #aaa;
	background-image: URL('images/sidebar_bg.png');
	background-position: right top;
	background-repeat: repeat-y;	
	padding: 5px;
	border-radius: 15px;

}

#mainNavbar {
	background-image: URL('images/navbar_left.png'), URL('images/navbar_right.png'), URL('images/navbar.png');
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left top, right top, top;
	min-height: 75px;
	width: 100%;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#bodyLeft {
	float: left;
	width: 65%;
}

#bodyRight {
	float: right;
	width: 32%;
	text-align: right;
	border-left: solid 2px #858585;
	padding-left: 10px;
}

#footer {
	margin: 10px;
	height: 7%;
	text-align: right;
}

#socialmedia {
	height: 7%;
	padding-left: 75px;
}
