@charset "utf-8";
/* CSS Document */

html {
	background:url(../images/bgtiled.gif) repeat-y center;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	background:url(../images/bg.jpg) no-repeat top center;

}


h2 {
	text-indent:-10000px;
	background-image:url(../images/macrisfamily.jpg);
	margin:0;
	padding:0;
	height:150px;
}

h3 {
	display:none;
}

p {
	margin:20px 40px 10px 40px;
}

img {
	border:0;
}


div.section {
	padding:30px 0px 20px 40px ;
	clear:left;
}

div.section p {
	padding:0px 0px 10px 175px;
}

#content {
	width:550px;
	margin:0 auto;
	background-color:#000000;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration: none;
	line-height: 16px;
	height:100%;

}


.photo {
	float:left;
	border:2px solid #CCC;
	margin:0px 20px 0px 0px;
}
	
.monkeylink {
	text-decoration:none;
}	
a.monkeylink:link {
	color: #ff6600;
}
a.monkeylink:visited {
	color: #ff6600;
}
a.monkeylink:hover {
	color: #009900;
}
a.monkeylink:active {
	color: #009900;
}