@charset "utf-8";
/* CSS Document */



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/stripebg.png) repeat;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-size: small; 
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}


A:link {text-decoration: none; color: #CCC;}
A:visited {text-decoration: none; color: #CCC}
A:active {text-decoration: none; color: #CCC}
A:hover {text-decoration: underline; color: #CCCCCC}

p { font-family: 'Arial'; color: #CCCCCC; font-size: 16px; line-height: 25px; margin-bottom: 20px;}

#menu ul {list-style: none; width: 700px; margin:0px; padding: 0px; margin-left:50px;}
#menu li {width: 500px; float:left; left:120px;  margin:0px; padding: 0px; list-style: none;}
#menu h2 {font-size: 15px; padding-top: 10px;}
#menu h3 {width: 120px; float:left;}
#menu h3 img {border:none;}

#container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px;
	 min-height:100%;
   position:relative;
}

#inner {
	margin: 0 auto;
	height: auto;
	width: 600px;
	padding-bottom:20px;
	border: none;
	position: relative;
}

#headerimg {
	background: url(images/header.png);
	height: 250px;	
	width: 500px;
	color: #336699;
	left: 50px;
	top: 20px;
	position: relative;
}

#symbol {
	height: 365px;
	width: 232px;
	float: right;
	margin-right: 50px;
	margin-top: 0px;
	background:url(images/symbol.png)
}

#top {
	height: 225px;
	width: 100%;
	background: url(images/top.png) repeat-x;
	position: absolute;
	top: 0px;
}

#nav {
	text-align: center;
	font-size: larger;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	height: 10px;
	position: relative;
	height: 25px;
	width: 558px;
	padding: 12px;
	background: url(images/buttons.png);
	font-family: 'Arial'; color: #CCCCCC; font-size: 16px; line-height: 25px;  word-spacing: 1.5px;  letter-spacing: 2.5px; }

#body {
   padding:10px;
   padding-bottom:40px;   /* Height of the footer */
}


#box {
	position: relative;
	height: 310px;
	width: 580px;
	top: 30px;
	background: url(images/box.png);

}

#box2 {	position: absolute; height: 310px; width: 580px; top: 50px;}


#textBox {
	position:absolute;
	padding: 25px;
	left: 10px;
}	

 

#sideBox {
	
	float: left;
	width: 300px;
	top: 300px;
	left: 20px;
	position: relative;
}

p.darker { color: #999; }



#game {
	position: absolute;
	height: 270px;
	width: 540px;
	left: 70px;
}

#footer {
background: #333333;
width: 80%;
height: 20px;
text-align: right;
position: absolute;
bottom: 0px;
padding: 10px;
font-size: 14px;
}



