/* THIS STUFF DEFINES THE PAGE GEOMETRY (AND FORMATTING THAT'S DEPENDENT ON IT ) */

body 
	{
    background-image: url('../images/swp_owl_logo_bgnd.jpeg');
    background-repeat: repeat-x;
	}

	#page 
		{
			position: absolute;
			top: 0px;
			left: 0px;
			margin: 0px;
			padding: 0px;
			min-width: 600px;
			max-width: 800px;
			min-height: 0; /* hack IE7.hasLayout */
		}

	#content 
		{
			position: static;
			margin-top: 90px;
			margin-left: 56px;
			background: white;
			line-height: 1.5em;
			max-width: 800px;
			font-family: Georgia, Palatino, 'Times New Roman', Times, serif;
			font-size: 0.9em;
			text-align: left;
		}

	#footer 
		{
			position: static;
			text-align: center;
			margin-left: 0px;
			margin-top: 0px;
			background: white;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			color: rgb(107,107,107);
			font-size: 0.8em;
			font-style: normal;
			font-weight: normal;
			padding: 0px 10px 0px 10px;
		}

	#footernav li 
		{
			margin: 0 0 0 0;
			display: inline;
			list-style: none;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			color: rgb(107,107,107);
			font-size: 0.8em;
			font-style: normal;
			font-weight: normal;
			border-left: 1px solid rgb(107,107,107);
			padding: 0px 10px 0px 10px;
		}

	#footernav li:first-child 
		{
			margin: 0 0 0 0;
			display: inline;
			list-style: none;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			color: rgb(107,107,107);
			font-size: 0.8em;
			font-style: normal;
			font-weight: normal;
			border-left: none;
			padding: 0px 10px 0px 10px;
		}

	#footernav a:link, #footernav a:visited 
		{
			color: rgb(107,107,107);
			font-size: 1.0em;
			font-style: normal;
			font-weight: normal;
			text-decoration: none;
		}

	#footernav a:hover 
		{
			text-decoration: underline;
			font-size: 1.0em;
			font-style: normal;
			font-weight: normal;
			color: rgb(153,51,0);
		}

	#copy
		{
			text-align: center;
			background: white;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			color: rgb(107,107,107);
			font-size: 0.8em;
			font-style: normal;
			font-weight: normal;
			margin: 0 0 0 0;
			padding: 0 0 20px 0;
		}


