@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.body-copy {
	font-family: Helvetica, Verdana, sans-serif;
	width: 400px;
	font-size: 22px;
	color: #333333;
	text-align: left;
	margin-left: 45px;
	margin-top: 100px;
}

img.masthead {
	width: 800px;
    position: relative;
    left: 0px;
    top: 0px;
	border: 0;
}

img.right {
	width: 300px;
    float: right;
    left: 500px;
    top: 50px;
    margin-top: 150px;
    margin-right: 15px;
	border: 0;
}

.main {
    width: 800px;
    height: 600px;
    position: absolute;
    left: 100px;
    top: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #396e8e;
    background-color: #ffffff
}

.footer {
    width: 740px;
    height: 60px;
/*    position: absolute;*/
    margin-left: 30px;
    top: 500px;
	font-size: 17px;
	color: #333333;
	text-align: left;
    border-style: solid;
    border-width: 0px;
    border-color: #396e8e;
    background-color: #ffffff
}
