@charset "utf-8";
/* CSS Document */

body {
	background-color: #AED7FF;
	/* OTHER APPEALING COLORDS 
			LIGHT BLUE: #AED7FF
 	*/
}

a:hover {
	color: green;
}

#page-block {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 700px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	background-color: #FFF;
}

#header {
	position: absolute;
	left: 276px;
	top: 31px;
	text-align: center;
	z-index: 2;
}

#topleft {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#bottomright {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

#footer {
	position: absolute;
	bottom: 15px;
	text-align: center;
	font-family: "Segoe Script";
	left: 320px;
}

#SLIDESHOW
{
	position: absolute;
	left: 205px;
	top: 140px;
	width: 600px;
	height: 450px;
	z-index: 2;
}

#SLIDESHOW img
{
	position: absolute;
	text-align: left;
	vertical-align: top;
	width: 600px;
	height: 450px;
	top: 0px;
	left: 0px;
}

#image0 
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#image1
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
}

#home_button img
{
	position: absolute;
	right: 50px;
	top: 20px;
	border-style: none;
}

#shop_button img
{
	position: absolute;
	right: 5px;
	top: 145px;
	border-style: none;	
}

#about_button img
{
	position: absolute;
	left: 5px;
	bottom: 145px;
	border-style: none;	
}

#news_button img
{
	position: absolute;
	left: 50px;
	bottom: 20px;
	border-style: none;
}

#Shop_Block
{
	position: relative;
	left: 135px;
	width: 450px;
	top: 135px;
	z-index: 1;
	border-style: solid;
	border-color: #999;
	border-width: 0px;
}

#Text_Block
{
	position: relative;
	left: 205px;
	top: 140px;
	width: 600px;
	height: 450px;
	z-index: 1;
	border-style: solid;
	border-color: #999;
	border-width: 0px;
	font-family: Segoe Condensed;
	font-size: 12pt;
	overflow: auto;
}