#background
{
	position: relative;
	width: 1004px;
	margin: auto auto;
}
BODY.image
{
	background-image:url(images/background.jpg);
	width: 100%;
	height: 100%;
}
#banner 
{
	background-image:url(images/banner.png);
	width: 957px;
	height: 244px;
}

#navigation 
{
	position: relative;
	background-image: url(images/sidebar.png);
	top: 244px;
	width: 276px;
	height: 1350px;
}

#navigationLinksAbove
{
	position: absolute;
	top: 10px;
	left: 40px;
}

#navigationLinksBelowHome, #navigationLinksBelowSchool , #navigationLinksBelowWork, #navigationLinksBelowFarm, #navigationLinksBelowConserve, #navigationLinksBelowPrinciples
{
	position: absolute;
	left: 40px;
}

#navigationLinksBelowHome
{
	top : 200px ;
}

#navigationLinksBelowSchool 
{
	top : 270px ;
}

#navigationLinksBelowWork
{
	top: 200px;
}
#navigationLinksBelowFarm
{
	top: 270px;
}

#navigationLinksBelowConserve
{
	top: 280px;
}

#navigationLinksBelowPrinciples
{
	top: 360px;
}

A.Link{
	color: White;
	font-family:Arial;
	font-size: larger;
}

A.SubLink
{
	color: White;
	font-family:Arial;
	position: absolute;
	left: 25px;
}


A.SubLink2
{
	color: White;
	font-family:Arial;
	position: absolute;
	left: 35px;
}

#Home, #School, #Work, #Farm, #Conserve, #Contact
{
	position: absolute;
	left: 40px;
}

#Home
{
	top: 10px;
}

#School
{
	top: 50px;
}

#Work
{
	top: 90px;
}

#Farm
{
	top: 130px;
}

#Conserve
{
	top: 170px;
}

#Contact
{
	top: 210px;
}
#bodycontent 
{
	position: relative;
	background-image:url(images/background-white.jpg);
	width: 681px;
	height: 1350px;
	left: 276px;
}

#bodycontent h1 
{
	font-family: Arial;
	font-size: Large;
	color: Black;
}

#bodycontent p 
{
	font-family: Arial;
	font-size: medium;
	color: Black;
}

#bodycontent ul 
{
	font-family: Arial;
	font-size: medium;
	color: Black;
}

#bodycontent h2 
{
	font-family: Arial;
	font-size: medium;
	color: Black;
}

#bodycontent tr 
{
	font-family: Arial;
	font-size: medium;
	color: Black;
}