@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 770px;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b7b7b7;
	text-align: left;
	font-size: 12px; 
	line-height: 1.6em;
	margin-top: 0;
	padding-bottom: 25px;
}

.footer {
	margin-top: 30px;
	padding-top: 30px;
}

.end	{
	margin-bottom: 10px;
}

.content	{
	width: 700px;
	position: relative;
	top: 20px;
	margin-left: 50px;
	padding-top: 30px;
}

p {
	padding-bottom: 12px;
}

hr {
	size: 3px;
	width: 770px;
	noshade: noshade;
	color: #ffdd00;
}


hr.two {
	size: 1px;
	width: 100px;
	noshade: noshade;
	color: #ffdd00;
	margin-top: 15px;
	margin-bottom: 10px;
}

.highlight	{
	color:#ffffff;
}

.indent	{
	margin-left: 50px;	
	font-size: 11px;
}


/* home */

#quote {
	width: 500px;
	position: absolute;
	top: 250px;
	left: 80px;	
	font-size: 16px;
	line-height: 1.6em;
	text-indent: -5px;
}

#copy {
	font-size: 11px;
	position: absolute;
	top: 640px;
	left: 50px;
}

.lowrule	{
	position: absolute;
	top: 625px;
}

#home	{
	width: 140px;
	position: absolute;
	top: 125px;
	padding-bottom: 0px;
}



/* LINKS */

a.menu {
	height: 40px;
}

a	{
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

a:link {
	color: #ffdd00;
}

a:visited {
	color: #ffdd00;
}

a:hover {
	color: #ffffff;
}  

