#wrapper	{	width: 974px;
			margin-left: auto;
			margin-right: auto;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-size: 12px;
			
		}

#header		{	
			height: 100px;
			margin-top: 10px;
			background-color: #989898;
			background-image: url("images/bim_header.jpg");
			background-repeat: no-repeat;
			
		}


.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* MENU */

.menu	{
	width: 974px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent;
}

.menu ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 10px;
	float: left;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;

}


/* END MENU */






/* AQUA HOVER */
.menu ul li a:hover	{	color: #FFBC48;
					
				}



a:focus				{	border: none;
					outline: none;
				}


#mainright img	{	
			position: relative;
			left: -535px;
			float: left;
			top: 210px;
			border: none;
			outline: none;

		}

#twit img	{	outline: none;
			border: none;
			position: relative;
			left: -535px;
			margin-top: 13px;
			float: left;
			top: 190px;
			
		}


#mainleft	{	width: 974px;
			height: 350px;
			margin-top: -12px;
			background-color: #ffffff;
			background-image: url("images/contact.jpg");
			background-repeat: no-repeat;
			border-left: solid #989898 1px;
			
			
		}

#mainleft p	{	padding: 10px;
		}

#mainright	{	width: 0px;
			height: 350px;
			margin-top: -350px;
			background-color: #FFBC48;
			float: right;
			border-right: solid #989898 1px;
			
			
			
		}

#footer		{	width: 974px;
			height: 50px;
			margin-top: -10px;
			background-color: #C6C8CA;
			clear: both;
		}


#footer p	{	text-align: center;
			padding: 19px;
			color: #777777;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-size: 10px;
		}