/* 3 Stupid Fucks */

body {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #CCCCCC;
	color:#111111;
}

h1 {
	text-align:left;
	}
	
img {
	margin: 0px;
	padding-right: 20px;
}

a, a:visited { 
	color: #660099;
	text-decoration: none;
}

a:active, a:hover { 
	color: #CC33CC;
	text-decoration: underline;
}


.title {
	font-size:18px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: 660099;
	text-decoration: none;
}

a:link .title, a:visited .title {
	color: #660099;
	text-decoration:none;
}

a:hover .title, a:active .title {
	color: #CC33CC;
	text-decoration:underline;
}

.quotes {
	color:#222222;
	font-size:16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 660099;
	text-decoration: none;
}

.copy a:link, .copy a:visited {
	color: #660099;
	text-decoration:none;
}

.copy a:hover, .copy a:active {
	color: #CC33CC;
	text-decoration:underline;
}

.top {
	background-color: #999999;
	background-image:url(images/top.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height: 120px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #660066;
	padding-left: 20px;
	padding-right: 20px;
}

.middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	align: center;
	padding: 0px;
	background-color: #CCCCCC;
}

.footer {
	color:#333333;
	background-color: #999999;
	background-image:url(images/bottom.gif);
	background-position:inherit;
	background-repeat:repeat-x;
	height: 160px;
	width: auto;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #660066;
}
