/*
Welcome to Hades the game CSS */

/*control main elements*/
body {
	background-color:#FFFFFF;
	margin:0;
	padding:50; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font:14px Times New Roman, Verdana, Arial, Sans-serif;
	color:#000;
	line-height:1.5em;
	}
	/*control selectors*/
p {
	text-align:justify;
	padding:0px;
	margin:0px 10px;
	}
h1 {
	font-size:1.3em;
	font-weight:normal;
	padding:2px;	
	margin:5px;
	}
h2 {
	font-size:1.1em;
	font-weight:bold;
	padding:2px;	
	margin:10px;
	}
h3 {
	font-size:1.1em;
	font-weight:normal;
	padding:2px;	
	margin:10px;
	color:#8F254D;
	text-align: center;
	}
h4 {
	font-size:0.8em;
	font-weight:normal;
	padding:2px;	
	margin:10px;
	}
/*control overall container*/	
#container {
	width:800px;
	height:600px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#FFFFFF;	
	}
/*control content header*/
#header {
	width:800px;
	height:190px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	}
/*control content */
#content {
	width:800px;
	height:546px;
	margin:0px;
	padding:0px;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	}
#content_gallery {
	width:800px;
	height:546px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	}
#content2 {
	width:700px;
	height:300px;
	align:center;
	margin:0px auto;
	padding:0px;
	background-repeat:no-repeat;
		}
		
#content3 {
	width:800px;
	align:center;
	margin:0px auto;
	padding:0px;
	background-repeat:no-repeat;
		}
/*control page display areas*/
#block {
	width:800px;
	margin:0px;
	padding:10px;
	position:relative;

	background-image:url(images/grey.png);
	background-repeat:repeat;
	}
#block-gallery {
	width:684px;
	height:466px;
	overflow:auto;
	margin:0px;
	padding:10px;
	position:relative;
	top:30px;
	left:100px;
	background-image:url(images/grey.png);
	background-repeat:repeat;
	}
/*control footer*/
#footer {
	width:800px;
	height:82px;
	margin:0px;
	padding:0px; 
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	}
	
	#footer2 {
	width:900px;
	height:82px;
	margin:0px;
	padding:0px; 
	background-image:url(images/footer2.jpg);
	background-repeat:no-repeat;
	}
#footer3 {
	width:900px;
	height:82px;
	margin:0px;
	padding:0px; 
	background-image:url(images/footer3.jpg);
	background-repeat:no-repeat;
	}
/*text in footer*/
#footer p {
	text-align:center;
	font-size:0.8em;
	font-weight:normal;
	padding:5px;
	margin:0px;
	}
/*control links*/
a:link {  
	color:#FFF;
	text-decoration:underline;
	}
a:visited {
	color:#CCC;
	text-decoration:none;
	}
a:hover {  color: #000; 
	text-decoration:none;
	background-color: #FFF;
	}
a:active {  color: #F00; 
	text-decoration:none;
	}
/*spacer div to clear floats*/
.spacer {
	clear:both;
	}
.float_r{
	float:right;
	margin:10px;
	border:3px solid #808CE7;
	}
.float_l{
	float:left;
	margin:10px;
	border:3px solid #808CE7;
	}
.border {
	border:1px dashed #66C;
	}
ul { 
	list-style-type:circle;
	line-height:220%;
	margin-left:220px;
	 }
.list { 
	list-style-type:square;
	margin-left:50px;
	line-height:180%;
	 }
