@charset "utf-8";
*{
margin: 0;
padding: 0;
}

html,body {
	height: 100%;
	color: #26BCD7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#rightcopy #menu {
	padding-left: 29px;
	background-image: url(../images/menuunderline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
}
a{
	color: #26BCD7;
	text-decoration: underline;
}
 a:hover{
	color:#B5B6B6;
	text-decoration: underline;
}
#rightcopy #menu a{
	font-size: 12px;
	font-weight: bold;
	color: #26BCD7;
	text-decoration: none;
}
#rightcopy #menu a:hover{
	font-size: 12px;
	font-weight: bold;
	color:#B5B6B6;
}
#centervertically {
	height:550px;
	min-height: 550px;
	width: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/background.jpg);
	background-color: #26BCD7;
}
#MainBody {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#MainText {
	padding-left: 29px;
	margin-top: 22px;
	padding-right: 50px;
	height: 328px;
	overflow: auto;
}
#leftphoto {
	height: 402px;
	width: 251px;
	float: left;
}
#rightcopy {
	height: 402px;
	background-color: #FFFFFF;
	float: left;
	width: 529px;
}
#MainText h1 {
	font-size: 20px;
	font-weight: bold;
}
#MainText p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(../images/bottombackground.jpg);
	/*height: 29px;*/
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 6px;
	margin: 0px;
	height: 29px;
	width: 744px;
	text-align: right;
	float: left;
}
#MainText li {
	list-style-type: square;
}
#MainText ul {
	padding-left: 15px;
}
.floatleft {
	float: left;
}
.galleryrow {
	height: 80px;
	padding-bottom: 7px;
}
.galleryrow img {
	padding-right: 5px;
}
.activepage {color: #B5B6B6}
td p{
	font-size: 12px;
}

