@charset "utf-8";
body {
	font-family: Verdana, "Myriad Pro", arial, Sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.block {
	float: right;
	width: 150px;
	display: block;
	text-align: right;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 0px;
}
em {
	font-family: Georgia, "Times New Roman", Times, serif;
}



a:link {
	color: #009ff6;
	text-decoration: none;
}
a:visited {
	color: #009ff6;
	text-decoration: none;
}
a:active {
	color: 009ff6;
	text-decoration: none;
}




.date {
	float: left;
	width: 150px;
	display: block;
	text-align: left;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#pagewrap {
	width: 715px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	height: 100%;
}
#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 60px;
	width: 100%;
}
#header p {
	padding-left: 10px;
	margin: 0px;
	padding-top: 6px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}


#workshop {
	margin-top: 20px;
	width: 328px;
	float: left;
	text-align: justify;
}
h1 {
	font-family: "Myriad Pro", Verdana, Sans-serif;
	font-size: 21px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}
.sub {
	font-size: 13px;
}


#show {
	margin-top: 20px;
	width: 328px;
	float: right;
	text-align: justify;
}
.clear {
	clear: both;
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: justify;
	color: #666666;
}
.strike {
	text-decoration: line-through;
}

