/* ==================
yovo website styles 
==================== */

/*  misc notes
	color: #FFFF66; /yellow text
	color: #FF9966; /red for links
	color: #CCCCCC; /gray
*/

body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFF99;
	background-image:  url(bgd1.jpg);
	margin: 0px;

}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
	border: none;
}

/*  Hyperlinks */
a {
	color: #FF9966;
	text-decoration: underline;
}
a:hover {
	color: #959596;
	text-decoration: overline;
	background-color: #000033;
}

/* Yovo Heading */
.yovo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
	position: absolute;
	height: auto;
	width: auto;
	left: 300px;
	top: 10px;
	letter-spacing: 1em;
	border: none;
	z-index: 4;
}
/* ========================= */
/* === Navigation  === */
/* === footer - cells  === */
.navfootl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: .3em;
	text-align: right;
	line-height: 22px;
	padding-bottom: 22px;

}
.navfootr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: .3em;
	text-align: left;
	padding-bottom: 22px;

}
/* === Nav Layers  === */
/* Main navigation - position and z-ind defined on page */
div.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
/* Link to yovo.info */
div.nav2home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: absolute;
	z-index: 6;
	height: 22px;
	width: 222px;
	left: 0px;
	top: 0px;
}
/* link to next page */
.nav2next {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: absolute;
	z-index: 7;
	height: 22px;
	width: 222px;
	left: 0px;
	top: 33px;
}


/* Table for body of the page */
.main1 {
	width: 100%;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}

/*   */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFCC;
	filter: DropShadow(Color=#FFFF33, OffX=4, OffY=4, Positive=true);
	font-weight: bold;
	letter-spacing: 1em;
	margin-bottom: 0px;
	margin-top: 0px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF33;
	filter: DropShadow(Color=#FFFF33, OffX=4, OffY=4, Positive=true);
	letter-spacing: .5em;
	margin-bottom: 10px;
	margin-top: 10px;
	}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF33;
	margin-bottom: 2px;
	margin-top: 0px;
	}
.copyright {
	position: absolute;
	left: 0px;
	top: 120px;
	}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFF33;
	margin-bottom: 2px;
	margin-top: -10px;
	}

