body {
	background: #000000 url(vampires_00_2.jpg);
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	line-height: 20px;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px;
	width: 100%;
	background: url(vampires_00.jpg);
}
#top {
	background: url(vampires_01.jpg);
	height: 510px;
	width: 870px;
}
#content {
	position: absolute;
	top: 370px;
	left: 0px;
	text-align: justify;
	width: 525px;
	background: #000000;
}

/*__________________________________________ MENU */

#menu {
	position: absolute;
	top: 330px;
	left: 0px;
	width: 525px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #dddddd;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	padding: 0px 20px 0px 0px;
	display: inline;
}
#menu ul li a {
	color: #b20000;
	text-decoration: none;
	cursor: default;
}
#menu ul li a:hover {
	color: #fdfdfd;
	text-decoration: none;
	cursor: default;
}


/* _____________________________________________________ BOTTOM */
#bottom {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #676767;
}

/* ___________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#content h3 {
	margin: 5px 0px 10px 30px;
	letter-spacing: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: italic;
	color: #7a7a7a;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
}
#content a {
	color: #dddddd;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover {
	color: #b20000;
	font-weight: normal;
}
#content b {
	color: #871010;
}
#content i {
	color: #871010;
}
#content blockquote {
	margin: 20px 20px 10px 70px;
	background: url(blockquote.jpg) right no-repeat;
	color: #676767;
}
#content textarea, input, select, button, submit {
	background-color: #121212;
	border: 1px solid #454545; 
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul {
   list-style-type: square;
}