@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }
p { margin:5px 0 10px 0; }

body {
  line-height: 1.3;
  color: #725b00;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin-left:10px;
  margin-top:5px;
  }
a {
	text-decoration:none;
	color:black;
}
a:hover {
	text-decoration:underline;
}
.myWrapper {
	width:800px;	
	background:url(images/bg.png) bottom left no-repeat;
	margin:0 auto;
}

#myHeader {
	background:url(images/header.jpg) no-repeat;
	height:116px;
	width:800px;
	
}
#myCard {
	background:url(images/card.png) no-repeat;
	height:770px;
	width:800px;
	position:relative;
	
}
#myCardAuction {
	background:url(images/card-auction.png) no-repeat;
	height:350px;
	width:800px;
	position:relative;
	
}
#myCardWorkshop {
	background:url(images/card-workshop.png) no-repeat;
	height:370px;
	width:800px;
	position:relative;
	
}
#myCardSponsorship {
	background:url(images/card-sponsorship.png) no-repeat;
	height:430px;
	width:800px;
	position:relative;
	
}
#myCardRegistration {
	background:url(images/card-registration.png) no-repeat;
	height:273px;
	width:800px;
	position:relative;
	
}
#BtnWorkshop{
	background:url(images/btnInfoShop.png) no-repeat 0 0;
	height:38px;
	width:366px;
	overflow:hidden;
	position:absolute;
	top:535px;
	left:218px;
}

#BtnDave{
	background:url(images/btnDave.png) no-repeat 0 0;
	height:30px;
	width:294px;
	overflow:hidden;
	position:absolute;
	top:332px;
	left:69px;
}
#BtnHotel1{
	background:url(images/btnHotel.png) no-repeat 0 0;
	height:30px;
	width:294px;
	overflow:hidden;
	position:absolute;
	top:709px;
	left:52px;
}
#BtnHotel2{
	background:url(images/btnHotel.png) no-repeat 0 0;
	height:30px;
	width:294px;
	overflow:hidden;
	position:absolute;
	top:268px;
	right:41px;
}
#BtnWorkshop:hover, #BtnWorkshop a:hover {
	background-position:0 -38px;
}
#BtnHotel2:hover, #BtnHotel2 a:hover,#BtnHotel1:hover, #BtnHotel1 a:hover, #BtnDave:hover, #BtnDave a:hover, #BtnInfoReg:hover, #BtnInfoReg a:hover{
	background-position:0 -30px;

}
#BtnWorkshop span, #BtnHotel2 span,#BtnHotel1 span, #BtnDave span, #BtnInfoReg span {
	display:none;
}


#BtnInfoReg{
	background:url(images/btnInfoReg.png) no-repeat 0 0;
	height:30px;
	width:294px;
	overflow:hidden;
	position:absolute;
	top:317px;
	right:50px;
}

#myBody {
}

#mySmallText {
	font-size:12px;
}

#Btn {
	background:#f0e1b9;
	margin-bottom:3px;
	height:25px;
	width:auto;
	position:relative;
	overflow:hidden;
	color:#000;
	margin-bottom:10px;
}
#Btn span {
	height:100%;
	width:100%;
	position:absolute;
	top:25%;
	left:5px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	
	
	
}
#Btn a, #Btn a:active, #Btn a:visited {
	text-decoration:none;
		color:#000;

}
#Btn a:hover, #Btn:hover {
	text-decoration: none;
	color:#fff;
	background-color:#ad8818;
}

.myWrapper ul{
	list-style:circle;
	padding-left:20px;
}
#regTable td{
	height:30px;
}

table td{
	height:50px;
}

table {
	background:url(images/bg.png) bottom left no-repeat;
}
