html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	font-size: 100%;
}

:focus {
	outline: 0;
}

body {
	background: #398527 url(/images/BgRepeat.png) repeat-x fixed 0 0;
	color: black;
	
	font-family: arial, sans-serif;
	font-size: 62.5%;
	
	margin: 1em;
	padding: 0;
}

#pre_bar, #wrapper {
	position: relative;
	
	width: 900px;
	margin: 0 auto;
}

#pre_bar {
	display: none;

	color: white;
	font-size: 1.2em;
}

#pre_bar a img {
	vertical-align: middle;
}

#pre_lang {
	float: right;
	display: none;
}

#wrapper {
	border: 1px solid #255a18;
	background: white url(/images/ContentBgRepeat.jpg) 0 0 repeat-y;
	color: black;

	-moz-box-shadow: 0px 7px 20px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 7px 20px rgba(0,0,0,.3);
	box-shadow: 0px 7px 20px rgba(0,0,0,.3);
	
	margin-bottom: 7px;
}


#wrapper_b {
	background: transparent url(/images/ContentBgBottom.jpg) left bottom no-repeat;
	padding-bottom: 20px;
}

#wrapper_br {
	background: transparent url(/images/ContentBgBottomRight.jpg) right bottom no-repeat;
}

#wrapper_t {
	background: transparent url(/images/ContentBgTop.png) right top no-repeat;
}

#header h1 {
	display: block;
	margin: 0 0 0 180px;
	padding: 25px 20px;
}

#header h1 img {
}

#header span {
	display: block;
	float: left;
	padding: 7px;
}

#header span img {
	width: 151px;
	height: 122px;
}

#header {
	background-color: rgba(255,255,255,.8);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,.8), rgba(255,255,255,.4));
	background: -webkit-gradient(linear, center bottom, center top, from(rgba(255,255,255,.8)), to(rgba(255,255,255,.4))); 
	border-bottom: 1px solid #ccc;
	
	padding: 20px 20px 20px 10px;
}

#menu {
	width: 155px;
	float: left;
	
	padding: 30px 0 0 22px;
}

#content {
	margin: 20px 28px 20px 210px;
	padding: 1em 15px 50px 15px;
	
	min-height: 320px;
	height: auto !important;
	height: 320px;
	
	border: 1px solid #ccc;
	background: transparent url(/images/white50.png) repeat;
}

#content_spacer {
	float: right;
	margin-right: -10px;
	height: 320px;
	width: 1px;
}

#copy {
	text-align: center;
	padding: 3px;
	color: #67bc40;
	
	font-size: 1em;
}

#copy img {
	vertical-align: middle;
}

#copy a {
	color: #67bc40;
	text-decoration: underline;
}

#copy a:hover {
	color: white;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
	padding: 0 .4em;
}

.floatright {
	float: right;
	padding: 0 .4em;
}

.rightimg {
	float: right;
	padding-left: 1em;
	padding-top: 1em;
}

.leftimg {
	float: left;
	padding-right: 1em;
}

table.calendar {
	border: 1px outset #279412;
	font-size: .5em;
}

table.calendar td {
	padding: .2em;
	border: 1px inset #279412;
}

table.calendar td strong {
	color: #54ac34;
}

table.calendar th {
	padding: .2em;
	font-weight: bold;
	color: #54ac34;
}