#header {
	background-color: #8b553d;
	width: 960px;
	font-family: "Comic Sans MS", cursive;
	color: #d0b482;
	font-weight: bold;
	text-decoration: none;
}
.t_center {
	text-align: center;
}


#wrapper {
	background-color: #d0b482;
	width: 960px;
	font-family: "Comic Sans MS", cursive;
	color: #8b553d;
	margin-right: auto;
	margin-left: auto;
}
.m_left {
	margin-left: 30px;
}
.f_clear {
	clear: both;
}


.p_about {
	margin-left: 20px;
}

.i_center {
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-color: #b6b597;
	width: 960px;
	font-family: "Comic Sans MS", cursive;
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
	text-align: center;
	vertical-align: text-bottom;
	clear: both;
}
.f_right {
	float: right;
	margin: 10px;
	padding: 10px;
}

