body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #9b9b9b;
	background-image: url(assets/sq_tile.gif);
	background-repeat: repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff6a85;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff889e;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #ff889e;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff6a85;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff889e;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #ff889e;
}

#nav {
	position:absolute;
	left:0px;
	top:30px;
	width:500px;
	height:20px;
	z-index:2;
	margin: 0 auto;
	background-color: #616161;
}
#nav ul {
	margin: 0;
	padding: 0;

}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav a {
	float: left;
	text-decoration: none;
	padding: 4px 12px;
	background-color: #616161;
}

#nav a:link {
	float: left;
	text-decoration: none;
	padding: 4px 12px;
	background-color: #616161;
	color: #ff6a85;
}

#nav a:hover {
	float:left;
	text-decoration: none;
	padding: 4px 12px;
	background-color: #575757;
	color: #ff889e;
	border-bottom-width: none;
	border-bottom-style: hidden;
	border-bottom-color: none;
}

#nav a:active {
	float:left;
	text-decoration: none;
	padding: 4px 12px;
	background-color: #575757;
	color: #ff889e;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#banner {
	position:absolute;
	left:20px;
	top:20px;
	width:750px;
	height:30px;
	z-index:3;
}
#brand {
	position:absolute;
	left:500px;
	top:-12px;
	width:250px;
	height:75px;
	z-index:1;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


