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

#heading{
	height: 34px;
	width: 816px;
	float: left;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
.content_container{
	height: 437px;
	width: 816px;
	float: left;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#workshops_info{
	height: 368px;
	width: 764px;
	margin-top: 7px;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 22px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #dbdbdb;
	text-align: justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5e5e5e;
	border-right-color: #5e5e5e;
	border-left-color: #5e5e5e;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e5e5e;
	background-color: #444;
	margin-right: auto;
	margin-left: auto;
}

#workshops_info a{
  text-decoration: underline;
	color: #ffffff;
}
#workshops_info a:hover{
  text-decoration: underline;
  font-weight: bold;
	color: #ffffff;
}