body {
	margin-left: 0px;
	margin-right: 0px;
}

.header {
	width: 100%;
	height: 368px;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

.content {
	margin-left: 10px;
	margin-right: 10px;
	font-family: Georgia;
	font-size: 16px;
	
}

.contentLeft {
	float: left;
	padding-right: 39px;
	width: 425px;
	text-align: justify;
	line-height: 1.2em;
	}

.contentRight {
	float: left;
	position: relative;
	width: 425px;
	text-align: justify;
	line-height: 1.2em;
}

.menu {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff; 
	position: relative; 
	top: 70px; 
	left: 260px; 
	line-height: 1.3em;
}

.menuLink {
	color: #ffffff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}