/**
 * File: http://www.melandersportsmedicine.com/assets/templates/main/css/styles.css
 */

.black {color:#000000;}
.white {color:#FFFFFF;}
.darkergrey {color:#414042;}
.darkgrey {color:#58595b;}
.grey {color:#707070;}
.lightgrey {color:#d1d3d4;}
.lightergrey {color:#CCCCCC;}
.darkblue {color:#095575;}
.blue {color:#408098;}
.lightblue {color:#7FAABA;}
.lighterblue {color:#BFD4DC;}
.red {color:#BB3333;}
.orange {color:#f47920;}

body {
	font-family: "Verdana",sans-serif;
	padding-bottom: 10px;
}
div.main {
	width: 930px;
	margin: 0 auto;
	padding: 31px 15px 0;
	position: relative;
}
div.header {
	position: relative;
	width: 902px;
	background: #fff url(/images/header.png) no-repeat top center;
	height: 547px;
	padding-top: 480px;
}
img.mainlogo {
	padding: 15px 0 0 15px;
}
.footer {
	border-top: 2px solid #707070;
	font-size: .8em;
	padding: .5em 0 4em .5em;
	margin: 3em 0 0 102px;
	line-height: 1em;
}
