* {
 margin:0;
 padding:0;
}



img{
	vertical-align: top;
	border-style:none;
}

a {
	text-decoration: none;
}

#container {
    height: auto;
	width:904px;
	margin-right: auto;
	margin-left: auto;
}

#header {
}

#wrapper {
 width:904px;
 float:left;
}

#menu {
 width:150px;
 float:left;
}

#main {
 width:754px;
 float:left;
}

#footer {
 width:100%;
 clear:both;
}

.copy {
	background-color: #ffffff;
	text-align: right;
	line-height: 25px;
	font-size: 12px;
	font-family: sans-serif;
	color:#9a9a88;	
}
.copy2 {
	background-color: #ffffff;
	text-decoration: none;
	text-align: right;
	line-height: 12px;
	font-size: 10px;
	font-family: sans-serif;
	color:#717171;
}
.copy3 {
	background-color: #ffffff;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.copy4 {
	background-color: #f1f1f1; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	text-align:left;
	font-size: 13px;
	font-family: sans-serif;
	color:#272727;	
}
.copy5 {
	background-color: #a70000;
	text-align:center;
	font-size: 15px;
	font-family: sans-serif;
	color:#ffffff;	
}
.copy6 {
	background-color: #858585;
	text-align:center;
	font-size: 13px;
	font-family: sans-serif;
	color:#ffffff;	
}
.copy7 {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	font-family: sans-serif;
	color:#a12d2d;
	text-decoration: underline;
}
#slider {
    width: 754px; /* important to be same as image width */
    height: 501px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 754px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
ul {
	margin:0;
    padding:0;
	list-style-type: none;
}