BODY
{background-image: url(/images/bak.gif); background-repeat: repeat-x;background-color: #000000; }
#main_container
{
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	padding-left: 10px;
}

#header
{
	position: relative;
	height: 140px;
}

#header_content
{
	position: absolute; 
	top: 16px; 
	left: 22px;
}

#header_content TABLE
{
	padding:0px;
	border:0px;
	margin: 0px;
	border-collapse: collapse;
}

#navigation
{
	position: relative;

}

#content_area_container
{
	width: 975px;
	background-image: url(/images/main_content_background.gif);
	background-repeat: repeat-y

}

#content_area
{
	width: 975px; 
	display: block; 
	margin-top: 0px;
	
}

	#content_area #left_side
	{
		margin-left: 35px;
		padding-bottom: 1.4em;
		padding-right: 17px;
	}


	#content_area #right_side
	{
		width: 200px;
		background-color: #D3D3CD;

	}

	#content_area #left_side,
	#content_area #right_side
	{
		min-height: 400px;
	}


	#side_navigation DIV
	{
		width: 100%;
		font-family: verdana;
		font-weight: bold;
		font-size: 11px;
		text-align: center;
	}

.side_panel_item
{
	margin-bottom: 10px;
}

#side_nav_form
{
	margin-left: 4px;
}
.panel_box_container
{
	background-image: url(/images/panel_box_lt.gif);
	background-repeat: repeat-y;
}

.panel_box
{
	background-image: url(/images/panel_box_rt.gif);
	background-repeat: repeat-y;
	background-position: right top;

}
.panel_box_content
{
	background-color: white; 
	width: 180px; 
	margin-left: 10px; 
	text-align: center; 
	font-size: 11px; 
	font-family: verdana; 
}
#blog_nav
{
	position:relative;
	left: -5px;
	margin-top: 35px;
	width:179px;
	font-family: verdana;
	font-size: 11px;
	
}

#footer
{
	margin-top: 12px;
	width: 100%;
	text-align: center;
}

#footer P
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

#blog_nav A:hover
{
	color: #1187D1;
}


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