* {
	margin: 0;
	padding: 0;

}

html {
	height: 100%;
}

/*
 * IE hack - IE doesn't know min-height but does incorrectly interpret
 * height, effectively causing the same effect as min-height should in
 * this case. Uses IE's root ghost hack to only apply to IE.
 */
* html body {
	height: 100%;
}

/*
IE hack end here
*/

body {
	background: #2e486b url(../images/body_bg.png) repeat-y top center;
	position: relative;
	min-height: 100%;
	}

a img {
	border: 	none;
	}

#page {
	width: 		820px;
	margin: 	0 auto;
}
	
#header {
	background: #ffffff url(../images/header_bg.jpg) no-repeat left 26px;
	height: 	162px;

}

#navigation {
	height: 	40px;
	width:		820px;

}

#navigation li {
	float:		left;
	list-style-type:none;
	white-space:nowrap;
	height:		40px;
}

#navigation span {
	display: none;
}

#navigation li a {
	display:block;
	height:	40px;
}


#logo {
	padding-top:	33px;
	padding-left:	42px;
}

.metanav {
	float:		left;
	background: #ffffff url(../images/metanav_bg.png) repeat-x top left;
	height:		24px;
	width:		800px;
	padding-right: 10px;
	padding-left: 10px;
}

.metalinks {
	text-align: right;
	float:		right;
	clear: none;
}

.gotop {
	text-align: left;
	float:		left;
	clear: none;
}

.metahr {
	clear: both;
	background:	#ffffff url(../images/metanav_border.png) no-repeat top left;
	border: none;
	height:		2px;
line-height: 0px;
font-size:0px;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 	0px;
}

#content {
	padding-bottom: 50px;
	margin-left: 35px;
}

#content h1 {
	float:left;
	padding-top: 38px;
	padding-left: 5px;
	clear: both;
}

.main {
	float: left;
	padding-top: 15px;
	width: 745px;
	clear: both;
}

.frame_top_left {
	float: left;
	background: url(../images/frame_top_left.png) no-repeat top left;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 13px;
}

.frame_top_right {
	float: left;
	background: url(../images/frame_top_right.png) no-repeat top right;
}

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

.frame_bottom_right {
	float: left;
	background: url(../images/frame_bottom_right.png) no-repeat bottom right;
	padding: 5px;
	font-size: 0px;
	line-height: 0px
}


.news, .workshop, .paginator {
	clear: both;
	float: left;
	width: 760px;
}

.listhr, .extrahr {
	margin-top: 9px;
	margin-bottom: 3px;
	clear: both;
	background:	url(../images/hr_smal.png) no-repeat top left;
	border:		none;
	height:		2px;
	line-height: 0px;
	font-size: 0px;
}

.extrahr {
	margin-top: 16px;
	margin-bottom: 7px;
}

.text hr, .frametext hr {
	margin-top: 8px;
	margin-bottom: 10px;
	clear: both;
	background:	url(../images/hr_smal.png) no-repeat top left;
	border:		none;
	height:		2px;
	line-height: 0px;
	font-size: 0px;
}



.news_date, .workshop_info {
	float: left;
	padding-left: 7px;
	width: 85px;
}

.workshop_detailinfo {
	float: left;
	padding-left: 7px;
	padding-right: 20px;
	width: 110px;
}



.news_text, .workshop_text {
	float: left;
	width: 580px;
}

.more_link {
	font-style: italic;
}


.hrclear {
	clear: both;
	border:		none;
	height:		0px;
}

.text, .frametext, .teaser, .formfield, .errortext, .paginator, .extrainfo {
	padding-left: 5px;
}

.text {
	padding-right: 120px;

}

.extrainfo div {
	padding-top: 10px;

}

.extrainfo td {
	padding-right: 10px;
	padding-left: 0;
	margin-left: -2px;
}

.extrainfo table, .extrainfo td, .extrainfo tr  {
	border:none;
}

.formsubmit {
	margin-left: 5px;
}


.teaser {
	float: left;
	background:	url(../images/teaser_spike.png) no-repeat 15px top;
	width: 725px;
	padding-top: 6px;
	margin-top: 7px;
	padding-bottom: 10px;


}

.teaser_text {
	float: left;
	background-color: #6a6a6a;
	padding: 5px 20px 5px 10px;
	color: #fff;
	clear: both;
	margin-right: 100px;
}

.h2_edit_link {
	display:block; 
	float:left;
	padding-top: 42px;
	padding-left: 10px;
	font-size: 0.9em;
}


form {
	width: 400px;

}

.formfield {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

form input, form textarea {
	border: 1px solid black;
}

.errortext {
	padding-bottom: 5px;
	font-weight: bold;
}


.formerror {
	background-color: #D1DD98;
	margin-top: 5px;
	margin-bottom: 5px;

}


.errorlist li {
	list-style-type:none;
	white-space:nowrap;
	font-style: italic;
	font-weight: normal;
	padding-bottom:5px;
}

.paginator {
	padding-top: 20px;
	line-height:1.75em;
}

.paginator ul {
display:inline;
list-style-type:none;
margin:0pt 0pt 0pt 0.5em;
padding:0pt;
}

.paginator li {
display:inline;
}

.paginator li.disabled span {
	border:1px solid #6a6a6a;
	color:#6a6a6a;
	padding:0.1em 0.3em;
}

.paginator li.current span {
background-color:#335F99;
border:1px solid #335F99;
color:#FFFFFF;
padding:0.1em 0.3em;
}

.paginator a {
border:1px solid #335F99;
padding:0.1em 0.3em;
text-decoration:none;
}

.backlink {
	padding-top: 12px;

}
