a:link {
	color:#FFF;
	text-decoration:none;
}      /* unvisited link */
a:visited {
	color:#FFF;
}  /* visited link */
a:hover {
	color:#D8C4E0;
	text-decoration:underline;
}  /* mouse over link */
a:active {
	color:#D8C4E0;
}  /* selected link */

#outer_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 3px 0 10px #CCC,  -3px 0 10px #CCC;
	border: thin solid #999;
	background-color: #FFF;
}
#main_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #9A5BA2;
	height: 40px;
	line-height: 40px;
	width: 1000px;
	vertical-align: middle;
	text-indent: 20px;
}
.main_titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #D8C4E0;
	height: 30px;
	line-height :30px;
	vertical-align: middle;
	width: 700px;
	text-indent: 20px;
	color: #9A5AA4;
}
#main_titlesServices {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #D8C4E0;
	height: 30px;
	line-height :30px;
	vertical-align: middle;
	text-indent: 20px;
	color: #9A5AA4;
}



#header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.main_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	padding-left: 20px;
	text-align: justify;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 5px;
}
.purple_border {
	border: thin solid #9A5BA2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9A5BA2;
	line-height: 16px;
	padding: 10px;
}
.purple_border a:link {
  color: #9A5BA2;
}
.purple_border a:visited {
  color: #9A5BA2;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #9A5BA2;
	text-align: center;
	padding: 5px;
}
.gallery_links a:link {
  color: #000000;
}
