body {
	text-align: center;
	font-family:  arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}  

a{
	font-weight:bold;
	color: #000000;
	text-decoration:none
}

a:hover{
	text-decoration:underline;
}

a:active, a:visited{
	color: #000000;
}

h3{
	margin:0;
	padding:0;
}

#container{
	width:800px;
	margin: 10px auto;
	color: #333;
	line-height: 130%;
	text-align: left;
}

#top{
	padding: 0px;
	background-image: url(images/FencedinFamily-Logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
margin-left: 120px;
	padding-top: 32px;
	height:108px;
	width:594px;
	color: #27af00;
	font-size: 50px;
	text-align: center
}

#leftBlock{
	position:absolute;
	top:177px;
	margin-left: 0px;
	padding-bottom: 10px;
	background: #ffff96 url(images/frame_down_yellow.gif) no-repeat bottom center;
	width:200px;
	float: left;
}
#leftBlock ul{
	list-style-type:none;
	margin:0 20px;
	padding:30px 0 20px 0;
}
#leftBlock li{
	background: transparent url(images/sm_ballon_yel.gif) no-repeat top left;
	padding:0 0 0 28px;
	margin-bottom: 10px;
}
#leftBlock a{
	display:block;
	padding: 0;
	margin:0;
}
#leftBlock a.c{
	display:inline;
	color:#696969;
}

#leftBlock h3{
	display:block;
	background: transparent url(images/frame_top_yellow.gif) no-repeat center left;
	height: 28px;
	width: 200px;
}
#leftBlock h3 span{
	display:none;
}

#content{
	position:absolute;
	top:115px;
	margin-left: 220px;
	margin-right: 240px;
	padding-bottom: 10px;
	background: #a5ed92 url(images/frame_down_green.gif) no-repeat bottom center;
	width:360px;
	float: left;
}

#content h3{
	display:block;
	background: transparent url(images/frame_top_green.gif) no-repeat center left;
	height: 90px;
	width: 360px;
}
#content p{
	padding:0 4px 25px 4px;
}
#content h3 span{
	display:none;
}

#rightBlock{
	position:absolute;
	margin-left: 450px;
	top:177px;
	padding-bottom: 10px;
	width:500px;
}
#rightBlock ul{
	list-style-type:none;
	margin:0 20px;
	padding:30px 0 20px 0;
}
#rightBlock li{
	padding:0 0 0 28px;
	margin-bottom: 10px;
}
#rightBlock a{
	display:block;
	padding: 0;
	margin:0;
}

#rightBlock h3{
	display:block;
	height: 28px;
	width: 500px;
}
#rightBlock h3 span{
	display:none;
}


