@charset "utf-8";
/* CSS Document */

@import url("./imports/typo.css");
@import url("./imports/layout.css");
@import url("./imports/menu.css");

body{
	/*ATTENTION: Use em method for font-size properties throughout the text ex. font-size:1.3em*/
	font-size: 76%; /*Owen Briggs Em method, use em scaling for rest of site not going below 1em*/
	padding:0;
	margin:0;
	background-image:url(../images/floor-slice2.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}

.color2{
	background:url(../images/backgroundfill-40white.png);
}
.color1{
	background:url(../images/semitransparent-background.png);		
}

.credits{
	font-size:1.1em;
}




/*PRESS*/
#press{
	min-height:400px;
	width:740px;
}

#press ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#press ul li { 
	display: inline; 

}

ul li span{ 
	float:left;
}

#press .filetable{
	margin-top:10px;
}

#press .filetable .directory{
	font-size:1.2em;
}










