html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, em, font, img, ins, q, s, small, 
strike, strong, b, u, i, center, dt, dd, ol, ul, li, fieldset, 
form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	background-color: #000;
}
	
#wrapper {
	width: 990px;
	margin: 0 auto;
}

#wrapper a:link, #wrapper a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text decoration: none;
	color: #F78A1E;
	font-style: italic;
}

										/* --- header --- */

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 295px;
}
                                     

										/* ---  content  --- */

#content {
	margin: 0;
	padding: 0;
	background-image: url(../images/main.jpg);
	height: 860px;
}

										/* ---  main  --- */

#main {
	float: left;
	width: 655px;
	margin: 0 0 0 22px;
	padding: 0;
}

#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1286B8;
	font-size: 1.8em;
	margin: 10px 0 5px 17px;
}

#main p {
	font-size: 1.6em;
	margin: 10px 15px 20px 17px;
	line-height: 1.3em;
}

img.topHeading {
	margin: 21px 0 10px 0;
}

img.lowerHeading {
	margin: 10px 0 8px 0;
}

img.imageRight {
	float: right;
	padding: 2px;
	margin: 0 2px 2px 5px;
	border: solid #F78A1E 1px;
}

img.imageLeft {
	float: left;
	padding: 2px;
	margin: 14px 7px 0px 15px;
	border: solid #F78A1E 1px;
}

.imageLeft:hover {
	border: dashed #1286B8 1px;
}

#main ul {
	font-size: 1.5em;
	margin: .3em 0 0 3em;
	list-style-type: disc;
}

#map {
	width: 580px;
	height: 400px;
	border: dashed #F78A1E 1px;
	margin: 0 0 0 25px;
	padding: 15px;
}
	
#games1 ul{
	font-size: 1.4em;
	width: 260px;
	float: left;
	list-style-type: disc;
	margin: 0 0 0 33px;
	}
	
#games2 ul{
	font-size: 1.4em;
	width: 260px;
	float: left;
	list-style-type: disc;
	}
	
#thumbHolder {
	width: 644px;
	height: 690px;
	margin: 0 0 0 16px;
}

#thumbHolder img {
	margin: 1px 4px 1px 1px;
	padding: 3px;
	border: solid #F78A1E 1px;
}

#thumbHolder img:hover {
	border: dashed #1286B8 1px;
}


										/* --- side	--- */

#side {
	float: right;
	width: 282px;
	margin: 47px 18px 0 0;
	padding: 0;
}

#searchbox {
	margin: 7px 0 18px 24px;	
}

img.sideHeading {
	margin: 0 0 12px 0;
}

#side h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1286B8;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 5px 28px;
	text-align: left;
}

#side p {
	font-size: 1.6em;
	margin: 0 20px 15px 28px;
	line-height: 1.3em;
}

#side a {
	color:#F78A1E;
}

											/* --- footer --- */

#footer {
	clear:both;
	background: url(../images/footer.jpg);
	height: 35px;
	width: 990px;
	margin: 0 auto;
}

#footer p {
	font-size: 1.2em;
	text-align: center;
	padding: 1em;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}

										/* --- navigation bar --- */
										
#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 990px;
	height: 295px;
	position: relative;
}

#nav span {
	display: none;
	position: absolute;
}

#nav a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#nav a:link, #nav a:visited{
	background-position: left top;
}

#nav a:hover, #nav a:active{
	background-position: left bottom;
}

#nav a.current{
	background-position: left bottom;
}

#nav a.current:hover {
	cursor: default;
}

#nav a:hover span{
	display: block;
}

#nav .home {
	width: 97px;
	height: 50px;
	background: url(../images/navHome.gif) no-repeat;
	left: 63px;
	top: 215px;
}

#nav .about {
	width: 97px;
	height: 50px;
	background: url(../images/navAbout.gif) no-repeat;
	left: 195px;
	top: 215px;
}

#nav .contact {
	width: 97px;
	height: 50px;
	background: url(../images/navContact.gif) no-repeat;
	left: 327px;
	top: 215px;
}

#nav .repairs {
	width: 97px;
	height: 50px;
	background: url(../images/navRepairs.gif) no-repeat;
	left: 458px;
	top: 215px;
}

#nav .games {
	width: 97px;
	height: 50px;
	background: url(../images/navGames.gif) no-repeat;
	left: 589px;
	top: 215px;
}

#nav .pictures {
	width: 97px;
	height: 50px;
	background: url(../images/navPictures.gif) no-repeat;
	left: 722px;
	top: 215px;
}

#nav .forums {
	width: 97px;
	height: 50px;
	background: url(../images/navForums.gif) no-repeat;
	left: 853px;
	top: 215px;
}
	
	
/*  NOTES  

orange= #F78A1E
blue= #1286B8
sideheading bg= #0c1b24


*/
