@import url(../common/common.css);


@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#max-bg-top {
	background: url(images/maxd-bg-top.jpg) no-repeat;
	width:1003px; height:45px;
	}
#content-wrapper 
{
	height:100%;
	background:transparent url(images/maxd-content-bg.jpg) no-repeat scroll top center;
	}
.content-pane {width:588px; float:left;margin:0 0 0 45px; padding: 28px 39px 60px 44px; }
.right-pane {width:168px; float:left; height:100%;
	
	padding:150px 31px 0 36px;
	margin-left:9px;
	margin-right:37px;
	}

h1 {
	margin-left:262px;
	height:31px; /* height of logo */
	width:317px; /* width of logo */
	background:url(images/maxd-head.png) no-repeat;
	text-indent:-9000px;
}

.max-content-left 
{ width:244px; float:left; padding: 0px 20px 0px 0px; 
	}
	
.max-text-left
{
	clear: left;
	float: left;
	width:244px;
	padding: 10px 20px 10px 0px; 
	
}
	
.max-content-left img {padding-bottom:20px;}	

.max-content-left h3 {clear:none;}
.max-content-left ul { margin-left: 14px;}



