/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family:"Monotype Corsiva", Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	width: 940px;
	}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
	}
.content {
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: center;
	width: 900px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-image: url(../_assets/platter.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.content p {
	margin: 6px 0px 12px;
	text-align: center;
	font-size: 1.5em;
	
}
h1 {
	margin: 0px;
	font-size: 2.5em;
	letter-spacing: 0.2em;
	text-align: center;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0;
	text-align: center;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#masthead #logo {
	height: 250px;
	width: 940px;
}
#menu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


