/****************************************/
/*	c2008 Alan Ayers		*/
/*	Don't steal this code asshole.	*/
/*	It's not very good anyway.	*/
/****************************************/

/****************************************/
/*	START PAGE STYLE		*/
/****************************************/

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

body {
	background-color: #e9e9e9;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000;
	margin: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}

a:link {text-decoration: none; color: #000; font-weight:normal;}
a:visited {text-decoration: none; color: #000; font-weight:normal;}
a:active {text-decoration: none; color: #000; font-weight:normal;}
a:hover {text-decoration: underline; color: #000; font-weight:normal;}

.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000;
}

/****************************************/
/*	START DIV STYLE			*/
/****************************************/

#centerdiv {
	width: 800px;
}

#leftline1 {
	width: 900px;
	height: 1px;
	background-color: #000;
}

#leftline3 {
	width: 900px;
	height: 3px;
	margin-top: 25px;
	background-color: #000;
}

#rightline3 {
	margin-left: 100px;
	margin-top: 100px;

	height: 3px;
	background-color: #000;
}

#titlediv {
	width: 480;
	height: 70;
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	width: 800px;
	margin-left: 100px;
	margin-top: 25px;

}

#content2 {
	width: 800px;
	margin-left: 100px;
	margin-top: 2px;
	margin-bottom: 25px;
}

#contentleft {
	float: left;
}

#contentleft2 {
	float: left;
	width: 200px;
	height: 200px;
}

#contentright {
	float: left;
	margin-left: 2px;
}

#contentright2 {
	float: left;
	margin-left: 20px;
	width: 580px;
	height: 200px;
}

#img2 {
	margin-top: 2px;
}

#img3 {
	margin-bottom: 2px;
}

#img4 {
	margin-bottom: 2px;
	margin-top: 2px;
}

#title {
	width: 800px;
	margin-left: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#titleleft {
	width: 399px;
	float: left;
}

#titleright {
	width: 399px;
	float: left;
	margin-left: 2px;
}

#clear {
	clear: both;
}





