/*watchmen.css - styles for the Watchmen 33 site*/
/*Evan G Chiu - May 2008 */

body{
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
	font-family: "bank gothic", bank gothic, charcoal, arial, sans-serif;
	font-size:14px;
	background: black url(../images/watermark.png) no-repeat fixed center;
	color: white;
}

/*fixed pixel wide box to contain the page*/
#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

/*get rid of stupid borders on image links*/
a img{
	border:0px;
}

/****global stuff***/

a{
	color: yellow;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	
	color: #dddd00;
	
}

.hidden{
	display:none;
}
.righted{
	text-align: right;
}
.lefty{
	float: left;
}
.righty{
	float: right;
}
.cleared{
	clear: both;
}

/**********************************verseline**/
#verseline{
	margin-top: 50px;
	background-color: yellow;
	color: black;
	padding: 2px;
	margin-bottom: 2px;
}

/**********************************navigation**/
#navigation{
	position: relative;
	height: 150px;
}
#shield{
	position: absolute;
	left: 350px;
	top: 10px;
}
#buttonlist{
	clear: both;
	border: 1px solid yellow;
}
#buttonlist a{
	color: yellow;
	text-decoration: none;
}
#buttonlist a:hover{
	text-decoration: underline;
}
#leftbuttons{
	float: left;
	width: 45%;
	text-align: center;
}
/*
#leftbuttons a{
	margin-left: 20px;
}
*/
#rightbuttons{
	float: right;
	width: 45%;
	text-align: center;
}
/*
#rightbuttons a{
	margin-right: 20px;
}
*/
#puller{
	clear: both;
	width: 100%;
}



/**********************************epicenter***/
#epicenter{
	text-align:left;
	border: 1px solid yellow;
	padding: 5px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}
h1{
	text-align: center;
}


/**********************************footer***/
#footer{
	font-size: 9px;
	text-align: justify;
}
#left_foot{
	text-align: center;
	width: 200px;
	float: left;
}
#right_foot{
	width: 250px;
	float: right;
	text-align: right;
}


/**********************************editor***/
hr{
	color: yellow;
}

