@media screen {

body {
	background-attachment: scroll;
	background-image: url(../../images/blackbest_bgd.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial;
	background-position: top;
}

#container {
	width: 800px;
	margin-top: 10px;
	margin-left: 75px;
	padding-top: 10px;
	padding-left: 75px;	
}
#details_left li {
	list-style-type: square;
}

#details_left {
	width: 335px;
	margin-top: 10px;
	padding-top: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FDE8CE;
	margin-right: 10px;
	padding-right: 10px;
	top: 150px;
	position: absolute;

	
}

#registration {
	width: 380px;
	position: absolute;
	left: 500px;
	top: 120px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 20px;
	padding-top: 20px;
}

#verify {
	width: 380px;
	position: absolute;
	top: 75px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
}

#workshop_title {
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	position: absolute;
	left: 100px;
	top: 5px;
	width: 100%;

}

#workshop_title #subtitle {
	font-size: 12px;
	color: #339900;
	position: relative;
	top: 30px;
}


em {
	font-style: normal;
	font-weight: bold;
}

#map {
	position: inherit;
	left: -100px;

}

}

@media print {

#invisible_button {
	visibility: hidden;
	
	
}



#workshop_title {
	font-size: 35px;
	font-weight: bold;
	

}

#workshop_title #subtitle {
	font-size: 12px;
	
	position: relative;
	top: 30px;
}


#details_left li {
	list-style-type: square;
}

#details_left {
	width: 450px;
	margin-top: 10px;
	padding-top: 10px;
	border-right-width: thin;
	border-right-style: solid;
	margin-right: 10px;
	padding-right: 10px;
	top: 150px;
	position: absolute;
	
}

#registration {
	width: 380px;
	position: absolute;
	left: 500px;
	top: 120px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 20px;
	padding-top: 20px;
}


}

