
body, table, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	border-spacing: 0;
 	border-collapse: collapse; 
	border-style: none;
	padding: 0;
	empty-cells: show;
	color: #2B2926;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   10px;
	line-height: 12px;
	font-weight: normal; 
}

td{
	vertical-align:top;
}

body{
	margin:0px;
	text-align: center;
	background: #2B2926 url(../media/bg_fade_bottom.jpg) bottom fixed repeat-x;
}

a {text-decoration: none; outline: none;}

a:link {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #444444;}
a:active {color: #000000;}

a.blackLink:link {color:#999999;}
a.blackLink:visited {color: #999999;}
a.blackLink:hover {color: #ed145a;}
a.blackLink:active {color: #999999;}

.header{
	font-size:14px;
	font-weight:bold;
}

.mainImage {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-340px;
	margin-left:-317px;
	z-index:1;
}

.nav {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:270px;
	margin-left:-250px;
	z-index:3;
}

.navItem {
	position:absolute;
	height:20px;
	top:0px;
	cursor:pointer;
	z-index:999;
	background:url(../media/trans.gif) repeat;
}

.slideShow {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-133px;
	margin-left:-253px;
	z-index:2;
	width:506px;
	height:381px;
	color:#2B2926;
	text-align:left;
	overflow:auto;
}

.overlay_bkup{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	z-index: 5;
	cursor: wait;
}

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 5;
	cursor: wait;
}

