body {
	background-color: #66000;
	color: #faf8cc;	
	font-family: georgia, serif;
	font-size: 12pt;
                font-weight: bolder;
	margin-top: 0px;
	margin-right: 0px;
}


h1 {
	font-family: georgia, serif;
	font-size: 38pt;
	color: #e8adaa;
	
}

h2 {
	font-family: georgia, serif;
	font-size: 25pt;
	color: #78c7c7;
	
}



h3 {
	font-family: georgia, serif;
	font-size: 11pt;
	color: #ffffcc;
	text-align: left;
}

p {
	font-size: inherit;
	margin-bottom: 5px;
}

#wrapper {
	background-color: #660000;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;	
	margin-top: 5px;
	
}


.header {
	background-color: #660000;
	border-bottom-color: #e8adaa;
	border-bottom-style: solid;
	border-bottom-width: 13px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.container {
	width: auto;
	
}



.title {
                width: 950px;

}


.leftmenu {
	float: left;
	width: 175px;
	background-color: #b38481;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 5px;
	margin-right: 20px;
	font-family: georgia, serif;
	font-size: 12pt;
	font-weight: bolder;
	
	line-height: 30px;
	border-right-color: #e8adaa;
	border-right-style: solid;
	border-right-width: 13px;
	
}



.menuitems {
	
	color: white;
	text-decoration: none;
}



.content {
	padding-right: 20px;
	padding-left: 20px;
}

.picture1 {
	
	float: right;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	width: 400px;
}
.picture2 {
	
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 300px;
}

.footer {
	background-color: #b38481;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: georgia, serif;
	font-size: 9pt;
	font-weight: bolder;
	color: #ffffcc;
	width: auto;
	border-top-color: #e8adaa;
	border-top-style: solid;
	border-top-width: 13px;
	}

a:link {
	color: #ccffff; font-weight: bolder; text-decoration: none;
	}
a:visited {
	color: #ccffff; font-weight: bolder; text-decoration: none;
	}
a:hover {
                color: #33cccc; font-weight: bolder; text-decoration: none;
	}
a: active {
	text-decoration: none;
	}


a img {border:none;}
