/* CSS Document */
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #666;
}
#container {
   position: relative;
 	margin-left: auto;
 	margin-right: auto;
	width: 1000px;
 	text-align: left;
   }
 body {
 	margin: 0 0 20px 0;
 	text-align: center;
 	}
#headline {
	position : absolute;
	width: 400px;
	height: 70px;
	top: 120px;
	left: 75px;
	z-index: 14;
}
#headline h1 {
	font-size: 24px;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	height: auto;
	font-weight: normal;
}
#bodycopy {
	position : absolute;
	top : 220px;
	left : 75px;
	width : 430px;
	height: 350px;
	text-align : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #666;
	font-size: 11px;
	line-height: 16px;
	z-index: 15;
}
#navigation {
	position : absolute;
	top : 75px;
	left : 75px;
	width : 440px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #666;
	font-size: 11px;
	z-index: 12;
}
#navigation a:hover {
	text-decoration: none;
	color: #006600;
}
#copyright {
	position : absolute;
	top : 660px;
	left: 75px;
	width: 880px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: left;
	color: #666;
	line-height: 95%;
}
#background {
	top: 50px;
	left: 50px;
	position : absolute;
	width: 900px;
	height: 600px;
	z-index: 2;
	background-color: #FFFFFF;
	border-top: #666 3px double;
	border-bottom : #666 1px solid;
}
#contact {
	position : absolute;
	width: 310px;
	height: 20px;
	top: 620px;
	left: 75px;
	text-align : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #666;
	font-size: 11px;
	z-index: 10;
}
#divider {
	position : absolute;
	width: 80px;
	height: 25px;
	top: 38px;
	left: 460px;
	z-index: 8;
}
#pic1 {
	position : absolute;
	top : 75px;
	left: 510px;
	width: 240px;
	height: 285px;
	z-index: 3;
}
#pic2 {
	position : absolute;
	top : 75px;
	left : 755px;
	width: 175px;
	height: 200px;
	z-index: 4;
}
#pic3 {
	position : absolute;
	top : 280px;
	left : 755px;
	width: 175px;
	height: 235px;
	z-index: 5;
}
#pic4 {
	position : absolute;
	top : 365px;
	left: 510px;
	width: 110px;
	height: 265px;
	z-index: 6;
}
#pic5 {
	position : absolute;
	top : 365px;
	left : 625px;
	width: 125px;
	height: 265px;
	z-index: 7;
}
#pic6 {
	position : absolute;
	top : 520px;
	left : 755px;
	width: 175px;
	height: 110px;
	z-index: 8;
}
#like {
	position : absolute;
	top : 608px;
	left : 75px;
	width: 55px;
	height: 25px;
	z-index: 8;
}
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #006600; font-weight: bold; }

