/** DEFAULT BOX MODEL SYLE SHEET - POSITIONING **/

html			{
				position: absolute;
				min-height: 100%;
				width: 100%;
				height: 100%;
				top: 0px;
				left: 0px;
				margin: 0;
				padding: 0;				
				}
body			{
				min-height: 100%;
				width: 100%;
				height: 100%
				}
#GLOBAL			{
				position: absolute;
				min-height: inherit;
				width: auto;
				height: auto;
				display: block;
				}
/** ALL WIDTHS AND HEIGHTS ARE DETERMINED BY THEIR CONTENT AND SHOULD BE FIXED IN PIXELS OR SET TO AUTO **/
/** EVERY DIV NEEDS A WIDTH, HEIGHT, POSITION, AND MAY NEED PADDING **/
#TOP			{
				position: absolute;
				width: 100%;
				margin-top: .6em;
				height: auto;
				left:  0px;
				right:  0px;
				bottom:  auto;
				display: block;
				padding-top: 1em;
				}
#topleft		{
				position: absolute;
				width: 1%;
				min-width: 13.1em;
				top: 0px;
				left: 0px;
				right: 83%;
				display: inline;
				padding-bottom: .7em;
				}
#topcenter		{
				position: absolute;
				width: 64%; /** would be determined by banner image width, or auto **/
				min-width: 28em;
				top: -0.5em;
				margin-left: 14.5em;
				right: auto;
				bottom: auto;
				display: inline;
				padding: 1em;
				}
#menu			{
				position: relative;
				text-align: left;
				left: .5em;
				top: .3em;
				width: 600px;
				}
#details		{
				position: absolute;
				padding: 1em 0em 0em 0em;
				left: 42em;
				top: 16.3em;
				display: inline;
				text-align: center;
				line-height: 120%;
				}
#hline			{
				position: absolute;
				left: 245px;
				top: 176px;
				}
/**
#infostrip		{
				}
**/
#MIDDLE			{
				position: absolute;
				width: 100%;
				height: auto;
				top: 12.1em;
				left: 0px;
				right: 0px;
				bottom: auto;
				display: block;
				}
#middleleft		{
				position: absolute;
				width: 8em;
				top: -12px;
				left: 4em;
				right: 83%;
				bottom: 0px;
				display: inline;
				padding-top: .5em;
				padding-left: 0px;
				}
#leftlinks		{
				position: absolute;
				left: -1.7em;
				width: 10em;
				top: 9.2em;
				}		
#niceic			{
				position: absolute;
				top: 11em;
				left: 1.1em;
				}		
#affiliated		{
				position: absolute;
				top: 27em;
				left: 0.2em;
				}		
#afflinks		{
				position: absolute;
				top: 1.5em;
				left: -4.4em;
				text-align: center;
				width: 14em;
				}		
#vline			{
				position: absolute;
				top: 7px;
				left: 245px;
				bottom: 0px;
				display: inline;
				width: 0.1px;
				}
/**
#infostrip		{
				}
**/				
#middlecenter	{
				position: absolute;
				width: 35em;
				height: auto;
				top: 7px;
				left: 16em;
				bottom: auto;
				display: inline;
				padding: 2em
				}
#title			{
				position: absolute;
				padding: 1em 0.4em 1em 0.4em;
				width: auto;
				top: 1.1em;
				left: 1.1em;
				}
#wpdl			{
				position: absolute;
				padding: -0em 0.4em -0em 0.4em;
				width: 485px;
				top: 0em;
				left: 6.9em;
				}
#maintext		{
				position: absolute;
				left: -.05em;
				top: 3.9em;
				padding: 1.6em 0em 0em 1.1em;
				}
#textnav		{
				position: relative;
				top: auto;
				clear: both;
				width: 35em;
				height: auto;
				left: 0.4em;
				right: 0px;
				bottom: auto;
				display: block;
				padding: 1.5em;
				text-align: center;
				z-index: 3;
				}
#footer			{
				position: relative;
				top: auto;
				clear: both;
				width: 35em;
				height: auto;
				left: 5.7em;
				right: 0px;
				margin-bottom: 1em;
				display: block;
				padding: 1em;
				text-align: center;
				z-index: 3;
				}
#links			{
				position: relative;
				top: auto;
				clear: both;
				width: 35em;
				height: auto;
				left: 5.7em;
				right: 0px;
				margin-bottom: 1em;
				display: block;
				padding: 1em;
				text-align: center;
				z-index: 3;
				}
