body{
	font: 11px/13px "Arial", Sans-Serif;
	color: rgb(102,102,102);
	background: white url("images/sidelines.gif") repeat-y top center;
	margin: 0; padding: 0;
}
div#all{
	width: 750px; margin: 0px auto; padding: 0px 7px;
	position: relative;
	border: 1px solid white; border-width: 1px 0px;
}
div#head{
	margin: 8px 0px 0px 15px; padding: 10px 0px 32px 0px;
	vertical-align: middle;
}
h1, h2, strong{
	font-weight: bold; color: rgb(4,98,110);
}
h3{
	font-weight: normal; font-size: 12px; line-height: 14px; color: rgb(102,102,102);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/*main content area*/
div#main{
	background: url("images/mainbacktop.gif") no-repeat 0 0;
	margin: 0px;
	padding: 0px;
}
div#main div{
	background: url("images/mainbackbottom.gif") no-repeat 0 100%;
	width: 750px;
	margin: 0px;
	padding: 0px;
}
div#main div div{
	background: url("images/people.jpg") no-repeat 474px 30px;
	padding: 19px 26px 23px 26px; width: 698px;
}
div#main h2{
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
}
div#main h3{
	width: 430px;
}
div#main strong{
	color: black; font-size: 11px;
}
div#main ul{
	color: rgb(4,98,110); font-size: 11px; margin: 0px 0px 12px 0px; padding: 0px 0px 12px 0px; list-style: none;
	border-bottom: 1px solid rgb(68,130,139);
}
div#main ul li{
	background: url("images/bullet.gif") no-repeat 0 5px; margin: 0px; padding: 0px 8px;
}
div#main p.copyText{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 10px 0px;
}

/*movie box*/
p#movie{
	background: url("images/movieback.gif") no-repeat 0 0; position: relative;
	width: 480px; height: 24px; padding: 22px 10px 10px 10px; margin: 12px 0px 12px 0px;
	font-size: 12px; color: rgb(4,98,110);
}
p#movie a{
	display: block; width: 118px; height: 33px; position: absolute; top: 10px; right: 7px;
	font-size: 11px; line-height: 33px; color: rgb(4,98,110); text-align: center; text-decoration: none;
	background: url("images/moviebuttonback.gif") no-repeat 0 0;
}
/*footers*/
p.footer{
	font-size: 9px;
	margin: 0px;
	padding: 6px 0px 0px 0px;
}

/*Call to action box*/
div#callToAction{
	position: absolute; top: 5px; right: 7px; width: 250px; height: 98px;
	background: url("images/calltoactionback.gif") no-repeat 0 0; text-align: center;
}
div#callToAction h2{
	font-size: 17px;
	margin: 12px 0px;
}
div#CallToAction p strong{
	font-size: 15px;
}
div#callToAction p{
	font-size: 13px;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 4px 25px 0px 25px;;
	text-align: left;
}

a.button{
	display: block; width: 119px; height: 33px;
	background: url("images/buttonback.gif") no-repeat 0 0;
	line-height: 33px;
	font-size: 12px; font-weight: bold; text-decoration: none; color: white;
	margin: 10px auto;
}