body {
	background-color: #ba60aa;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#wrap {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

#logo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}

#link {
	height: 60px;
	background-image: url(images/bg-gallery-pics-top.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
}
#imgrow {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #000;
}
#imgrow img {
	border: 2px solid #AD40AD;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#text {
	background-color: #812E80;
	background-image: url(images/tile-text.gif);
	font-size: 26px;
	text-align: justify;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4e1c49;
}
#footer {
	text-align: center;
	padding: 10px;
	font-size: 10px;
}
#footer a {
	color: #000;
}


#link a {
	font-size: 36px;
	font-weight: bold;
	color: #180C18;
}
#link a:hover {
	font-size: 36px;
	font-weight: bold;
	color: #4E1C49;
}

