/* stonescircles version 2.0 */
/* coded by l.watts@monumental */
/* generic style */

/* container */

body {
	text-align: center; /* IE bug fix to force center */
	background-color: #993300;
}
#container {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}
#nav {
	position: relative;
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-indent: 15px;
	z-index: 2;
	letter-spacing: 0.1em;
	height: 20px;


}
#square {
	position: relative; 
	width: 580px;
	background-color: #000000;
	height: 580px;
	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: #CCCCCC;
	clear: both;
}
/* title */
h1 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
	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;
	color: #FFFFFF;
	font-weight: normal;
	margin: 10px 0px 0px;




}
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 */
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li a {
	float: left;
	background-color: #000000;
	display: block;
	line-height: 15px;
	width: 145px;
	text-decoration: none;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}
#nav ul li a:hover {
	background-color: #666666;
} 
#nav ul li {
	float: left; /* IE double-margin bug fix */ 
}
#nav ul {
	text-indent: 0px; /* IE margin indent bug fix */
}

