/* MONUMENTAL version 3.0 */
/* generic style */

/* container */

body {
	text-align: center; /* IE bug fix to force center */
	background-color: #333333;
}
#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	height: 580px;
}
#nav {
	position: relative;  
	width: 250px;
	float: left;   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-indent: 15px;
	z-index: 2; 
	letter-spacing: 0.1em;
}
#square {
	position: relative; 
	width: 580px;
	background-color: #000000;
	height: 580px;
	float: right; 
	font-family: Lucida, Verdana, Helvetica, sans-serif;
	z-index: 1;
}

/* square */

p {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;	/* margin alters paragraph spacing */	
	margin-bottom: 5px;
	color: #333333;
	clear: both;
}
/* title */
h1 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: right;
	margin: 0px;
	height: 40px;
	position: relative;
	top: 20px;
	padding: 0px;
}
h2 {
	font-size: 11px;
	letter-spacing: 0.1em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	text-align: right;
}
/* caption */
h5 {
	font-size: 10px;
}
/* footer */
h6 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	clear: both;
	text-align: right;
	margin: 0px;
}
h6 a {
	color: #999999;
}
.clear {
	clear: both;
}
/* textbox */
#textbox ul {
	font-size: 11px;
}

/* nav */

#homeLink a .hotspot {
	position: absolute;
	background-image: url(../images/navbutton_monumental.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 250px;
	left: 0px;
	top: 0px;
}
#homeLink a .hover {
	position: absolute;
	background-image: url(../images/navbutton_monumental_hover.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 250px;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#homeLink a:hover .hover {
	visibility: visible;
}
#homeLink {
	text-indent: -1000%;
	height: 40px;
	width: 250px;
	margin: 0px;
	padding: 0px;
}
/* IE bug fix */
#homeLink a:hover {
	border: none; 
}
/* nav buttons */
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li a {
	background-image: url(../images/navbutton.gif);
	background-repeat: no-repeat;
	background-color: #000000; 
	display: block;
	line-height: 40px;
	width: 250px;
	margin-top: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #CCCCCC;
}
#nav ul li a:hover {
	background-color: #666666;
} 

