body {
	background: none;
	width: 667px;
	padding: 0px;
	margin: 0px auto;
	border: 1px solid #eee; }
@media all {
	body * { font-family: Arial, Helvetica, sans-serif; }
	p, div, td, th { font-size: 14px; }
	a img { border: none; }

	h1, .h1 { font-size: 24px; }
	h2, .h2 { font-size: 21px; }
	h3, .h3 { font-size: 18px; }
	h4, .h4 { font-size: 12px; }
}

.red { color: #c00; }

.yellowback { background: #ff0; }


.bluebox {
	background: #eee;
	font-size: 10px;
	padding: 1px 20px;
	margin: 10px; }

.pinkBox {
	width: 500px;
	background-color: #eef;
	border: ridge 2px black;
	padding: 10px 20px;
	font-family: verdana, serif;
	font-size: .8em;
	text-align: center; }

.blackyellowbox {
	border: 1px solid black;
	background: #fc3;
	margin: 0px auto;
	padding: 3px;
	width: 90%; }
.blackyellowbox div {
	background: white;
	padding: 10px;
	margin: 0px; }
.blackyellowbox div.boxfill {
	background: #ff9; }

.flashBox {
	width: 270;
	border: 1px solid black;
	padding: 2px; }

.successBox, .errorBox, .warningBox {
	font-weight: bold;
	padding: 5px;
	text-align: center;
	margin: .5em 16px; }

.successBox {
	background-color: #efe;
	border: 1px solid #090; }
.errorBox {
	background-color: #faa;
	border: 1px solid #c00; }
.warningBox {
	background-color: #fe9;
	border: 1px solid #FC0; }



#spd,
#blog {
	margin: 0px;
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/title-bg.jpg) repeat-x;
	border: 0;
	width: 100%;
}

#frame {
	border-collapse: collapse;
	height: 100%;
}

#head {
	background: url(../images/title-main.jpg) no-repeat top left;
	min-width: 900px;
	width: 900px;
	height: 190px;
	min-height: 190px;
	padding: 0px;
	margin: 0px;
	position: relative; }
#head img.title {
	position: absolute;
	left: 125px;
	top: 25px; }
@media print {
	#head {
		width: auto;
		height: auto; }
	#head img.title { position: inherit; }
}


#marquee {
	height: 38px;
	text-indent: 10px;
	font-size: 14px;
}
#marquee a {
	margin-left: 18px;
}
#marquee a:hover {
	color: white;
}
@media print {
	#marquee { display: none; }
}


td#content {
	vertical-align: top;
	padding: 15px;
	width: 100%;
}
td#content div.main {
	min-width: 700px;
	max-width: 700px;
	width: 700px;
}
@media print {
	td#content div.main {
		min-width: inherit;
		width: inherit; }
}

#fastblog {
	font-size: 15px;
}

#main {
}

#foot {
	border-top: 1px solid #666;
	padding: 5px;
}
#foot div {
	text-align: center;
	color: #666;
	font-size: 8pt;
	width: 720px;
}
#blog #foot div {
	width: 640px;
}


a, a:visited {
	color: #00346D;
}


#left {
	background:url(../images/menu-bg-column.jpg) repeat-y;
	vertical-align: top;
	min-width: 180px;
	width: 180px; }
@media print {
	#left { display: none; }
}

#menu {
	background: url(../images/menu-bg.jpg) repeat-y;
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: white;
}
#menu a {
	background: none;
	display: block;
	line-height: 40px;
	max-height: 40px;
	width: 180px;
	color: white;
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu a.current,
#menu a:active,
#menu a:focus,
#menu a:hover {
	background: url(../images/menu-hover.gif) repeat-x;
	color: black;
}


#bookingForm th {
	font: 10pt Verdana;
	font-weight: normal;
	text-align: right;
	clear: both;
}
#bookingForm td {
	font: 8pt Verdana;
	font-weight: bold;
}
#bookingForm .error,
#bookingForm #error {
	text-align: left;
	color: red;
	font-weight: bold;
	font-size: 7pt;
}

#upcomingWorkshops {
	width: 66%;
	margin: 0px auto;
	font: 0.9em Verdana, serif;
	border: 1px solid #bbb;
	color: #333333;
}


.book,
.cost {
	float: right;
	display: inline; }
.cost { float: left; }

p.workshopList {
	width: 420px;
	margin: 0px auto; }
p.workshopList a {
	border: 1px solid white;
	display: block;
	padding: 5px; }
p.workshopList a:hover {
	background: #ff7;
	border: 1px solid #f77; }


@media screen {
	.scrn { display: inline; }
	.prnt { display: none; }
}
@media print {
	.scrn { display: none; }
	.prnt { display: inline; }
}
@media print {
	#spd #spd-header { display: none; }
	#spd #spd-flash { display: none; }
	#blog #spd-header { display: none; }
	#blog #spd-flash { display: none; }
	#blog .navigation { display: none; }
	#blog #head img.title { position: static; }
	#blog a { padding-left: 7px; }
}
