body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img02.png) repeat center top;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #3B3B3B;
}

h1 {
	font-size: 2em;
}

h2 {
	letter-spacing: 1px;
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #F39650;
}

a:hover {
	color: #89D6E7;
}

/* Header */

#header-wrapper {
}

#header {
	clear: both;
	width: 1000px;
	margin: 0px auto;
}

/* header */

#logo {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: lowercase;
	font-size: 10em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 2px 2px 8px #333;
}

#logo h1 span {
	color: #FFFFFF;
}

#logo p {
	margin-top: -2em;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2em;
	color: #3B3B3B;
}

#logo p a {
	color: #3B3B3B;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#wrapper
{
	overflow: hidden;
	padding-bottom: 66px;
}

#page {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
}

/* Content */

#content {
	float: left;
	width: 1000px;
	background: url(images/trans.png) repeat-y top;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	
}
.sliver1 {
	float: left;
	width: 250px;
	height: 720px;
	top:20px;
	background: url(images/sliver1.jpg) no-repeat bottom;
}
.sliver2 {
	float: left;
	width: 250px;
	height: 720px;
	top:20px;
	background: url(images/sliver2.jpg) no-repeat bottom;
}
.sliver3 {
	float: left;
	width: 250px;
	height: 720px;
	top:20px;
	background: url(images/sliver3.jpg) no-repeat bottom;
}
.sliver4 {
	float: left;
	width: 250px;
	height: 720px;
	top:20px;
	background: url(images/sliver4.jpg) no-repeat bottom;
}

.topLabelleft{
	height: 50px;
	margin-bottom:-20px;
	padding-top: 0px;
	background: #F4E4C1;
}
.topLabelmid{
	height: 50px;
	margin-bottom:-20px;
	padding-top: 0px;
	background: #F4E4C1;
}
.topLabelright{
	height: 50px;
	margin-bottom:-20px;
	padding-top: 0px;
	background: #F4E4C1;
}
.topLabel{
	height:50px;
	margin: 0px auto;
	text-align: center;
	padding-top: 0px;
	font-size: 27px;

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	
	text-shadow: 1px 1px 3px #333;
	
}



/* Footer */

#footer {

	bottom: 0px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	background: #89D6E7;
	border-top: 5px solid #F39650;
	font-family: 'Arvo', serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #222222;
}

#footer a {
	color: #777777;
}

#banner {
	width: 1000px;
	margin: 0px auto;
}

#banner img
{
	border-radius: 8px;
}