div
{color: rgb(190,190,190);
text-align: left;
width: 650px;
margin: 0 auto;
font-family: "arial";
}

div.main_text
{width: 600px;
margin: 0 auto;
}

.smaller
{color: rgb(190,190,190);
text-align: left;
font-family: "arial";
font-size: 95%;
width: 600px;
}

.page_title
{text-align: center;
color: rgb(190,190,190);
font-family: "copperplate gothic light";
font-size: 20pt;
}

hr
{width: 100%;
margin-bottom: 3em;
align: center}

a
{color: rgb(204,255,102)}

#footer
{position: absolute;
bottom: 1em;
text-align:center;
font-size: 75%;
color: rgb(150,150,150);
font-family: "arial";
}

#container{
	position: relative;
	min-height:100%;
	width: 600px;
	margin: 0 auto
}

#content{
margin: 0 auto;
}

html, body{
background-color: rgb(0,0,0);
height: 100%}

#content{
width: 100%;
padding-bottom:10em;
}

#pipe ul {
text-align: center;
padding: 0 0;
margin-right: 0;
margin-left: 0;

}

#pipe ul li {
	padding: 3px 15px;
	border-left: 1px solid ;
	list-style: none;
	display: inline;}
	
		
#pipe ul li.first {
	border-left: none;
	list-style: none;
	padding-left: 15px;
	margin-left: 0;
	}


