/*BASIC STYLES*/
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #ffea00;
	font-size: 62.5%;
	}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.6em;
	color: #000;
	margin-top: 0px;
	}
h1 {
	color: #000;
	font: bold 3.0em/1.6em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	}
h2 {
	color: #000;
	font: bold 2.2em/1.6em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	}
h3 {
	color: #000;
	font: bold 2.0em/1.6em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	}
img {
	border: 0px;
	}
/* BASIC LINK STYLES */
a:link {
	text-decoration: underline;
	color: #000;
	}
a:visited {
	text-decoration: underline;
	color: #000;
	}
a:hover {
	text-decoration: none;
	background: black;
	color: white;
	}
a:active {
	text-decoration: none;
	background: #7c7211;
	color: #ffea00;
	}
/* MASTER DIV POSITIONING */
#wrapper {
	position: relative;
	width: 100%;
	}
#homepage {
	position: relative;
	width: 740px;
	margin: 0 auto;
	}
#dvdkicker {
	position: relative;
	width: 500px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 100px;
	border-top: 3px dashed #dfcf1f;
	border-bottom: 3px dashed #dfcf1f;
	padding-top: 20px;
	padding-bottom: 20px;
	}
#header {
	position: relative;
	width: 740px;
	margin: 0 auto;
	height: 200px;
	}
#content {
	position: relative;
	width: 600px;
	margin: 0 auto;
	}
#footer {
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 50px;
	}
/* HEADER-SPECIFIC STYLES */
#header a:link {
	text-decoration: none;
	}
#header a:visited {
	text-decoration: none;
	}
#header a:hover {
	text-decoration: none;
	background: none;
	}
#header a:active {
	text-decoration: none;
	background: none;
	}
/* FOOTER-SPECIFIC STYLES */
#footer p {
	font: bold 1.2em "Courier New", Courier, mono;
	letter-spacing: -1px;
	color: #7c7211;
	}
#footer a:link {
	text-decoration: none;
	color: #7c7211;
	font-weight: normal;
	}
#footer a:visited {
	text-decoration: none;
	color: #7c7211;
	font-weight: normal;
	}
#footer a:hover {
	text-decoration: none;
	background: black;
	color: white;
	}
#footer a:active {
	text-decoration: none;
	background: #7c7211;
	color: #ffea00;
	}
/* GALLERY */
#zombiegal_outer {
	position: relative;
	width: 603px;
	height: 468px;
	background: url(wwwgfx/misc/gallery_backer.gif) no-repeat;
	}
#zombiegal_inner {
	position: relative;
	top: 84px;
	left: 76px;
	}