body
{
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #EBEBEB;
	text-align: center;
}

.smaller
{
	font-size: smaller;
	color: #C1C1C1;

}

div.header
{
	font-weight: bold; font-size: 20px; margin: 50px auto;
}

div.footer
{
	font-size: 10px;
	margin: 50px auto;
	border-top: 1px solid gray;
	color: gray;
	padding: 5px;
}

div.clearfloat 
{ 
/* this class should be placed on a div or break element and should be the final 
element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.container
{
	width: 800px;
	margin: 0 auto;
}

div.left
{
	text-align: left;
	width: 100%;
	margin-top: 70px;
}

div.right
{
	text-align: left;
	width: 100%;
	margin-top: 70px;
}

div.content_title
{
	font-size: 34px;
	border-bottom-width: 10px;
	border-bottom-style: ridge;
	border-bottom-color: #354616;
	margin-bottom: 10px;
	width: 100%;
}

a, a:link
{
	text-decoration: none;
	color: white;
	font-size: 14px;
}

a:hover 
{
	color: yellow;
	text-decoration: underline;
}
