@charset "UTF-8";
/* CSS Document */


/*GLOBAL*/



* {
	margin: 0;
	padding: 0;
}

body {
	background: #d6d4d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

h1 {
	font-family: "Century Gothic";
	font-size: 36pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	padding:0 0 35px 0;
}

h3 {
	font-family: "Century Gothic";
	font-size:;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	padding:0 0 15px 0;
}

p {
	margin:7px 0 11px 0;
}

#pageWrap {
	margin:0 auto;
	width:967px;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:172px;
	width:967px;
}

#mainContent {
	background-image:url(images/topbodybg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	min-height:635px;
	padding:20px;
}

#contentRepeat {
	background: #d6d4d4 url(images/bodytilebg.jpg) repeat-y;
}

#left {
	float:left;
	background-color:;
	width:225px;
	min-height:300px
	
}

#address {
	padding:4px 0 8px 20px;
}

#nav {
	margin:20px 0 10px 18px;
}

#nav img {
	padding:10px 0 0 0;
}

#social { 
	padding:0 0 8px 20px;
}

#social img {
	float:left;
	padding:0 5px 0 0;
	width:50px;
}

.pageContent {
	float:left;
	width:580px;
}

#footer {
	background: #d6d4d4 url(images/footer.jpg) top no-repeat;
	padding:5px 10px 5px 25px;
	min-height:150px;
}

#credits {
	text-align:right;
	padding:45px 90px 0 0;
	font-size:12px;
	position:relative;
	border:0;

}

.name {
	color:#666666;
	font-weight:bold;
}

.gonstead {
	background-color:#CCCCCC;
	width:580px;
	color:#000000;
	display: block;
	overflow:hidden;
	font-weight:bold;
}
