body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: 81%;
	text-align: center;	
}

div.wrap1 {
	text-align: left;
	margin-left: auto; margin-right: auto;
	width: 804px;	
	background-image: url("images/header-background.jpg");
	background-repeat: no-repeat;
	margin-bottom: 2em;	
}

div.header {
	position: relative;
	height: 162px;
}

div.header h1 {
	position: absolute;	
	margin: 0px;
	padding: 0px;
	font-size: 220%;
	font-weight: normal;
	top: 65px;
	left: 56px;
	height: 70px;
}

div.header h1 a {
	height: 70px;
	display: block;
	text-decoration: none;
	color: black;
	background-image: url("images/wicket-logo.png");
	background-repeat: no-repeat;	
	padding-left: 70px;
	padding-top: 12px;
	-moz-outline: none;		
}

div.header div.caption {
	position: absolute;
	top: 142px;
	left: 50px;
	font-weight: bold;
	color: #CB5617;
}

div.body {
	border: 1px solid #D8D9DB;
	border-top-width: 1px;
	margin-left: 40px;
	margin-right: 40px;
}

div.intro {
	margin: 1em;
	margin-bottom: 0.5em;
}

div.intro p {
	padding-bottom: 0.5em;
}

p, dl, dt, dd, h2 {
	padding: 0px;
	margin: 0px;
}

span.comming-soon {
	color: red;
	font-weight: bold;
	display: block;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	padding: 0.2em 0.4em;
	border-top: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
	color: #CB5617;
}

div.item {
	border-left: 10px solid #F3F1C1;
	border-bottom: 1px solid white;
	margin-left: 4em;
	padding-top: 1em;
	padding-left: 1em;	
	padding-right: 2em;	
}

dl.offer {
	padding-bottom: 1em;
}

dl.offer dt {
	color: #92A36D;
	font-weight: bold;
	border-bottom: 1px dashed #92A36D;	
	display: inline;	
}

dl.offer dd {
	margin-top: 0.4em;
	margin-left: 1em;
}

dl.offer dd p {
	margin-bottom: 0.5em;
}

div.item p.item {
	padding-bottom: 1em;
}

a {
	color: blue;
}

div.copyright {
	padding: 1em;
	font-size: 70%;
	text-align: right;
	border-top: 1px solid #D8D9DB; 
}

dl.contact {
	padding-bottom: 1em;
}

dl.contact dt {		
	height: 1.5em;
	font-weight: bold;	
}

dl.contact dd {
	margin-left: 10em;	
	position: relative;
	top: -1.5em;		
}

dl.contact ul {
	margin: 0.3em;
	margin-left: 5em;
	margin-bottom: 0em;
	padding: 0em;
}

dl.contact ul li {	
	
}

div.synopsis div.day {
	color: #CB5617;
	border-bottom: 1px dashed #FFD8C0;
	padding-bottom: 0.2em;
	font-weight: bold;
}

div.synopsis ul {
	list-style: square;
}

div.synopsis ul ul {
	list-style: disc;
}

div.synopsis ul  {
	color: #CB5617;	
}

div.synopsis ul span,
div.synopsis ul div {
	color: black;
}

div.reference {
	float: right;
	width: 21em;
	margin-top: 4em;
}

div.reference p {
	margin-top: 0.5em;
}

div.reference p.author {
	font-weight: bold;
}

div.reference div.inner {
	font-size: 85%;
	text-align: justify;
	margin-left: 1em;
	padding-right: 1em;
	background-color: #F3F1C1;
	padding: 1em;
}

div.reference div.caption {
	color: #CB5617;
	font-weight: bold;	
}