/*Font Color #240B34 Purple*/
/*#b0bfa2 grey-green*/
/*#94976a grey-green*/
/*#f12c2f Red*/
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: 700px;
}

body {
	background: #B0BFA2;
	font-family: 'Berkshire Swash', cursive;
}

.container {
	float: left;
	height: 50%;
	margin-top: -384px; /* half the box's height */
	position: relative;
}

.vCenter {
	clear: both;
	width: 900px;
	height: 768px;
	position: relative;
	margin: 0 auto;
}
div.siteTitle {
	float: left;
	width: 600px;
	position: relative;
}

div.siteTitle h1 {
	font-size: 300%;
	text-align: center;
}

div.menu {
	float: right;
	width: 295px;
	height: 125px;
	text-align: center;
}

div.menu ul {
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}

div.menu ul li {
	display: inline;
}

div.menu ul li a {
	/*color: #501F8E; Purple*/
	vertical-align: middle;
	float: left;
}

div.menu ul li a span {
	display: -moz-inline-box; /* FF2 or lower*/
	display: inline-block; /* FF3, Opera, Safari*/
	height: 2em;
	width: 100px
}

div.menu ul li a:hover {
	/* color: #59479A; Royal Purple */
	background: #94976A; 
}

.footer {
	position: absolute;
	bottom: 0;
	right: 10px;
}

.titleFontColor {
	color: #501F8E; /*Purple*/
}

a {
	text-decoration: none;
}
