@import url(_teasers.css);

body {
	background: #98E2E8 url(../images/bg/leftside.jpg) top left repeat-y;
	color: black;
	font-size: 90%;
	font-family: helvetica, arial, sans-serif;
}
a, a img {
	color: #9B1F18;
}

a img {
	border-color: #9B1F18;
}
div#header {
	
}
div#header h1 img {
	display: none;
}
div#header h1 {
	background: url(../images/bg/h1.jpg) top left no-repeat;
	position: absolute;
	top: 0px;
	left: 225px;
	height: 135px;	
	width: 525px;
}
div#content h2 {
	position: absolute;
	top: 105px;
	
}
div#main_menu {	
	background: transparent url(../images/bg/underline.gif) bottom right no-repeat;
	padding-bottom: 10px;
	position: absolute;
	top: 70px;
	right: 5%;
	padding-left: 259px;
}

div#main_menu span {
	margin: 0px 3px;
}
div#content {
	background: url(../images/bg/content.jpg) repeat-x;
	margin-left: 292px;
	padding-top: 140px;
}
div#flashheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 225px;
	height: 284px;
	background: url(../images/bg/flashheader.jpg) no-repeat;
}
div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}


