body {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(images/deforiapalmtree.gif);
	background-repeat:repeat-x;
	}

a {color: #33CCFF;}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
	
a:active {
	color: #808080;
	text-decoration: none;
	}
	
a:hover {
	color: #808080;
	text-decoration: none;
	}
	
a:link {
	text-decoration: none;
	border-width: 0;
	color: #59cccc;
	}
	
.ul {
	background-color:#FFFFFF;
	line-height: 1.5em;
	list-style-image: url(images/pont.gif);
	}

img {border-width: 0px;}

.bluehdr {
	font-size: medium;
	text-transform: uppercase;
	color: #59cccc;
	}
	
.greyhdr {
	font-size: x-large;
	color: #CCCCCC;
	text-transform: uppercase;
	}
.maintext {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 1px;
	font-family: "Arial Narrow";
	font-size: 100%;
	color: #808080;
	background-color: #FFFFFF;
	text-indent: 10px;
	line-height: 1.3em;
	}
	
.contacttext {
	color: #999999;
	font-family: "Arial Narrow";
	font-size: medium;
	font-weight: bold;
	list-style: url(Images/pont.gif);
	text-indent: 10px;
	}
	
.blueboldsm{
	color: #59cccc;
	font-family: "Arial Narrow";
	font-size: medium;
	font-weight: bold;
	list-style: url(Images/pont.gif);
	}

.greyboldsm{
	color: #999999;
	font-family: "Arial Narrow";
	font-size: medium;
	list-style: url(Images/pont.gif);
	font-weight: bold;
	}
	
.greysm{
	color: #999999;
	font-family: "Arial Narrow";
	font-size: 85%;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	}
	
.greysmi{
	color: #999999;
	font-family: "Arial Narrow";
	font-size: 85%;
	font-weight: normal;
	padding: 20px 10px 0px 20px;
	}
	
.links {color: #808080;}	

.rightlinks {
	text-align: right;
	color: #59cccc;
	font-size: medium;
	font-family: "Arial Narrow";
	padding: 0 10px 0 0;
	}
	
.whitetext {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	}	
	
.submittable {
	font-size: medium;
	color: #FFFFFF;
	}

.cright {
	text-align: right;
	font-family: "Arial Narrow";
	background-color: #CCCCCC;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 5px 5px 5px;
	}

.cleft {
	text-align: left;
	font-family: "Arial Narrow";
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-size: 12px;
	padding: 2px 0px 5px 2px;
	}
	
/* ---------- gallery styles start here ----------------------- */
.photo {
	margin: 10px;
	position: static;
	width: 300px;
	height: 400px;
	float: left;
	background-image:url(images/ajax-loader.gif);
}
.photo img {
	background: #ffffff;
	border: solid 0px #ffffff;
	padding: 5px;
	}
	
.photo span {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url() no-repeat;
}
.photo a {
	text-decoration: none;
}