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

a:link {
	color: #FFCC00;
	text-decoration: none;
	}

a:hover {
	color: #66CC00;
	text-decoration: none;
	}

a:visited {
	color: #FF9900;
	text-decoration: none;
	}
	
a img {
	text-decoration: none;
	border: 0 none;
	}

body {
	background: #020923;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6EBA00;
	}
	
#wrapper {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	}

#banner {
	height: 121px;
	width: 825px;
	background: url(../images/ghbanner.jpg) no-repeat;
	}

#navigation {
	width: 825px;
	height: 40px;
	}
	
#body {
	width: 825px;
	background: url(../images/ghbdybkgrnd.jpg) repeat-y;
	text-align: center;
	}
	
#bodytop {
	width: 825px;
	background: url(../images/ghbodytop.jpg) no-repeat;
	text-align: center;
	}
	
#content {
	width: 665px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	color: #FFFFFF;
	overflow: hidden;
	}
	
#footer {
	width: 825px;
	height: 217px;
	background: url(../images/ghbodybtm.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	}
	
h1 {
	font-size: 24px;
	color: #FCE406;
	}

h2 {
	font-size: 18px;
	color: #FFFFFF;
	}

/* Old CSS Menu styling

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.menul li {
	padding: 0;
	margin: 0;
	height: 40px;
	margin-right: 1em;
	list-style: none;
	}
	
.menu li a, menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 40px;
	background-repeat: no-repeat;
	}
	
.about {background-image: url(../images/ghabout.jpg); width: 493px;}
.about a {background-image: url(../images/ghaboutwt.jpg); width: 493px;}
.portfolio {background-image: url(../images/ghportfolio.jpg); width: 182px;}
.portfolio a {background-image: url(../images/ghportfoliowt.jpg); width: 182px;}
.links {background-image: url(../images/ghlinks.jpg); width: 150px;}
.links a {background-image: url(../images/ghlinkswt.jpg); width: 150px;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} */
	
