/* CSS Document */

body {
	background-color:#548aaa;
	background-repeat:repeat;
}
#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:775px;
}
/*-----------------------------------------------*/
/*------------------ Index Page -----------------*/
/*-----------------------------------------------*/
#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:775px;
	height:76px;
	background-image:url(images/01.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:0px;
	top:76px;
	width:775px;
	height:76px;
	background-image:url(images/02.jpg);
	background-repeat:no-repeat;
	z-index:2;
}
#Layer3 {
	position:absolute;
	left:0px;
	top:152px;
	width:775px;
	height:76px;
	background-image:url(images/03.jpg);
	background-repeat:no-repeat;
	z-index:3;
}
#Layer4 {
	position:absolute;
	left:0px;
	top:228px;
	width:775px;
	height:76px;
	background-image:url(images/04.jpg);
	background-repeat:no-repeat;
	z-index:4;
}
#Layer5 {
	position:absolute;
	left:0px;
	top:303px;
	width:775px;
	height:76px;
	background-image:url(images/05.jpg);
	background-repeat:no-repeat;
	z-index:5;
}
#Layer6 {
	position:absolute;
	left:0px;
	top:379px;
	width:775px;
	height:76px;
	background-image:url(images/06.jpg);
	background-repeat:no-repeat;
	z-index:6;
}
#Layer7 {
	position:absolute;
	left:0px;
	top:455px;
	width:775px;
	height:76px;
	background-image:url(images/07.jpg);
	background-repeat:no-repeat;
	z-index:7;
}
#Layer8 {
	position:absolute;
	left:0px;
	top:531px;
	width:775px;
	height:76px;
	background-image:url(images/08.jpg);
	background-repeat:no-repeat;
	z-index:8;
}
#Layer9 {
	position:absolute;
	left:0px;
	top:607px;
	width:775px;
	height:76px;
	background-image:url(images/09.jpg);
	background-repeat:no-repeat;
	z-index:9;
}
#Layer9CON {
	position:absolute;
	left:0px;
	top:607px;
	width:775px;
	height:455px;
	z-index:9;
}
#Layer10 {
	position:absolute;
	left:0px;
	top:683px;
	width:775px;
	height:114px;
	background-image:url(images/10.jpg);
	background-repeat:no-repeat;
	z-index:10;
}
#Layer10CON {
	position:absolute;
	left:0px;
	top:1062px;
	width:775px;
	height:114px;
	background-image:url(images/10.jpg);
	background-repeat:no-repeat;
	z-index:10;
}
#contentArea {
	position:absolute;
	left:62px;
	top:543px;
	width:646px;
	height:175px;
	z-index:11;
}
#copyRight {
	position:absolute;
	left:1px;
	top:795px;
	width:800px;
	height:33px;
	z-index:12;
}
#copyRightCON {
	position:absolute;
	left:1px;
	top:1195px;
	width:800px;
	height:33px;
	z-index:12;
}

/*-----------------------------------------------*/
/*------------------- Buttons -------------------*/
/*-----------------------------------------------*/
#homeButton {
	position:absolute;
	left:98px;
	top:115px;
	width:96px;
	height:68px;
	z-index:12;
}
#galleryButton {
	position:absolute;
	left:89px;
	top:200px;
	width:145px;
	height:48px;
	z-index:13;
}
#contactButton {
	position:absolute;
	left:89px;
	top:290px;
	width:145px;
	height:88px;
	z-index:14;
}

/*-----------------------------------------------*/
/*------------------Text Styles------------------*/
/*-----------------------------------------------*/
.contentTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#548aaa;
}
.contentSub {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#548aaa;
}
.contentBold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#548aaa;
}
.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana;
	font-size:12px;
	color:#548aaa;
}
.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

/*-----------------------------------------------*/
/*------------------Link Styles------------------*/
/*-----------------------------------------------*/
a:link {
	color: #af0052;
	text-decoration:none;
}
a:visited {
	color: #af0052;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #af0052;
	text-decoration:none;
}

