@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color: #34BDE9;
	font-family:Arial, Helvetica, sans-serif;
	
}
p {
	margin:0px;
}
#background {
  position:absolute; 
  z-index:-1; 
  width:100%; 
  height:100%;
}

#page-container {
	border: 0px none;
	float:none;
	width:945px;
	color:#000000;
	z-index:2;
	margin: 0px auto;
	padding-top:50px;
	padding-bottom:50px;
}

.menu{
	background-image: url(../images/tp-menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left:5px;
}

.menu p{
	line-height: 45px;
}

.menu a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

.menu a:hover {
	text-decoration:underline;
}

.gallery img {
	border:2px solid #34BDE9;;
}

.gallery img:hover {
	border: 2px solid #FF0000;
}

.gallery td{
	text-align:center;
	padding-top:5px;
	
}

.menuheading{
	font-size: 18px;
	color: #FFFFFF;
	padding-right:25px;
}

