
/*  Hyperlinks */
a {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #660033;
	text-decoration: none;
	background-color: #FFFECE;
}

body {
	background-image: url(images/yovobgcolor.jpg);
	background-color: #FFFECE;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#header { 
	background: url(images/yovotheme_01.jpg) no-repeat bottom center; 
	height: 190px;
	width: 810px;
	position:relative;
	top: 0px;
	border: none; 
	z-index: 15;
	}
#page { 
	background: url(images/yovotheme_03.jpg) repeat-y top; 
	width: 760px;
	position:relative;
	height: 1500px;
	}
.pagecontent {
	text-align:left;
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	position:relative;
	top: 0px;
	}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 240px;
	text-align:left;
	float: right;
	}

#sidebar h1 {
	margin: 22px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	}
#sidebar h2 {
	margin: 5px 8px 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	}
.blogroll {
	margin: 5px 0 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
	}

img {
	margin: 0 5px 0 5px;
	}

.legal {	
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}


#footer { 
	background: url(images/yovotheme_04.jpg) no-repeat bottom; 
	height: 100px;
	width: 810px;
	position:relative;
	top: 0px;
	border: none; 
	z-index: 4;
	}
	
	