/* NEEDS CLEANING 
	*/

table		{border-collapse: separate;
		empty-cells: show
		background-color: transparent;
		height: 480px; !important
		/* for IE only */
		height: 1%;
		width: 660px; 
		margin-top: auto;
		margin-left: auto;
		margin-right: auto;
		width: 40em;
		position: absolute;
		z-index: 3;
		
		}
.dummyend[id]{clear:both;}



body		{margin-top: auto;
		margin-left: auto;
		margin-right: auto;
		width: 40em;
		height: 100%;
		background-repeat: no-repeat;
		}

p.text 		{color: #c4d8ef;
		}

/* LINKS FORMATTING */
a:link 		{color: #996600;
		
		}
a:visited 	{color: #333333;
		}
a:hover 	{color: #663300;
		}
a:focus 	{color: #333333;
		}
a:active 	{color: #e0ffff;
		}

/* VARIOUS PADDING USED*/
td.pad3		{padding-left: 3%;
		padding-top: 10%;
		padding-bottom: 18%;
		padding-right: 3%;
		}

td.pad6		{padding-left: 6%;

		}

td.pad		{padding-left: 6%;
		
		padding-bottom: 6%;
		
		}

a		{text-decoration: none;
		}

/* VARIOUS TRANSPARENT PROPERTIES USED W/ IE HACK */
.trans2 	{filter:alpha(opacity=20);
		-moz-opacity:0.2;
		-khtml-opacity: 0.2;
		opacity: 0.2;
		}

.trans7	{filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		position: relative;
		z-index: -1;
		}

/* FLOATING BACKGROUND IMAGE */
.backer		{position: relative;
		padding-left: 85%;
		padding-top: 5%;

		filter:alpha(opacity=40);
		-moz-opacity:0.4;
		-khtml-opacity: 0.4;
		opacity: 0.4;
		z-index: 2;
		
		}



/* PHOTO SHADOWS */
.shadow 	{
    		background:#3399cc; /* shadow color */
    		margin: 0px;
    		position: relative;
		}

.frame 		{text-align: center;
    		background: #FFFFFF;
    		position: relative;
    		padding: 0px;
    		left:-3px; /* you can change this to change the amount of shadow */
    		top:-3px; /* you can change this to change the amount of shadow */
		} 

.wrapper 	{padding: 8px;
		} 

#layer4		{position: absolute;
		z-index: 1;
		}

#layer2		{position: absolute;
		z-index: 3;
		}

.scroll		{overflow: auto;
		height: 200px;
		}

#sans		{font-family: arial, sans-serif;
		}

.foo 		{
		
		}

.buggybox {height: 1%;}
#parentElement>.buggybox {height: auto;}

/*Mac-modified Tan Hack Method*/
* html .buggybox {height: 1%;} /* for IE/Win */
*>html .buggybox {he\ight: auto;} /* for IE5/Mac */ 