@charset "utf-8";
/*
CSS Cascade Style Sheet for BCU Services 2014
*/
/* 
----------------Main Defaults--------------------

/* End============= Main Defaults ===================== */
/* ---------------- Float Content -------------------- */

#container	{

	position:relative;
	top:-10px;

 		width:1050px;
		height:1200px;
		margin-left:auto; 
		margin-right:auto;
        background-image:url(../../images/paper.gif);
		}

#float_image1
	{					
		float:right;
		width: 400px;
		margin: auto;
		margin-left: 20px;
		color:navey;
		font-size:10px; 
		font-weight:bold;
		text-decoration:none; 	/* stops the underline of hyperlink text */
     }
#float_image_map
	{					
		float:right;
		width: 400px;
		margin: auto;
		color:navey;
		font-size:10px; 
		font-weight:bold;
		text-decoration:none; 	/* stops the underline of hyperlink text */
     }
#nav_pos_fixed1{
		position:relative;
    	margin-top:1px; 

		height:36px;
		width:100%;

		}
#nav_pos_fixed2{
		position:relative;
    	margin-top:1px; 
		height:36px;
		width:100%;

		}
a.nav_txt_pos_fixed
	{
	position:absolute;
	top:5px;
	left:35px;
	font-family:arial, verdana;
	font-size:15px; 
	font-weight:bold;
	text-decoration:none; 	/* stops the underline of hyperlink text */
	width:150px;			/* prevents text wraping, value is 100 more than required */
	}
p.nav_txt_pos_fixed
	{
	position:absolute;
	top:-10px;
	left:35px;
	font-family:arial, verdana;
	color:aqua;
	font-size:15px; 
	font-weight:bold;
	text-decoration:none; 	/* stops the underline of hyperlink text */
	width:200px;			/* prevents text wraping, value is 100 more than required */
	}
/* End============= Float Content ===================== */
