body{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
	color: #000000;
	line-height: 1.166;	
	padding: 0px;
	background-color:#fff;	
}

#address
{
    margin-left:auto;
	margin-right:auto;
    position:absolute;
	width:500px;
	height:200px;
	top:1500px;
	
}

#margin
{
    margin-left:10px;
	margin-right:10px;
}

#middle
{
    position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:1250px;
	background-color:#efe7d6;
	border: solid 1px #000000;
}

#textholder1
{
    position:absolute;
	width:800px;
	height:681px;
	background-image:url(pic1.jpg);
	top:0px;   
}

#textholder2
{
    position:absolute;
	width:300px;
	height:600px;
	top:500px;
	left:38px;   
}

#textholder3
{
    position:absolute;
	width:400px;
	height:400px;
	top:700px;
	left:380px;   
}

#textholder4
{
    position:absolute;
	width:400px;
	height:120px;
	top:1130px;
	left:200px;   
}

.small{font-size:12px;}
.bold{font-weight:bold;}

A:link {text-decoration: none; color:#0000FF}
A:visited {text-decoration: none; color:#0000FF}
A:active {text-decoration: none; color:#0000FF}
A:hover {text-decoration: underline; color: red;}

