/* -------------------- MASTER STYLE SHEET -------------------- 
Eric Meyer Reset (reset.css)
SOURCE: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/

Clearfix Class (clearfix.css) 
SOURCE: http://www.positioniseverything.net/easyclearing.html */

@import url("reset.css");
@import url("clearfix.css");

/* -------------------- BASIC SELECTOR STYLES -------------------- */

body {
	font: 13px/2 Georgia, times, serif;
	color: #fff;
	background: url(../assets/bodyBg.png) 50% 0;
	}


/* -------------------- STRUCTURE STYLES -------------------- */
#head-full {
	height: 215px;
	background: #fff url(../assets/topShadow.png) 0 195px repeat-x;
	}

#head {
	height: 215px;
	width: 600px;
	margin: 0 auto;
	}
	
#content-full {
	background: #80a3b7 url(../assets/contentBg.png) 50%;
	}
	
#content {
	width: 600px;
	margin: 0 auto;
	padding: 25px 0;
	}
	
#content span {
	font-size: 14px;
	color: #47292b;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#logo {
	height: 78px;
	width: 466px;
	display: block;
	overflow: hidden;
	margin: 0 0 0 67px;
	top: 70px;
	position: relative;
	background: url(../assets/logo.png) no-repeat;
	}
	
#logo span, address span {
	display: none;	
	}
	
address {
	height: 42px;
	width: 594px;
	display: block;
	overflow: hidden;
	margin: 20px 0 0 0;
	background: url(../assets/address.png) no-repeat;
	}
	
#foot-full {
	background: url(../assets/botShadow.png) 50% 0 repeat-x;
	height: 51px;
	}
	
a:link, a:visited {
	color: #fff;
	-webkit-transition: color ease-in .25s;
	}
	
a:hover, a:active {
	color: #c9dae4;
	-webkit-transition: color ease-in .25s;
	}

/* -------------------- NAV STYLES -------------------- */


/* -------------------- FOOTER STYLES -------------------- */




