@import url(nav.css);

body {
	width: 750px;
	background-color: #FFFFFF;
	margin:0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:  url(../images/home_bg.jpg);
	background-repeat: no-repeat;
}

h1 { line-height: 1em;}

/* Special declarations -----------------------------*/

/* Home page navigation background */
#homepage #navbgnd {position: absolute; z-index: 1; left: 20px; top: 0px;}


/* Home page contents */
#homepage #content {background-color: transparent;}


/* Normal text */
.text {	
	color: #122159;
	background-color: inherit;
	line-height: 18px;

}
/* home page text */
div.homepagetext {
	position: absolute; 
	z-index:3; 
	left: 208px; 
	top: 162px; 
	width: 540px; 
	height: 188px; 
	font-variant: small-caps;
}
img.homepagetitle {
	width: 276px; 
	height: 20px;
}
/* list line with hoof bullets */
span.hoofitem {
	margin-left: .7em; 
	vertical-align: super;
	font-weight: bold;
	font-size: 12px;
	color: #639484;
}