	body
	{
		color: #000;
		background-color: #fff;
		margin: 0;
		padding: 0;
		width: 808px;
		font: 85% verdana, helvetica, sans-serif;
		text-align: center;
	}

	#container
	{
		margin: 0px;
		padding: 0;
		width: 806px;
		text-align: left;
		border-right: 1px solid #666;
		position: absolute;
		left: 0px;
		top: 0;
	}

	#leftside
	{
		margin: 0;
		padding: 0;
		float: left;
		width: 156px;
	}

	#inner
	{
		margin: 0px 6px 0 150px;
		padding: 200px 0 0 26px;
		height: auto;
		width: auto;
		position: relative;
	/*	border: 1px solid #f00;*/
	}

	#rightside
	{
		margin: -20px -9px 0 0;
		padding-bottom: 178px;
		float: right;
		width: 150px;
	}

	#header
	{
		margin:  0 0 0 156px;
		padding: 0;
		float: left;
		height: 150px;
		width: 651px;
		text-align: left;
		background-image: url("images/sf_heading.jpg");
		background-repeat: no-repeat;
		background-color: black;
		position: absolute;
		left: 0px;
	}

	h1, h2
	{
		color: #552CF7;
		font: 300% "arial black", verdana, sans-serif;
		text-align: center;
		font-weight: normal;
	}

	a:link {
            color: #f00;
		font-style: normal;
      }

	a:visited {
            color: #9E1B9E;
		font-style: normal;
      }

	a:hover, a:active
	{
		color: #00f;
		background-color: transparent;
		font-style: normal;
	}

	h2
	{
		font-size: 150%;
		margin: 0 0 2px 0;
		color: #6633cc;
	}

	h2 a, h3 a { text-decoration: none; }

	h3
	{
		text-align: center;
		color: #339999;
		font: 115% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
		padding-top: 15px;
	}

	h3 a:link, h3 a:visited, h3 a:active
	 {
		color: #5B5E0E;
		font-style: normal;
      }

	h3 a:hover
	{
		color: #FB5E9E;
		font-style: normal;
	/*	font-size: 108%; */
	}

	#contents
	{
		margin: -20px -7px 0 0;
		padding: 40px 170px 120px 0px;
		border-right: 1px solid #666;
	/*	border: 1px solid #0f0;*/
	}

	#contents p{ line-height: 150%; }

	#top_nav, #bottom_nav
	{
		display: none;
	}

	#top_nav
	{
		margin: 0 0 0 150px;
		position: absolute;
		left: 6px;
		top: 150px;
		z-index: 100;
	}

	#bottom_nav
	{
		position: relative;
		left: -26px;
		margin: 0 0 0 0px;
		width: 656px;
	}

	p.nav_menu
	{
		display: none;
	}

	.imagefloat
	{
		float: right;
		padding: 2px;
		border: 1px solid #9FA41D;
		margin: 0 0 10px 10px;
	}

	#header_image
	{
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		top: 60px;
		left: 90px;
	}

	#footer
	{
		color: #272900;
		background-color: transparent;
		text-align: center;
		padding: 5px 50px 5px 5px;
		font-size: 90%;
	}

	#bottom_image
	{
		float: left;
		margin: 0;
		padding: 0;
		height: 107px;
		width:100px;
		position: relative;
		left: 160px;
		background-color: transparent;
		background-image: url("images/earth_100.gif");
	/*	border: 1px solid #f00;*/
	}

	#bottom_image a
	{
		text-align: left;
		text-decoration: none;
		background-color: transparent;
		position: absolute;
		top: 0px;
	}

	#bottom_image a:hover
	{
		background-image: url("images/arrow_up.gif");
		background-color: transparent;
	}

	em
	{
            color: #A00;
		font-style: normal;
		font-weight: bold;
		font-size: 130%;
	}

