/* cream bgcolor is #f9f9e9 */

body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 70%;
	color: #141414;
	background-color: #000;
	padding: 0;
}




/* this is a comment */

p {
	line-height: 1.5;
	color: #141414;
}

h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 2em;
	font-weight: normal;
}

h3 {
	font-family: Georgia;
	font-size: 2em;
	font-weight: normal;
	line-height: 2.5;
	color: #141414;
}

h4 {
	font-size: 1.25em;
	font-weight: normal;
}

h5 {
	font-size: 1.25em;
	font-weight: normal;
}

a {
	color: #afafaf;
	text-decoration: none;
}


ul {
	list-style-type: none;
}




/* CSS for inline or span elements */

.intro {
	line-height: 2
}

.home {
	color: #cc2229;
}



.homeimg {
	border-color: white;
	border-width: 0;
}



/* CSS for links */

a:link {
	color: #afafaf;
}

a:visited {
	color: #afafaf;
}

a:active {
	color: #afafaf;
	text-decoration: underline;
}

a:hover {
	color: #afafaf;
	text-decoration: underline;
}


#poster { 
	float: left;
}


/* CSS for three regions of the web page */


#top {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 850px;
	height: 80px;
	background-color: #fff;
	padding: .5em 3em .5em .5em;
	margin: 0;
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 10px;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 10px;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 10px;
}


#nav_1 {
	position: absolute;
	top: 120px;
	left: 40px;
	width: 260px;
	height: 80px;
	background-color: #fff;
	padding: .5em;
	margin: 0;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 10px;
}

#nav_2 {
	position: absolute;
	top: 200px;
	left: 40px;
	width: 260px;
	height: 110px;
	background-color: #fff;
	padding: .5em;
	margin: 0;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 10px;
}

#nav_3 {
	position: absolute;
	top: 310px;
	left: 40px;
	width: 260px;
	height: 270px;
	background-color: #fff;
	padding: .5em;
	margin: 0;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 10px;
	border-left-style: solid;
}

#guts {
	position: absolute;
	top: 120px;
	left: 300px;
	width: 600px;
	height: 460px;
	background-color: #fff;
	padding: .5em 3em .5em .5em;
	margin: 0;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 10px;
}


