@charset "utf-8";
/* CSS Document */

body
{
	min-height:100%;
	min-width:100%;
	margin:0px;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	overflow:hidden;
}

#content_graphic
{
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content.png);
	width:810px;
	height:619px;
	background-repeat:no-repeat;
	text-align:center;
	margin-bottom:-619px;
}

#navigation
{
	position:relative;
	top:100px;
	left:45px;
	background-image:url(images/navigation.png);
	background-repeat:no-repeat;
	width:810px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-45px;
}

#links
{
	width:810px;
	margin-left:-50px;
}

#slide_show
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:125px;
	margin-bottom:-125px;
}

.border
{
	border:3px solid black;
}

#content
{
	position:relative;
	top:250px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:300px;
	overflow:auto;
}

#web_one
{
	position:fixed;
	bottom:10px;
	right:10px;
	color:#F90;
	font-size:10pt;
	z-index:1000;
	font-family:Tahoma, Geneva, sans-serif;
}

#web_one a:link
{
	color:#F90;
	text-decoration:none;
}

#web_one a:hover
{
	color:#F90;
	text-decoration:none;
}

#web_one a:visited
{
	color:#F90;
	text-decoration:none;
}
	