body {
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
	margin:0 auto;
}

#asatori {
	margin:0 auto;
	width:800px;
}

#header {
	background-image:url(images/asatori.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:539px;
	margin:0 auto;
}

#strategy, #marketing, #production {
	color:#29335B;
	font-family:"trebuchet MS";
	font-size:13px;
	font-weight:bold;
	width:190px;
	float:left;
	line-height:15px;
}

#strategy {
	padding: 430px 0px 0px 70px;
}

#marketing {
	padding: 430px 0px 0px 50px;
}

#production {
	padding: 430px 0px 0px 60px;
}

#content {
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat;
	width:800px;
	margin:0 auto;
	padding-bottom:10px;
}

#content p{
	margin:0;
	padding:0 40px 10px 40px;
	color:#A8E0F9;
	font-family:"trebuchet MS";
	line-height:15px;
}

.bold {
	font-weight:bold;
	font-size:16px;
}

.align_center {
	text-align:center;
}

#footer {
	width:800px;
	margin:10px auto;
	text-align:center;
	font-family:"trebuchet MS";
	font-size:12px;`
}

#contact {
	float:left;

}

#copyright {
	float:right;
	color:#003366;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}