body {
	/* position */
		margin: 0; padding: 0; z-index: 0;
	}
	
a:link {
	color: #fff; text-decoration: none;
	}
			
a:visited {
	color: #fff; text-decoration: none;
	}	

a:active {
	color: #fff; text-decoration: none;
	}
			
a:hover {
	color: #ff0000; text-decoration: none;
	}
	
	
	
/* page backgrounds */	
	
#homepage {
	/*background*/
		background-color: #000000; 
		background-image: url(images/outer_space.jpg);  
		background-repeat: no-repeat;
	}
	
#gallerypage {
	/*background*/
		background-color: #eeeeee; 
		background-image: url(images/moma_tile.jpg);	
		background-repeat: repeat;
	}
	
#altarpage {
	/* background */
		background-color: #eeeeee;  
		background-image: url(images/altar_papel_light.jpg);
		background-repeat: repeat;
	}		
	
.blackpage {
	/*background*/
		background-color: #000; 
	}

.graypage {
	/*background*/
		background-color: #555; 
	}
	
.lightgraypage {
	/*background*/
		background-color: #ddd; 
	}	
	
	
	
/* page components */	
	
#cornericon	{
	/* position */
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 3;
	/*background*/
		border-width: 1px;
		border-style: solid;
		border-color: #000;			
	}

#topnav {
	/* position */
		position: absolute;
		top: 10px;
		left: 0px;
		width: 850px;
		z-index: 1;
	/* font */
		padding: 0px;
		font-family: sans-serif;
		font-size: 12px; font-weight: bold; color: #fff;
		text-align: center;
		vertical-align: bottom;
	}	

#title {
	/* position */
		position: absolute; 
		top: 30px; 
		left: 0px; 
		height: 40px;		
		width: 850px; 
		z-index: 1;
	/* font */
		padding: 10px;
		font-family: serif;
		font-size: 36px; font-weight: bold; color: #fff;
		text-align: center;
		vertical-align: middle;		
	}
	
#titleblack {
	/* position */
		position: absolute; 
		top: 30px; 
		left: 0px; 
		height: 40px;		
		width: 850px; 
		z-index: 1;
	/* font */
		padding: 10px;
		font-family: serif;
		font-size: 36px; font-weight: bold; color: #000;
		text-align: center;
		vertical-align: middle;		
	}	
	
#leftnav {
	/*position*/
		position: absolute;
		top: 200px;
		left: 20px;
		width: 200px;
		height: 600px;
		padding: 10px;
	}
	
#leftcolumn {
	/*position*/
		position: absolute;
		top: 95px;
		left: 10px;
		width: 200px;
		height: 600px;
		padding: 10px;
	}

#maincontent {
	/*position*/
		position: absolute;
		top: 95px;
		left: 225px;
		width: 600px;
		padding: 10px;		
	}
	
#pagecontent {
	/* position */
		position: absolute; 
		top: 80px; 
		left: 0px; 
		margin: 0; 
		padding: 10px;
		width: 850px;
		z-index: 1;
		}
		
#lowerpagecontent {
	/* position */
		position: absolute; 
		top: 120px; 
		left: 0px; 
		margin: 0; 
		padding: 10px;
		width: 850px;
		z-index: 1;
	/* font */
		font-family: serif;
		font-size: 14px; font-weight: normal; color: #000;		
		}
		
#note {
	/* position */
		position: absolute; top: 600px; left: 20px; z-index: 2;
		width: 830px;
	/* font */
		font-family: sans-serif; 
		font-size: 10px; 
		font-weight: bold; 
		color: #000000; 
		text-decoration: none;
	}		
	
.innerbox {
	/* position */
		padding: 0px 0px 0px 15px;
		margin: 0px;
		border: 0px;
		margin: 5px; 
		}
	
		
		
/* fonts */	
	
.blocktext {
	/* font */
		font-family: sans-serif;
		font-size: 12px; font-weight: normal; color: #000;
		text-align: left;
		vertical-align: middle;
	}
	
.blocktextbold {
	/* font */
		font-family: sans-serif;
		font-size: 12px; font-weight: bold; color: #000;
		text-align: left;
		vertical-align: middle;
	}
	
.blocktext14 {
	/* font */
		font-family: sans-serif;
		font-size: 14px; font-weight: normal; color: #000;
		text-align: left;
		vertical-align: middle;
	}	
	
.blocktextbold14 {
	/* font */
		font-family: sans-serif;
		font-size: 14px; font-weight: bold; color: #000;
	}	

.blocktextserif {
	/* font */
		font-family: serif;
		font-size: 12px; font-weight: normal; color: #000;
	}
	
.blocktextserifbold {
	/* font */
		font-family: serif;
		font-size: 12px; font-weight: bold; color: #000;
	}
	
.blocktextserif14 {
	/* font */
		font-family: serif;
		font-size: 14px; font-weight: normal; color: #000;
	}	
	
.blocktextserifbold14 {
	/* font */
		font-family: serif;
		font-size: 14px; font-weight: bold; color: #000;
	}	

.blocktextserif18 {
	/* font */
		font-family: serif;
		font-size: 18px; font-weight: normal; color: #000;
		text-align: left;
		vertical-align: middle;
	}
	
.blocktextserifbold18 {
	/* font */
		padding: 0px;
		font-family: serif;
		font-size: 18px; font-weight: bold; color: #000;
	}	
	
.blocktextwhite {
	/* font */
		padding: 0px;
		font-family: sans-serif;
		font-size: 12px; font-weight: normal; color: #fff;
	}
	
.blocktextwhitebold {	
	/* font */
		padding: 0px;
		font-family: sans-serif;
		font-size: 12px; font-weight: bold; color: #fff;
	}
	
.blocktextwhite14 {	
	/* font */
		padding: 0px;
		font-family: sans-serif;
		font-size: 14px; font-weight: normal; color: #fff;
	}

.blocktextwhitebold14 {	
	/* font */
		padding: 0px;
		font-family: sans-serif;
		font-size: 14px; font-weight: bold; color: #fff;
	}	
	
.blocktextwhitebold18 {
	/* font */
		padding: 0px;
		font-family: serif;
		font-size: 18px; font-weight: bold; color: #fff;
	}	
	
	

/* menus and navigation compenents */	

ul.menu {
		display: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

ul.menu li {
		font-family: sans-serif;
		font-size: 12px;
		padding-left: 10px;
	}

a.menuLink, li a {
		text-decoration: none;
		color: #fff;
	}

a.menuLink {
		font-family: serif
		font-size: 18px;
		font-weight: bold;
		padding: 5px;
	}

a.menuLink a:hover {
		color: #fff; text-decoration: none;
	}	

ul.menu li a:hover {
		background-color: #aaa;
		color: #800080;
		padding-right: 10px;
	}
	