/*this is the core style sheet for this bullshit site*/


body {
	margin: 0;
	color: #000000;
	font-family: verdana;
	font-size: 1em;
}


#mainbody {
					width: 900px;
					overflow: hidden;
					background-color: #ffffff;
					margin: 0 auto;
}

h1 {
	font-size:1.2em;
	font-spacing: 3px;
}

h2 {
	font-size: 1.1em;
	text-decoration: underline;
}

p{
	width: 600px;
	text-align: justify;
}

#topper {
				float: top;
}

#leftside {
				float: left;
}

#rightside {
				float: right;
}

#bottomer {
				float: top;
}



#main-text {
					 position: relative;
	background-color: #000000;
	border-bottom: double #ffffff 1px;
	border-left: double #ffffff 1px;
	border-right:  double #ffffff 1px;
	margin-top: 10px;
	margin-right: 160px;
	margin-left: 160px;
}


a:link {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

a:visited {
	background-color: #ffffff;
	color: #666666;
	text-decoration: none;
}

a:hover {
	background-color: #aaddee;
}

a:active {
	background-color: #666666;
}

p.footer {
	font-size: .7em;
	font-weight: bold;
	text-align: center;
}