html, body, ul, ol, li, p, h1, h2, h3, h4, h5, form, fieldset {
margin: 0;
padding: 0;
border:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size: 100.01%;
background-color: #707070;
color: #707070;
text-align: center;
}

a:link {
color:#6572B4;
text-decoration: none;
	
}
a:visited {color:#4050a0;
text-decoration: none;
}
a:hover {
	color:#253a87;
	text-decoration: underline;
}

#wrapper {
	background-color:#f0f0f0;
	margin: 10px auto;
	text-align:left;
	width: 850px;
}

#banner {
	height: 100px;
	padding: 0px;
	background: url(../assets/ggbanner.jpg) no-repeat;
	margin: 0px;
}

#nav {
	border-bottom:1 px solid #000000;
	background: #ffffff url(../assets/ggnav.jpg);
	border-top: 1 px solid #000000;
	height: 24px;
}

#nav ul{
	margin: 0;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#nav ul li{
	display:inline;
	margin: 0;
	text-align: center;
}

#nav ul li a{
	color: #444444;
	text-decoration: none;
	padding:0px 25px;
	text-align: center;
	width: 9em;
	font: small-caps 80% Arial, Helvetica, sans-serif;
}

#nav ul li a:hover, #nav ul li a:focus {
	color: #000000;
	background: #CCCCCC;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}

#content {color:#555555}

#content p{
	font-size: 80%;
	margin: 5px 20px;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
	font-size: 110%;
	padding: 0;
	margin: 20px 20px 10px;
	font-weight: normal;
}

#footerg{
	height: 65px;
	position: relative;
}

#footer{
	color:#444444;
	background: #ffffff url(../assets/ggfoot.jpg);
	height: 24px;
	font-size:70%;
	position:relative;
}

.leftimage{
float: left;
margin: 0 10px 20px 0;
border: 1px solid #000000;
}

.rightimage{
float: right;
margin: 0 0 20px 15px;
border: 1px solid #000000;
width: 150px;
}

.madeonmac{
	position: absolute;
	left: 340px;
	height: 50px;
	width: 139px;
	margin-top: 10px;
	border: 0;
}

.rightlogo{
	position: absolute;
	right: 10px;
	height: 50px;
	width: 43px;
	margin-top: 10px;
	border:0;
}

.righttext{
	position: absolute;
	right: 5px;
	margin-top: 5px;
}
.lefttext{
	position: absolute;
	left: 5px;
	margin-top: 5px;
}
.clearit{
clear: both;
}

