@charset "utf-8";
/* CSS Document */


body {
	background: #000000 url(images/lucius_00.jpg) repeat-x;
	margin: 70px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	color: #717171;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 697px;
	background: #121212;
}
#top {
	background: url(images/lucius_02.jpg);
	height: 420px;
	width: 697px;
}
#content {
	padding-top: 20px;
	text-align: justify;
	width: 697px;
}


/*__________________________________________ MENU */

#menu {
	width: 697px;
	height: 74px;
border: 0px red solid;
	background: url(images/lucius_01.jpg);
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
padding: 0;
margin: 0;
}
#menu table {
border-spacing: 0;
border-collapse: collapse;
border: 0px solid black;
margin-bottom: -2px;
}
#menu td {
	width: 150px;
	border: 0px solid black;
}
#menu a  {
	display: block;
	height: 48px;
	color: #585858;
	text-decoration: none;
	padding-top: 26px;
	cursor: default;
border: 0px lime solid;
}
#menu a:hover {
	background: url(images/menuli.gif);
	color: #dddddd;
	text-decoration: none;
	padding-top: 5px;
	height: 69px;
	cursor: default;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	padding-top: 20px;
	margin: 0px auto;
	width: 100%;
	height: 350px;
	background: url(images/lucius_04.jpg);
	text-align: center;
}
#footer {
	margin: 0px auto;
	margin-top: 30px;
	width: 697px;
	height: 74px;
	text-align: center;
	background: url(images/lucius_03.jpg);
	letter-spacing: 2px;
}
#footer p {
	padding-top: 5px;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
	cursor: default;
}
#footer a:hover {
	color: #434343;
	border-bottom: 3px solid #333333;
	cursor: default;
}
#bottom h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
}
#bottom a img {
	border: 10px solid #121212;
	margin: 5px;
}
#bottom a:hover img {
	border: 10px solid #1d1d1d;
	margin: 5px;
}


/* ___________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#content .heading {
	margin: 5px 0px 15px 30px;
	letter-spacing: 7px;
	font-size: 20px;
	font-style: italic;
	color: #e2e2e2;
	line-height: 10px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
}
#content a {
	color: #ffffff;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	text-decoration: none;
	cursor: default;
}
#content a:hover {
	color: #666666;
	font-weight: normal;
	cursor: default;
}
#content b {
	color: #967648;
	font-style: italic;
	letter-spacing: 1px;
}
#content i {
	color: #7d6a5f;
	letter-spacing: 1px;
}
#content ul {
	padding: 10px 0px 20px 50px;
}
#content ul li {
	font-style: normal;
	text-transform: uppercase;
	padding: 3px 0px 3px 0px;
	display: block;
}
#content ul li a {
	border-left: 15px solid #000000;
	font-style: normal;
	letter-spacing: 4px;
	padding-left: 10px;
	color: #777777;
}
#content ul li a:hover {
	border-left: 50px solid #000000;
	border-bottom: 0px;
	color: #ffffff;
}
#content .stats {
	margin: 20px 40px 10px 40px;
	padding: 10px;
	background: url(images/blockquote.jpg);
}
#content textarea, input, select, button, submit {
	background-color: #000000;
	border: 0px;
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}