@charset "utf-8";
body {
	background-color: #006699;
	font-family: "Gill Sans MT";
	color: #CCFFFF;
}
a:link {
	color: #CCFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper
{
    width: 800px;
    margin: 0 auto;
}
#content
{
    text-align: center;
    margin: 58px auto 0 auto;
    width: 471px;

}
#content p.copy
{
    font-weight: bold;
    font-size: x-small;
    text-align: left;
}
#footer
{
    clear: both;
    width:98%;
    margin-top: 70px;
    font-size: small;
    text-align: center;
}
.margin-p
{
    margin-bottom: 40px;
}
.multiple_image_box
{
    width: 100%;
    clear: both;
    margin-bottom: 55px;
    overflow: hidden;
}

