@charset "utf-8";
/*
CSS Cascade Style Sheet for Support Us BCU 2012
*/
/* 
----------------Main Defaults--------------------

/* End============= Main Defaults ===================== */
/* ---------------- Float Content -------------------- */
#container	{

	position:relative;
	top:-10px;

 		width:1050px;
		height:2200px;
		margin-left:auto; 
		margin-right:auto;
        background-image:url(../../images/paper.gif);
		}
#float_image1
	{					
		float:left;
		width: 200px;
		margin-right: 20px;
		color:navy;
		font-size:10px; 
		font-weight:bold;
		text-decoration:none; 	/* stops the underline of hyperlink text */
     	}
.quote {
		Font-style: italic;
		}
/* End============= Float Content ===================== */
