* {margin:  0;
padding: 0;
font-size: 1em;
font-family: "Times New Roman", Times, serif;
	}

body {
	color: #8e9b96;
	background-color: #f7f6f1;
}

#outer_wrapper {
	width:  920px;
	height:  580px;
	margin-top:  60px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
	background-color: #deeacd;
	border: 1px solid #6a8079;
	border-bottom: none;
	
}

#wrapper {
	color: #717c80;
	background-color: #fff;
	width:  340px;
	height:  580px;
	margin-left: 6px;
	border-left: 1px solid #717c80;
	border-right: 1px solid #717c80;
	float: left;

}

#data {
	width: 535px;
	height: 562px;
	margin-left: 356px;
	background-color: #f5fef6;
	padding: 10px;
}

#main {
	float: right;
	background-color: #c1326c;
}

h1 {
	margin-top: 40px;
	text-align: center;
	

}

h2
{
margin-top: 24px;
	font-size: 1.2em;
	text-align: center;
	color: #718c85;
}

h3 {
	font-size:  1.4em;
	font-style: italic;
	margin: 34px;
	text-align: center;
	color: #90384b;
}

h4 {
	border-top: 1px solid #6a8079;
}

h5 {
	font-style: italic;
	font-weight:  normal;
	text-align: right;
	margin-top: 48px;
	margin-right:  24px;
}

#darker {
	color: #2f5f5c;
}

h6 {
	margin:  12px;


}



#footer {
	width: 580px;
	height:  80px;
	border: 1px solid #6a8079;
	margin:  0px auto;
	padding-left: 340px;
	background-color: #fff;
	
}
