@charset "utf-8";
/* CSS Document */

body {
   text-align: center;
   background-color: #000000;
   }
div.wrapper {
   text-align: left;
   margin-left: auto;
   margin-right: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0em 0em;
}
td { border: 0px; 
}
#container {
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	align: center;
}
#header {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
}
#menu {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
}
#content {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	background-color: #000000;
}
h4 {
    color: white;
    font-family: Century Gothic, Trebuchet MS, Verdana, Helvetica, sans-serif;
	}
.style1 {
	color: white;
	font-weight: bold;
	font-family: Century Gothic, Trebuchet MS, Verdana, Helvetica, sans-serif;
}
.style2 {
	color: white;
	font-weight: normal;
	font-size: smaller;
	font-family: Century Gothic, Trebuchet MS, Verdana, Helvetica, sans-serif;
}
#footer {
	font-size: small;
	border-top: 1px dashed #999999;
	text-align: center;
}
a:link {color: blue}
a:visited {color: blue}
a:hover {text-decoration: underline; color: red;}
a:active {color: blue}
img { 
border-style: none; 
text-decoration: none;
border:0;
} 
p {
color: white;
font-family: Century Gothic, Trebuchet MS, Verdana, Helvetica, sans-serif;
}


#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: absolute; /* important */
	overflow: hidden; /* important */
   margin-left: 0;
   margin-right: 0;
   top: 89px;
   float:left;
}
#sliderContent {
    width: 410px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
a:link {color: white;}
a:visited {color: white;}
a:hover {text-decoration: underline; color: red;}
a:active {color: white;}
a.blue{color: white;}
div.wrapper2 {
   text-align: left;
   margin-left: auto;
   margin-right: auto;
}