/*
File: nav.css 
Written by Paul Haimes in 2007
*/

body {
	padding: 0; 
	margin: 0; 
	border: 0;	
	background: url(../grfx/theleapyear.gif) top center no-repeat #000; 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;

}

/*========================= define div areas here ================================*/

#container {
	background: none;
	width: 750px; 
	border: 0;
	text-align:left;
	margin: 10px auto;
	padding: 0;
}

#content {
	float: left;
	padding: 20px 25px 20px 65px;
	width: 450px;
	margin: 0;	
	min-height: 400px;
}

* html #content {
	height: 400px;
}

#top { 
	height: 412px;
	margin: 0;
}

#footer {
	margin: 20px 45px;
	padding: 1px 0;
	background: url(../grfx/tile.gif) top left repeat-x;
}

#rightnav {
	float: left;
	width: 150px;
	margin: 65px 0 5px 7px;
	padding: 0px 15px;
}
	
/*========================= text and img styles here ================================*/

p, td, li {	
	font-size: 0.8em;
	color: #fefefe;
	line-height: 1.4em;
}

a {
	color: #91afe6;
	text-decoration : underline;
}

a:hover  {
	text-decoration : none;
}

ul {
	margin: 0;
	padding: 0 20px;
}

h1 {
	margin: 1ex 0 0.5ex 0;
	letter-spacing : 1.5pt;
	color: #fff;
	font-size: 2.1em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin: 1ex 0 0.5ex 0;
	padding-top: 11px;
	color: #fff;
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: 1.6pt; 
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin: 1ex 0 0.5ex 0;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4, h5, h6 {
	margin: 1ex 0 0.5ex 0;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {	
	margin: 1ex 0px 0.5ex 0px;
}

img {
	border: 0;
}

/*========================= useful classes and specific styles here ================================*/

.clear {
	clear: both;
}

.meta {
	border-top: 1px solid #A0A09F;
	margin: 0.5em 0 1em 0;
}

#top h1 {
	margin-left: -999em;
}

#flyer {
	border: 1px solid #ccc;
}

#flyer:hover {
	border: 1px solid #91afe6;
}