@charset "UTF-8";
/* CSS Document */

*, html {
	margin:0px;
	padding:0px;
}

body {
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
	text-align:left;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	background: url(images/webBAR_01.jpg) fixed no-repeat left top;
	
	
}

/*left navigation bar*/
#leftbar {
	width:283px;
	float:left;

}

#leftbar h1 {
		display:block;
		width:283px;
		height:188px;
		background:url(images/header_img_01.gif) no-repeat fixed;
}

#leftbar h1 span {
	display:none;
}

#navcont {
	float:right;
	width:167px;
}

/*arrow content*/

#arrowcont {
	float:right;
	clear:left;
	width:167px;
	margin-top:50px;
	
}	

#arrowcont2 {
	float:right;
	clear:left;
	width:167px;
	margin-top:15px;
}



/*Main Body Content*/

#bodycont {
	float:left;
	clear:right;
	width:500px;
	height:500px;
	margin-top:80px;
	margin-left:80px;
	margin-right:10px;
	background:#ffffff
}

	