#wrapper {
	background: #FFFFFF;
	width: 760px;
	margin: 0px auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	border: solid #E15B5F;
    border-width: 0 3px;
    border-bottom: 3px solid #E15B5F;
    -moz-border-radius: 0 0 11px 11px;

}
body {
	text-align: center;
	background: #888888;
	font-family: "Book Antiqua", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a {
	color: #E15B5F;
	text-decoration: none;
}
a:hover {
	color: #C82428;
	text-decoration: underline;
}
a:active {
	color: #C82428;
	text-decoration: none;
}

#header_img_2 {
	position: relative;
	left: 0px;
	top: 0px;
}

#header_img_1 {
	position: relative;
	left: 0px;
	top: 0px;
}
#nav_bar_left {
	text-align: left;
	font-size: 1.2em;
	text-indent: 10px;
	float: left;
}
#copyright_notice {
	font-size: 0.8em;
	color: #333333;
	text-align: center;
	position: relative;
}
#copyright_notice p {
	text-align: center;
}

#content_table {
	padding-left: 15px;
	text-indent: 15px;
}
h3 {
	text-align: center;
	font-size: 1.4em;
}
.picture_float_left {
	float: left;
	position: relative;
	left: 0px;
	margin-right: 15px;
	margin-left: 0px;
}
.picture_float_right {
	float: right;
	margin-left: 15px;
}
p {
	text-align: left;
}
.center_p {
	text-align: center;
}
.mid_content_table {
	margin: 0px 0px 0px -15px;
	padding: 0px;
	text-align: center;
}
