/***********************************/
/*********     GLOBALS     *********/
/***********************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
}

img {
	border: 0;
}

h1 {
	display: none;
}

a {
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}

a:hover {
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #C00;
}

/***********************************/
/*********     CONTENT     *********/
/***********************************/

.splash {
	margin: 0 auto;
	padding-top: 100px;
	width: 511px;
}

.splashTop {
	text-align: center;	
}

.splashCenter {
	padding: 15px 0 15px 0;
}

/***********************************/
/*********       NAV       *********/
/***********************************/

.splashBottom {
	text-align: center;
}

.homeNav {
	width: 470px;
	padding: 0; 
	margin: 0 auto; 
	list-style-type: none;
}
.homeNav li {
	float: left;
}
.homeNav a {
	display: block;
	color: #333; 
	height: 14px; 
	padding: 12px 20px 12px 20px;
	text-align :center; 
	text-decoration: none; 
	float: left; 
}
.homeNav a:hover {
	color: #C00; 
}

.homeNav li.select a {
	color: #C00;
}

.homeNav li.select a:hover {
	color: #C00;
}

.homeNav li.emilySuggests a {
	width: 79px;
	background: url('/images/nav_emilysuggests.gif') no-repeat;
}

.homeNav li.emilySuggests a:hover {
	background-position: 0 -38px;
}

.homeNav li.emilySuggests strong {
	display: none;
}