@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(../images/gothZonebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	font-size:0.8em;
	line-height: 1.5em;
	}
.firstLetter {
	padding: 5px 0 0 0;
	vertical-align: 20%;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 10px;
}
#header {
}
#skull{
	position: absolute;
	top: -33px;
	left: 150px;
	width: 65px;
	height: 52px;
	padding-top: 13px;
	text-align: center;
	background-color: transparent;
	color: #ffffff;
}
#mainContent {
	padding: 55px 135px 0 135px;
	background-color: #FFFFFF;
	background-image: url(../images/roses.gif);
	background-repeat: no-repeat;
}
#mainContent2 {
	padding: 55px 80px 0 80px;
	background-color: #FFFFFF;
}
#footer {
	background-image: url(../images/btmBar.jpg);
	background-repeat: no-repeat;
}
#footer p {
	margin: 0px;
	padding: 20px;
	text-align: right;
}
a {
	color: #000000;
	text-decoration: none;
}
