.text1 {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #A7092A;
}

.text2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 5px 10px;
}

.text3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #EAA816;
	font-weight: bold;
}

.text4 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #252525;
}

.text-header {
	margin-left: 20px;
	font-family: monotype corsiva;
	font-size: 72px;
	font-weight: normal;
	color: white;
}

.text-main-header {
	font-family: Imprint MT Shadow;
	font-size: 24px;
	font-weight: bold;
	color: #A7092A;
}

.text-main {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: white;
}

.text-main2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #EAA816;
}

.text-credits {
	font-family: tahoma;
	font-size: 9px;
	font-weight: normal;
	color: white;
}

#nav-menu {
	width: 235px;
}

#nav-menu ul {
	padding: 0; 
	margin: 0; 
	list-style-type: none
}

#nav-menu li {
	margin-top: 7px;
	margin-bottom: 7px;
}

#nav-menu li a {
	background: #252525 url('../images/button.gif');
	font-family: Arial;
	font-size: 14px;
	height: 25px;
	width: 210px;
	display: block;
	color: white;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#nav-menu li a:hover {
	background: #252525 url('../images/button.gif');
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	width: 210px;
	display: block;
	color: #8D8E83;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}



#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background-color: white;
	float: left;
	width: 550px;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { 
	display: inline; 	
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	color: black;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer ul li a:hover {
	background-color: #454545;
	color: white;
	
}