/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 10px arial; 
	color: #000000; 
	background: #000;
	margin: 0px; 
	letter-spacing: 1px;
	}
a:link { 
	text-decoration: none;
	font-family: arial;
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	}
a:visited { 
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	}
a:hover { 
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #999;
	}
a:active  {
	font-family: arial;
	font-size: 15px; 
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
}

/* specific divs */
#container1 {
	width: 720px;
	height: 601px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	border: 0px solid #20496C;
	background-color: #000;
}
#image1 {
	position: absolute;
	width: 720px;
	height: 86px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	text-align: center;
	z-index: 1;
	border: 0px solid #20496C;
	background-image: none;
}
#image2 {
	position: absolute;
	width: 720px;
	height: 153px;
	margin-top: 86px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	text-align: center;
	z-index: 1;
	border: 0px solid #20496C;
	background-image: none;
}
#image3 {
	position: absolute;
	width: 720px;
	height: 159px;
	margin-top: 239px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	text-align: center;
	z-index: 1;
	border: 0px solid #20496C;
	background-image: none;
}
#image4 {
	position: absolute;
	width: 720px;
	height: 141px;
	margin-top: 398px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	text-align: center;
	z-index: 1;
	border: 0px solid #20496C;
	background-image: none;
}
#menu {
	position: absolute;
	width: 250px;
	height: 40px;
	color: #7E3B3A;
	font: 13pt/16pt arial; 
	font-weight: bold;
	margin-top: 210px;
	margin-right: auto;
	margin-left: 308px;
	margin-bottom: 5px;
	text-align: left;
	z-index: 4;
	border: 0px solid #20496C;
	background: none;
}
#link {
	position: absolute;
	width: 300px;
	height: 40px;
	color: #7E3B3A; 
	font-weight: normal;
	margin-top: 295px;
	margin-right: auto;
	margin-left: 310px;
	margin-bottom: 5px;
	text-align: left;
	z-index: 5;
	border: 0px solid #20496C;
	background: none;
}
#tonerwoods {
	position: absolute;
	width: 325px;
	height: 40px;
	color: #fff; 
	font-weight: normal;
	margin-top: 530px;
	margin-right: auto;
	margin-left: 200px;
	margin-bottom: 5px;
	text-align: center;
	z-index: 7;
	letter-spacing: 1px;
	border: 0px solid #20496C;
	background: none;
}
#sound {
	position: absolute;
	width: 10px;
	height: 10px;
	color: #7E3B3A; 
	font-weight: normal;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-align: left;
	z-index: 5;
	border: 0px solid #20496C;
	background: none;
}
.otherlinks {
	text-decoration: underline;
	font-family: arial;
	font-size: .7em;
	letter-spacing: 1px;
	color: #fff;
}

