body
{
	border-style: none;
	padding: 0;
	margin: 0;
	font-family: Bookman;
	background-color: white;
}

img
{
	border-style: none;
}

div.clear
{
	clear: both;
	overflow: hidden;
	height: 0px;
}

/** content **/
div.content_area
{
	text-align:left;
	width: 900px;
}
div.content_align_center
{
	text-align: -moz-center;	/*FF*/
	#text-align: center;		/*IE*/
}
div.content_align_left
{
	text-align: -moz-left;	/*FF*/
	#text-align: left;		/*IE*/
}

/** header **/
div#header
{
	
}
	div#top_line
	{
		height: 10px;
		width: 100%;
		background-color: #2b2b2b;
		display: block;
		overflow: hidden;
		
	}