body, html, #page{
	/* 1st: italic |oblique |normal |inherit
		2nd: normal, small-caps, inherit
		3rd: normal |bold |bolder |lighter |100 |200 |300 |400 |500 |600 |700 | 800 |900 |inherit
		4th: xx-small x-small small medium large x-large xx-large smaller larger <length> <percentage>  inherit
		5th: line height

	*/
	font-style: normal;
	font-weight: normal;
	font-size:  medium;
	font-family: Gill Sans, Helvetica, Verdana, sans-serif	;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #bbb;
/*	 #dcdcdc;*/
}

html{
/*	background-image: url( left-greyshade.png);*/
	background-repeat: repeat-y;
	background-position: left;
}

body, #page {
	margin-top: 0px;
	margin-left: 0px;
}

#header {
	background: url( shaded-header.png ) no-repeat top left;
	width: 1052px;
	height: 800px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


a:link    { color: black; }
a:visited { color: #555; }
a:hover   { color: #c23225; }
a:active  { color: white; }


#navigation{
	margin-top: -825px;
	margin-left: 48px;
	float: left;
	font-size: 130%;
}

#navigation ul, #navigation li {
	list-style-type: none;
	margin-left: -4px;
	padding-left: 0px;
	font-variant: small-caps;
	line-height: 150%;
}

p.teaser{
	font-weight: bold;
}

#main{
	float: left;
	margin-top: -1000px;
	margin-left: 220px;
	padding-bottom: 250px;
}

#content-wrapper{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 300px;
	width: 900px;
	float: letf;
}


#bottom-boundary {
	background-image: url(bottom-decoration-2.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 800px;
	position: fixed;
	bottom: -39px;
	left: 200px;
	z-index: 5;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
