body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#FFFFFF url(../images/background.jpg) no-repeat;
background-position:bottom center;
height:100%;
margin:0;
padding:0;
}

#container{
margin:0 auto;
width:988px;
position:relative;
}

#contentTop{
background:url(../images/bg-top.png) no-repeat;
height:22px;
}

#content{
background:url(../images/bg-tile.png) repeat-y;
}

#contentBottom{
background:url(../images/bg-bottom.png) no-repeat;
height:22px;
margin:0 auto;
width:988px;
}

#headerImages{
width:600px;
float:left;
margin-top:20px;
margin-left:17px;
}

#text{
margin-left:10px;
}

#sidebar{
margin-top:20px;
width:300px;
float:left;
margin-lefT:20px;
}

#menu{
width:250px;
position:absolute;
right:20px;
top:40px;
color:#2daec1;
}
#menu a{color:#2daec1;text-decoration:none;}
#menu a:hover{text-decoration:underline;}


#footer{
height:100px;
width:988px;
margin:0 auto;
color:#333333;
text-align:center;
}
#footer a{color:#333333;text-decoration:none;}
#footer a:hover{text-decoration:underline;}

h1{font-size:20px;
color:#2daec1;
font-weight:normal;
}
a{text-decoration:none;color:#2daec1;}
a:hover{text-decoration:underline;}
.clear{clear:both;}





#slider {
	width: 708px; /* important to be same as image width */
	height: 115px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	
}
#sliderContent {
	width: 919px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	left: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: 919px;
	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;
	margin:0;
	padding:0;
}

