/*This is everything inside the white content area, including the curvey top graphic. This is a sub-style to the one found in _main.css */
div#content {
	height:600px;
}

/*This is the curvey top graphic. It's just a sliver with a graphic in it, no other content */
div#topcurve {
	background-image:url(images/topcurve.gif); 
	background-repeat:no-repeat; 
	padding-top:50px;
}

/* These are the three navigation images with drop-down menus. */
div#navpods {
	padding-top:25px;
}

div.navpod {
	display:inline; 
	position:relative;
}

div.navpod div.menu {
	width:146px; 
	visibility:hidden; 
	position:absolute; 
	top:15px; 
	left:0px; 
	text-align:center;
}

div.navpod div.menu a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:60%;
	color:black;
	font-family:sans-serif;
	display:block;
	padding-bottom:5px;
}

div.navpod div.menu a:hover {
	text-decoration:underline;
}
