body{
	font-size: .9em;
	margin: 0;
	background: #FDEDD0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.wdr-con{
	width: 100%;
	display: relative;
	margin-bottom: 30px;
}

/* Color Customization */
.topHead{
	background: #FF634D;
	padding-top: 8px;
}
.topLeft a, 
.topRight a{
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}
.topLeft a:hover, 
.topRight a:hover{
	text-decoration: underline;
}
.topLeft{ text-align: left; }
.topRight{ text-align: right; }

.title{margin-bottom: 30px;text-align:center;text-transform:uppercase;text-shadow:1px 2px 0 #EFD5A7;color:#3BD1D6;}



#imgSliceCon{
    overflow: hidden;
	width: 1024px;
	height: 400px;
    position: relative;
	margin: 0 auto;
}
#imgSliceCon div.sliceCon{
	position: relative;
	width: 1024px;
	height: 400px;
	overflow: hidden;
}
img{max-width:none;}