/* Reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset styles */

body {
  background-color: #d6d4d2;
  font-family: Garamond,Times,serif;
  line-height: 1.5;
  letter-spacing: .03em;
}
p {
  margin-bottom: 30px;
}
strong {
  font-weight: bold;
}

#mc_container {
  width: 712px;
  margin: 10px auto 150px;
  background-color: #fff;
  font-size: 0;
}
#mc_header_colorbar {
  background: url(mc_header_colorbar.png) repeat-x;
  width: 100%;
  height: 163px;
}

#mc_content_main {
  padding: 10px 50px 25px 50px;
  font-size: 20px;
  text-align: center;
}
#mc_logo {
  padding: 10px 0 25px 12px;
}
#mc_logo_bird {
  padding: 10px 0 0px 12px;
}
#mc_content_footer {
  height: 60px;
  background-color: #fc5e72;
}
#mc_content_main p.emphasize {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
#mc_content_main p {
	margin: auto;
  margin-bottom: 30px;
}
#mc_content_main a,
#mc_content_main a:link,
#mc_content_main a:hover,
#mc_content_main a:visited,
#mc_content_main a:active {
  color: #000;
  text-decoration: underline;
}