﻿@import url(base.css);

#header {
	background-image:url('../images/Main.jpg');
}

#content {
	background-image:url('../images/MainBG.jpg');
	background-repeat:no-repeat;
	height:356px;
	padding-left:0px;
	padding-top:0px;
	width:800px;
}

#content p {
	text-align: justify;
	color: #212366;
	font-family: "Bookman Old Style";
	font-size: .75em;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 50px;
	width: 380px;
}

#content img {
	float: right;
	margin-top:25px;
	margin-right:75px;
	margin-bottom:100px;
}

