@charset "utf-8";
/* CSS Document */
body {
	background-color: #D1D1A5;
	font-family: "Times New Roman", Times, serif;
	color: #400000;
	font-size: 20px;
}

#top_bar {
	width: 100%;
	height: 36px;
	top: 0px;
	left: 0px;
	margin-left: -10px;
	margin-top: -20px;
	background-image: url(images/pmm_carbon_root.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	z-index: 1;	
}

#menu_bar {
	width: 800px;
	height:36px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#title {
	height: 140px;
	width: 800px;
	background-image: url(images/ourlions_title.jpg);
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#main_area {
	height: 3000px;
	width: 800px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#column1 {
	height: 25000px;
	width: 390px;
	float: left;
}

#column2 {
	float: right;
	height: 25000px;
	width: 390px;
}

#column2 img {
	border: medium ridge #400000;
}
	
	