body {
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
	font-family: "Monotype Corsiva", Serif;
}

h2 {
	color: #660033;
}

.site-header-text {
	color: #660033;
	margin-left: 20px;
	font-size: 48px;
}

.site-header-motto {
	color: #660033;
	margin-left: 20px;
	font-size: 36px;
}

td.site-header {
	border-bottom-color: #660033;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.site-container {
	border-color: #660033;
	border-style: none;	
	border-width: 2px;
}

.site-menu {
	text-align: right;
	border-right-color: #660033;	
	border-right-style: none;
	border-right-width: thin;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	font-size: 18px;
}

.site-footer {
	border-top-color: #660033;
	border-top-style: none;
	border-top-width: thin;
}

.site-text {
	color: #660033;
	padding-left: 20px;
	font-size: 18px;
}

.site-border-right {
	background-image: url('../images/backgroundreverse.gif');
	background-repeat: repeat-y;
}

.site-footer-text {
	color: #660033;
	clear: both;
}

a:link {color: #660033}
a:visited {color: #660033}
a:hover {
	color: #996666;
}
a:active {color: #660033}


.floatleft {
	float: left;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
}

.floatright {
	float: right;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
}

#imgframe {
	border: 3px #660033 solid;
}