body {
	background: #000000 url(bg.jpg);
	margin: 0px 0px 0px 100px;;
	padding: 0px;
	font-size: 11px;
	color: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px;
	width: 670px;
}
#top {
	background: url(valorie.jpg);
	height: 585px;
	width: 670px;
}
#content {
	position: absolute;
	top: 570px;
	left: 200px;
	text-align: justify;
	width: 550px;
}

/*__________________________________________ MENU */

#menu {
	position: absolute;
	top: 485px;
	left: 380px;
	width: 300px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
}
#menu td {
	width: 80px;
	heigh: 30px;
}
#menu a {
	color: #cccccc;
	display: block;
	text-decoration: none;
}
#menu a:hover {
	color: #953837;
	text-decoration: none;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
/* ___________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#content h1:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-style: italic;
	color: #820e0a;
	font-weight: bold;
	text-transform: lowercase;
}
#content h1 {
	margin: 5px 0px 10px 30px;
	letter-spacing: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	color: #7a7a7a;
	line-height: 10px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: left;
}
#content a {
	color: #b70c38;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover {
	color: #953837;
	font-weight: normal;
}
#content b {
	color: #736c5d;
}
#content i {
	color: #486565;
}
#content blockquote {
	margin: 20px 0px 10px 70px;
}
#content textarea, input, select, button, submit {
	background-color: #000000;
	border:1px solid #1bc5c3;
	color: #1bc5c3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
