/*body section*/
body {
	background-image: url(http://www.laurangroup.com/beachclub/common/images/bg.gif);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color:#239c7b;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color: #239c7b;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #239c7b;
	scrollbar-darkshadow-color: #ffffff;
	font-family: verdana, ms trebuchet, trebuchet;
	color: #333333;
}

/*links section*/

a:link {
	font-weight: normal;
        font-family: verdana, trebuchet, trebuchet ms, verdana;
	text-decoration: underline;
	color:  #239c7b;
}

a:active {
	font-weight: normal;
        font-family: verdana, trebuchet, trebuchet ms, verdana;
	text-decoration: underline;
	color:  #239c7b;
}

a:visited {
	font-weight: normal;
        font-family: verdana, trebuchet, trebuchet ms, verdana;
	text-decoration: underline;
	color:  #239c7b;
}

a:hover {
	font-weight: normal;
        font-family: verdana, trebuchet, trebuchet ms, verdana;
	text-decoration: underline;
	color:  green;
}

.topmenu a:link {
	font-weight: bold;
	text-decoration: none;
	color:  #ffffff;
	font-size: x-small;
}

.topmenu a:active {
	font-weight: bold;
	text-decoration: none;
	color:  #ffffff;
	font-size: x-small;
}

.topmenu a:visited {
	font-weight: bold;
	text-decoration: none;
	color:  #ffffff;
	font-size: x-small;
}

.topmenu a:hover {
        background: #ffffc6;
        display: block;
	font-weight: bold;
        font-family: verdana, trebuchet, trebuchet ms, verdana;
	text-decoration: none;
	color:  #9c639c;
	font-size: x-small;
}


/*main divisions*/

.main {
	width: 785px;
	height: 100%;
	font-size: x-small;
	background: transparent;
	border-left: 2px solid #239c7b;
	border-right: 2px solid #239c7b;
}

table.topmenu {
	width: 100%;	
}

table {
	font-size: x-small;
}

td.topmenu {
	width: 85px;
	text-align: center;
	background: #9c639c;
	border-bottom: 5px double #6D466D;
                font-size: x-small;
}

/*page divisions*/

h2 {
	color: #23b297;
	text-align: left;
	font-weight: normal;
}

hr {
	color: #C3E4D1;
	height: 1px;
	width: 95%;
}


p.fineprint {
	font-size: xx-small;
}

ul {
                list-style: square;
}

li {
	text-decoration:  none; 
	margin-bottom: 5px;
	margin-left: 15px;
	text-align: left;
	list-style: square;
}

img.1 {
	border-left: 2px solid #666666;
                border-top: 2px solid #666666;
	border-right: 2px solid #cccccc;
                border-bottom: 2px solid #cccccc;
}




























