body {
	text-align: center;
	margin: 0px;
	background-color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
#maintable {
	height: 100%;
}

#centretable {
	    background-image:url(http://www.lak.co.za/sisters/images/bg.gif);
	    background-repeat: no-repeat;
	    background-position: top center;
	    background-attachment: fixed;}
    
#ContentLayer {
	background-color: #0C0C0C;
	scrollbar-base-color:#0C0C0C;
	scrollbar-arrow-color:#FF2200;
	text-align: left;
	border: 1px solid #000000;
	padding: 15px 25px 15px 40px;

	position:relative;
	width:720px;
	height:480px;
	z-index:1;
	overflow: auto;

	-moz-opacity:.85;
	filter:alpha(opacity=85);
}

/* this is to ensure that the text contained inside the transparent layer is opaque */
#MainContentLayer {
	-moz-opacity:1;
	filter:alpha(opacity=100);
}

.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
a:link.navlink, a:visited.navlink, a:active.navlink {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 2px;
	font-weight: normal;
}
a:hover.navlink {
	color: #FF2200;
	text-decoration: none;
	background-color: #0C0C0C;
	padding: 0px 2px;
	font-weight: normal;
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #AAAAAA;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
.main, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
h1 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: .25em;
	height: 16px;
}

h2 {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: .25em;
	height: 16px;
}

li {
	list-style-type: square;
}

.redbullet { 
	color: #FF2200; 
}
   
img.photo { 
	-moz-opacity:1; 
	filter:alpha(opacity=100);
} 

