@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Lucida Sans, Lucida Grande, Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #333333;
}

body {
	background-color: #C0C0C0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 750px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#head {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	width: 750px;
	height: 97px;
}

	#head #eatup a {
		margin: 0;
		float: left;
		background: url(/_images/logo_eatup.png) no-repeat;
		width: 400px; height: 97px;
		
		text-indent: -9999px;
	}
		#head #eatup a:hover {
			background: url(/_images/logo_eatup.png) 0 -96px no-repeat;
		}
		
	#head #dvi a {
		margin: 0;
		float: right;
		background: url(/_images/logo_dvi.png) no-repeat;
		width: 140px; height: 97px;
		
		text-indent: -9999px;
	}
		#head #dvi a:hover {
			background: url(/_images/logo_dvi.png) 0 -97px no-repeat;
		}
		
	#head h1, #head h2 {
	
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	
	}
		
		

#splash {
	width: 750px;
	background-color: #CCCCCC;
}

/* alternate splash div for print & noflash */

#splashalt {
	text-indent: -9999px;	
	width: 750px;
	height: 278px;
	background-image: url(/_images/splash-alt2.jpg);
}

#nav {
	width: 750px;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
}

#nav ul {
	list-style: none;
	font-size: 80%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: lighter;
	margin: 0;
	padding: 0;
}

#nav li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: lighter;
	float: left;
	margin-left: 50px;

}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #f9b820;
	border-bottom: 1px dotted #f9b820;
}

#nav ul li a.active {
	color: #f2b820;
}

#content {
	width: 650px;
	background-color: #FFFFFF;
	font-size: 70%;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#content a {
	color: #006600;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;

}

#content h1 {

	margin-top: 15px;
	margin-bottom: 6px;
	font-size: 140%;
	color: #CC0000;

}

#content h2 {
	margin-top: 0px;
	margin-bottom: 16px;
	padding-top: 0px;
	font-size: 120%;
	color: #666666;

}


#content p {
	font-size: 100%;
	line-height: 140%;
	color: #000000;
}

#content h3 {
	font-size: 120%;
	color: #666666;
}

#content h3 a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

#content h3 a:hover {
	text-decoration: underline;
	border-bottom: none;
}


#footer {
	background-color: #C0C0C0;
	font-size: x-small;
	color: #666666;
	padding-left: 50px;
	padding-top: 5px;
	margin-top: 5px;
	height: 50px;
}