body {
	margin: 0;
	padding: 0;
	background-color: #610a0a;
}

ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li { 
	margin: 0;
	padding: 0;
}

#navigation_bar {
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	width: 700px;
	height: 20px;
}

#navigation {
	padding: 5px 0 5px 0;
	font-family: arial;
	font-size: 14px;
}

#navigation a {
	color: #610a0a;
	text-decoration: none;
}

#navigation a:hover {
	color: #d19c44;
}

#content {
}

#left_column {
	font-family: arial;
	font-size: 14px;
	width: 195px;
	background-color: #c8c7c6;
	padding: 20px 5px 10px 20px;
}

#left_column a {
	color: #666666;
	text-decoration: none;
}

#left_column a:hover {
	text-decoration: underline;
}

#left_column h2 {
	color: #610a0a;
}

#left_column_bottom {
	background-color: #c8c7c6;
	height: 106px;
}

#right_column_bottom {
	background-color: #ffffff;
	background-image: url('images/bottom2.jpg'); 
	background-repeat: no-repeat; 
	background-position: bottom left;
	height: 106px;
}


#right_column {
	background-color: #ffffff;
	padding: 15px;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/back2.jpg); 
	background-repeat: no-repeat; 
	background-position: top right;
}

#right_column a {
	color: #610a0a;
	text-decoration: none;
}

#right_column a:hover {
	text-decoration: underline;
}

#bottom_spacer {
	height: 5px;
	background-color: #610a0a;
}

#bottom_nav_box {
	height: 20px;
	background-color: #ffffff;
}

#bottom_navigation {
	padding: 5px 0 5px 0;
	font-family: arial;
	font-size: 14px;
}

#bottom_navigation a {
	color: #666666;
	text-decoration: none;
}

#bottom_navigation a:hover {
	color: #610a0a;
}