/* CSS Document */

div#left{
	width:355px;
	height:520px;
	float:left;
	overflow:hidden;
	background-color:#e7e2da;
	margin:15px 0 25px 16px;
	padding:13px 10px 10px 10px;
}
div#right{
	float:right;
	width:565px;
	height:520px;
	background-color:#dad3ca;
	margin:15px 16px 25px 0px;
	padding-bottom:23px;
}

img.sub_buttons{
	float:left;
	margin:10px 0 10px 10px;
}
/*
div#left p{
	border-bottom: 1px solid #cec7bb;
	padding-bottom:0;
}
*/