.picture_swap {
	width: 96px;
	height: 100px;
	float: left;
	background: url('images/pic.gif');
	background-repeat: no-repeat;
}

.head_container {
	width:451px;
	height: 100px;
	float: left;
	background: url('images/bg_top.gif');
	background-repeat: repeat-x;	 
}

/* ------------------ left bar -----------------------*/

.buttons {
	font:Arial;
	font-size:11px;
	padding-top:6px;
	padding-left:8px;
	padding-bottom:5px;
	position:relative;
	left:2px;
	margin-top:13px;
	border-bottom:2px solid #000000;
	border-top:2px solid #000000;
	border-left:2px solid #000000;
	border-right-image: url("images/bg_btn1.gif");
	background: url('images/bg_btn.gif');
	background-repeat: repeat-x;
}

/* ------------------ content -----------------------*/


.content_line {
	height:42px;
	background: url('images/bg_middle_dg.gif');
	background-repeat: repeat-x;
}

