body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.1;
	font-weight: normal;
	text-align:justify;
	
}	
	
#wrap {
	width: 900px;
	position: relative;
	margin: 0 auto;
}


/* Element Defaults */

p {
	/*top right bottom left*/
	margin: 8px 0 0.8em 0;
	line-height: 1.2em;
	text-decoration: none;

	
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a img { border-width:0;}


/* Intro  */

#intro-wrap {
	position: absolute;
	z-index: 10;
	top: 5px;
	left: 5px;	
}

#intro-button {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#intro-button:visited, #intro-button:link { background-color: #00cc33; }
#intro-button:hover { background-color: #00ff33; }

#intro-buttonp1 {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#intro-buttonp1:visited, #intro-buttonp1:link { background-color: #cc6600; }
#intro-buttonp1:hover { background-color: #cc9966; }



#intro-buttonp2 {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#intro-buttonp2:visited, #intro-buttonp2:link { background-color: #663399; }
#intro-buttonp2:hover { background-color: #9933cc; }



#intro-buttonp3 {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#intro-buttonp3:visited, #intro-buttonp3:link { background-color: #cc9900; }
#intro-buttonp3:hover { background-color: #ffcc33; }



#intro-buttonp4 {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#intro-buttonp4:visited, #intro-buttonp4:link { background-color: #66ccff; }
#intro-buttonp4:hover { background-color: #99ccff; }


#intro-buttonp5 {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#intro-buttonp5:visited, #intro-buttonp5:link { background-color: #663333; }
#intro-buttonp5:hover { background-color: #996666; }


#intro-buttonp6 {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#intro-buttonp6:visited, #intro-buttonp6:link { background-color: #000066; }
#intro-buttonp6:hover { background-color: #3300cc; }


#intro-buttonp7 {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#intro-buttonp7:visited, #intro-buttonp7:link { background-color: #cc3300; }
#intro-buttonp7:hover { background-color: #ff3300; }


#intro-buttonp8 {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#intro-buttonp8:visited, #intro-buttonp8:link { background-color: #99cc33; }
#intro-buttonp8:hover { background-color: #ccff66; }


#intro-buttonp9 {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#intro-buttonp9:visited, #intro-buttonp9:link { background-color: #5a685b; }
#intro-buttonp9:hover { background-color: #abc6bf; }


#intro-copy {
	background-color: transparent;
	background: url('../images/intro-background.png');	
	padding: 10px;
	width: 205px;
	position: absolute;
	top: 0px;
	left: 45px;
	display: none;
}


/* Main Image */

#main-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;

}

#main-image_wrap_p3 {
/*	border: 1px solid red;*/
	position: absolute;
	top: 125px;
	width: 900px
	

}


#main-image_wrap_p3 a {
	outline:none;
	display: block;
	position: absolute;
	z-index: 100;
}


/* Navigation */


#navigation {
	position: absolute;
	z-index: 10;
	left: 750px;
	top: 500px;
	text-align: center;
}

#navigation-button {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#navigation-button:visited, #navigation-button:link {	background-color: #cc0066; }
#navigation-button:hover{ background-color: #ff3399 }


#navigation-button-subp {
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
}

#navigation-button-subp:visited, #navigation-button-subp:link {	background-color: #999; }
#navigation-button-subp:hover{ background-color: #ccc }



#navigation ul {
	position: absolute;
	width: 45px;
	height: 200px;
	top: 50px;
	left:0px;
	display: none;
	text-align: center;
}
#navigation li {
	margin-bottom: 3px;
}
#navigation li a {
	color: #222;
	text-decoration: none;
}
