@charset "utf-8";
/* CSS Document */
/*****************  Tags **************************** */
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration: underline; color: #00F;
}
body {
	background-image: url(images/ybca_spring.jpg);
	background-repeat: no-repeat;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	width:800px;
	margin-top:5px;
	margin-left:0px;
}
div {
	text-align:center;
}
iframe {
	border-style:solid;
	border-color:#999;
}
img {
	border:none;
}


/*****************  Classes **************************** */
.float-left {
 float:left;
}
.div-f1 {
 float:left;
 width:445px;
}
.div-f2 {
 float:left;
 width:155px;
}
.div-f3 {
 float:left;
 width:170px;
}
.div-c {
 clear:both;
}

/***************** IDs **************************** */