a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
/* here's where it really starts */

#Layercontainer {
	padding:0px;
	top: 0px;
	width: 800px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FDFDFD;

}

#Layernav {
	width:796px;
	height:90px;
	top: 10px;
	left: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
#Layermain {
	z-index:0;
	top: 10px;
	border: 1px;
	border-color: #000000;
	width: 796px;
	left: 0px;
	text-align: left;
	margin-top: 20px;
	background-color: #FFFFFF;
}
#Layerthumb {
	height:80px;
	z-index: 99;
	left: 0px;
	top: 10px;
	width: 796px;
	text-align: left;
	margin-top: 20px;
	background-color: #FFFFFF;
}

#Layertext {
	width:360px;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: lighter;
	top: 16px;
	right: 0px;
	float: right;
	background-color: #FFFFFF;
}

#Layerpic {
	width:360px;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: lighter;
	top: 10px;
	left: 0px;
	float: left;
	margin-top: 48px;
	background-color: #FFFFFF;
}

#Layerfoot {
	width:100%;
	height:30px;
	left: 0px;
	text-align: center;
	margin-top: 10px;
	float: left;
	background-color: #FFFFFF;
}	

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	
}

a {
	color: #3399FF;
	text-decoration: none;
}
h1 {
	font-size: 12pt;
	color: #666666;
	font-weight: lighter;
}
h2 {
	font-size: 10pt;
	color: #FF0000;
	font-weight: lighter;
	text-transform: none;
	letter-spacing: 1.25pt;
	word-spacing: normal;
	font-style: italic;
	font-variant: normal;
}
h3 {
	font-size: 9px;
	font-weight: lighter;
	color: #999999;
}
