/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #f6e9d8 url(images/bg-site.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, a, address {
	color: #2f271c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 25px 0px;
	font-size: 12px;
	line-height: 1.7;
}

h1 a {
	font-size: 20px;
	font-family: "Time New Roman", Times, serif;
}

address {
	font-size: 14px;
	font-style: normal;
	position: absolute;
	top: 165px;
	left: 500px;
	line-height: 1.5;
}

/* ----------------- GENERAL LINKS ----------------- */
a { 
	color: #932355; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #b72f6c; 
	}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	width: 990px;
	height: 15px;
	padding: 0px;
	margin: 15px auto;
	text-align: left;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #2f271c;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #2f271c;
	}

ul#utilitynav li a:hover {
	text-decoration: underline;
}

ul#utilitynav li a#last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#splash {
	width: 990px;
	height: 403px;
	background-image: url(images/bg-splash.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 20px auto;
}

div#flash {
	position: absolute;
	top: -1px;
	left: 0px;
}

div#text {
	position: absolute;
	top: 280px;
	left: 500px;
	width: 400px;
	text-align: center;
}

/* ----------------- COPYRIGHT ----------------- */
div#copyright {
	text-align: left;
	color: #2f271c;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	width: 980px;
	margin: 10px auto;
}

	div#copyright a {
		text-decoration: none;
		font-weight: bold;
		color: #2f271c;
		font-size: 9px;
	}
	
	div#copyright a:hover {
		text-decoration: underline;
	}
	
	div#copyright img {
		border: none;
		margin-top: 10px;
	}
	
/* ----------------- CUSTOM CLASSES ----------------- */
img#logo {
	position: absolute;
	top: 16px;
	left: 441px;
	border: none;
}