body{
	background-color:#534741;
        text-align:center;
  
}
.content{
	width:800px;		
	text-align:left;
	position:relative;
	top:0px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */	
	margin-top:40px;
}
	.header{
		width:800px;
		background-color:#534741;	
		height:137px;
	}
	.content{
		width:800px;
		background-color:#534741;
		
	}
		.main_content{
			width:800px;
			background-color:#f78f1e;
			padding-top:30px;
			float:left;
		}	
			.left{
				float:left;
				padding-left:40px;
				padding-bottom:27px;
				padding-top:4px;
				width:217px;
				
			}
			.right{
				width:503px;
				float:left;
			}
				.right_header{	
					font-family:arial;
					font-size:24px;
					font-weight:bold;
					color:#ffffff;
					line-height:30px;
				}
				.right_copy{	
					font-family:arial;
					font-size:13px;
					font-weight:normal;
					color:#ffffff;
					line-height:24px;
				}
				ul.bullet24{
				list-style-type: disc;
				padding: 0px 0px 0px 15px;
				margin: 0;
				line-height:24px
				} 
				
				ul.bullet24 li{
					list-style-type: disc;
					padding: 0;
					margin: 0;
				} 				
				
	.footer{
		width:800px;
		background-color:#534741;
		height:124px;
	}
		

