body {
	background-image: url(images/back.gif);
	background-repeat: repeat;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
}
.container {
	width: 800px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image: url(images/backpurple.jpg);
	overflow: hidden;
}
.navigation {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 800px;
}
.contentleft {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 250px;
	float: left;
}
.contentright {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 550px;
	float: right;
}

.header {
	width: 800px;
	height: 326px;
}

.footer {
	width: 800px;
	height: 141px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	margin-right: 0px;
	margin-left: 0px;
}
.stylizedheader {
	font-weight: bold;
	color: #660000;
	font-style: italic;
}
.marginssidebar {
	margin-right: 10px;
	margin-left: 15px;
}
.marginsbodytext {
	margin-right: 10px;
	margin-left: 10px;
}
.photoright {
	float: right;
	border: 1px solid #9966CC;
	padding: 2px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}
a:link {
	color: #4A1C42;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
.photoboxed {
	border: 1px solid #9966CC;
	padding: 5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}

