/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: arial, sans-serif;
	background:#000 url('images/bigback.png') no-repeat center top;
}

#mainSite {
	width:780px;
	margin:0px auto 5px auto;
}

#ggLogo {  }

#menuArea {
	position:relative;
	width:770px;
	left:10px;
}

#menuArea a {
	display:block;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	width:169px;
	height:30px;
	padding:9px 0 0 10px;
	float:left;
	color:#fff;
	text-decoration:none;
}

#menuArea a:hover { background-color:#7dcb1f; }
#menuArea img { float:left; margin:0 2px 0 2px; }

#contentArea {
	width:760px;
	height:550px;
	margin-top:30px;
	padding:10px;
	background: url('images/ggFooter.jpg') no-repeat center bottom;
}

#contentArea h1 {
	font-size:20px;
	line-height:22px;
	color:#fff;
	margin-bottom:8px;
}

#contentArea h2 {
	font-size:18px;
	line-height:20px;
	color:#fff;
	margin-bottom:8px;
}

#contentArea h3 {
	font-size:16px;
	line-height:18px;
	color:#fff;
	margin-bottom:8px;
}

#contentArea p {
	font-size:12px;
	line-height:14px;
	color:#fff;
	margin-bottom:8px;
}

#contentArea .text {
	float:left;
	width:420px;
}

#sideImage {
	float:right;
	margin:63px 49px 0 0;
}

.boldGreen {
	color:#7dcb1f;
	font-weight:bold;
}

ul { margin:0; padding:0 0 0 25px; }

ul li {
	font-size:12px;
	line-height:14px;
	color:#fff;
	margin-bottom:8px;
}

.stdLink { color:#fff; }
.stdLink:hover { color:#7dcb1f; }

#designBy {
	color:#fff;
	width:780px;
	font-size:11px;
	line-height:13px;
	margin:0 auto 5px auto;
	text-align:right;
}

#designBy a {
	color:#fff;
	text-decoration:none;
}

#designBy a:hover { color:#7dcb1f; }