body {
	margin-top: 10px;
}

#layoutlogic
 {
	width: 760px;
	background-color: #FFFFFF;
	display: block;
	margin: auto;
 }
 #layoutlogic1
 {
	width: 760px;
	background-color: #FFFFFF;
	display: block;
 }
#section {
	display:block;
	width: 760px;
	background-image: url(images/lawyersfeedthehungry.jpg);
	height: 460px;
	background-repeat: no-repeat;
	border: none;
	background-position: center top;
	margin: auto;
}
#section1 {
	display:block;
	width: 760px;
	background-image: url(images/splash.jpg);
	height: 460px;
	background-repeat: no-repeat;
	border: none;
	background-position: center top;
	margin: auto;
}
#section2 {
	display:block;
	width: 760px;
	background-image: url(images/layout2.jpg);
	height: 480px;
	background-repeat: no-repeat;
	border: none;
	background-position: center top;
	margin: auto;
}


#imagebox{
	margin: 0px;
	width: 460px;
	padding: 50px 0px 0px 530px;
	position: relative;
	display: block;
}

#imagebox h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

#imagebox a{
	text-decoration: none;
	color: #850000;
}

#imagebox a:hover{
	text-decoration: underline;
	color: #000000;
}

