BODY 		{font-size:100%;
		 background-color: #1b66ff;
	  	 background-image: url(threebg.jpg);
		 background-repeat: no-repeat;
		 background-attachment: fixed;
		 }


#breadcrumbs	{display: block;
		 float: right;
		 font-size: .75em;
		 }

a:link		{color: #990400;
		 text-decoration: none;
		}

a:visited	{color: #2f0618;
		 text-decoration: none;
		}

a:hover		{color: #1b66ff;
		 text-decoration: none;
		}

.point		{font-size: 1.25em;
		 color: #622824;
		 font-weight: bold;
		 font-variant: small-caps;
		}

.point2		{font-size: 1.1em;
		 color: #412a9c;
		 font-weight: bold;
		 font-variant: small-caps;
		}

#main		{display: block;
		 position: absolute;
		 margin-top: 160px;
		 margin-left: 200px;
		 margin-right: 50px;
		 width: 750px;
		 color: black;
		}

.windowpane	{display: block;
		 width: 775px;
		 height: 340px;
		 overflow: auto;
		}


.blocker	{display: block;
		 width: 100px;
		 float: left;
		}

.blocker2	{display: block;
		 width: 200px;
		 float: left;
		}

.blocker3	{display: block;
		 width: 325px;
		 float: left;
		}

.grouper	{display: block;
		 float: left;
		 margin-top: 10px;
		 margin-bottom: 10px;
		}
		
.divider	{display: block;
		 width: 100%;
		 margin-top: 10px;
		 maring-bottom: 10px;
		}

.navigation	{display: block;
		 position: absolute;
	    	 margin-top: 250px;
		 margin-left: 5px;
		 width: 175px;
		 font-weight: small-caps;
		 font-style: bold;
		 font-size: 1.25em;
		 z-index: 1;
		 }


.nav:link	{color: #990400;
		 font-variant: small-caps;
		 font-weight: bold;
		 text-decoration: none;
		 display: block;
		 float: left;
		 width: 175px;
		 height: 40px;
		 vertical-align: middle;
		 }

.nav:visited	{color: purple;
		 font-variant: small-caps;
		 font-weight: bold;
		 display: block;
		 float: left;
		 width: 175px;
		 height: 40px;
		 vertical-align: middle;
		 }


.nav:hover	{color: red;
		 font-variant: small-caps;
		 font-weight: bold;
		 background: url(navlinkbg.png);
		 background-repeat: no-repeat;
		 display: block;
		 float: left;
		 width: 175px;
		 height: 40px;
		 vertical-align: middle;
		 }


h2		{color: #622824;
		 font-variant: small-caps;
		 margin-left: 30px;
		}

.illustration	{float: right;
		 padding-right: 10px;
		 padding-bottom:10px;
		}

.intnav:link	{color: #990400;
		padding-left: 18px;
		background: transparent url(intnavup.gif) no-repeat center left;
		text-decoration: none;
		}

.intnav:visited	{color: #2f0618;
		padding-left: 18px;
		background: transparent url(intnavvis.gif) no-repeat center left;
		text-decoration: none;
		}

.intnav:hover	{color: #1b66ff;
		padding-left: 18px;
		background: transparent url(intnavdown.gif) no-repeat center left;
		text-decoration: none;
		}

.quote		{padding-left: 50px;
		 display: block;
		 width: 600px;
		 margin-bottom: 10px;
		 clear: right;
		 color: #412a9c;
		}

