* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: #000000 url(images/body-bg.png) no-repeat fixed center;
	float: none;
	color: #000;
}

p {
	line-height: 1.4em;
	margin-bottom: 0.8em;
	font-size: 1.5em;
	list-style-position: outside;
	text-shadow: #000000 0 0 0;
}

a { color: #606a70; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

a img{outline: 0}

#footer p {
	line-height: 1.6em;
	margin-bottom: 0.8em;
	font-size: 1.3em;
	text-align: center;
	color: #fff;
}

h2 { font-size: 1.7em; 
	 text-transform: uppercase; 
     margin-bottom: 0.8em;				
     padding-left: 20px;
     	color: #fff;
	
 }
h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-style: inherit;
	letter-spacing: 1px;
	color: white;
	padding: 4px;
	margin-left: 1em;
	margin-bottom: 0.5em;
	text-align: left;
	background-color: #606a70;
}

.clear { clear: both; }

div#page-wrap {
	width:800px;
	height:900px;
	margin: 0 auto;
}

ul#nav {
	width:800px;
	height: 154px;
	background: url(images/header-bg.jpg) no-repeat;
	list-style: none;
	padding-left: 0px;
}
	ul#nav li {
		display: inline;
		font-size: 1.3em;
	}
	ul#nav li a {
		display: block;
		width: 100px;
		float: left;
		margin-top: 95px;
		color: white;
		padding-top: 2px;
		font-weight: bold;
		text-decoration: none;
	text-align: center;
}
		ul#nav li a:hover, ul#nav li a:active {
			color: gray;
		}
		

#splash {
	width: 800px;
	height: 394px;
	margin: 0 auto;
}


#content {
	float: left;
	width: 200px;
	height: 0px;
	padding: 100px;
	background: url(images/manuals.jpg) no-repeat
}

#content2 {
	float: left;
	width: 200px;
	height: 0px;
	padding: 100px;
}


#content p {
	float: left;
	width: 150px;
	height: 50px;
	margin: -12px 0 0;
	padding: 0px 0px 0px 90px;
	text-align: left;
	font-size: 136%;
	color: #fff;
}

	div#main-content {
	with: 800px;
	height: 394px;
	margin:auto;
		}
		
#sidebar {
	float: right;
	width: 200px;
	padding: 100px;
	background: url(images/merch.jpg) no-repeat
}

#sidebar p {
	float: right;
	width: 175px;
	height: 50px;
	margin: -12px 0 0;
	padding: 0px 0px 0px 90px;
	text-align: left;
	font-size: 136%;
	color: #fff;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}
		div#main-content div#left-col {
			width: 390px;
			height: 292px; 
			background: url(images/manuals.jpg) no-repeat;
			float: left;
}

	div#main-content div#left-col div#quick-jumps p {
				text-transform: uppercase;
				font-weight: bold;
				letter-spacing: 1px;
				float: right;
				width: 180px;

				}
div#main-content div#left-col div#quick-jumps p span {
					color: #e9bc3d;
				}
			div#main-content div#left-col div#quick-jumps a {
				color: black;
			}
		div#main-content div#right-col {
			float: right;
			width: 390px;
			height: 292px; 
			padding-top: 0px;
			background: url(images/merch.jpg) bottom left no-repeat fixed center;
			
}	
			div#main-content div#right-col p {
				padding-left: 20px;
				font-size: 2 em;
}

div#footer {
		position: centered;
		color: white;
		padding: 10px 10px 10px 80px;
		text-transform: none;
		text-align: center;
	background: url(images/footer.jpg) no-repeat center;

}

/* My Comment */
