body{
	padding: 0px; 
	margin: 0px; 
	background-color: #221e1f;
}

/*#navigation{
	float: left;
	margin-top: 190px;
	width: 200px;
}

#outer{
	margin: auto;
	width: 1080px;
}

#container_front{
	position: absolute;

	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;

	width: 1080px;
	height: 604px;
	background-color: #221e1f;
	background-image: url(../images/front.jpg);

	padding: 0px;
}

#container{
	position: absolute;

	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;

	width: 1080px;
	height: 604px;
	background-color: #221e1f;
	background-image: url(../images/back.gif);
	
	padding: 0px;
}

#container2{
	height: 467px;
	width: 751px;

	padding: 0px;
	margin: 0px;

	margin-left: 329px;
	background-color: #cfe1e6;
	overflow-y: scroll;
}

#image{
	position:absolute;
	right: 0px;
	width: 883px;
	height: 137px;
}

#content{
	width: 650px;
	margin: 0px;
	padding-left: 40px;
	padding-top: 52px;
	padding-right: 40px;
	padding-bottom: 10px;
}*/

h2{
	border-bottom: 1px solid black; 
}

h3{
	color: #000099;
}


