/*basic elements*/

html {
	margin: 0px;
	padding: 0px;
	}
body { 
	background: url(../images/background.png) repeat-x; 
	margin: 0px; 
	padding: 0px;
	z-index: 0;
	}
a:hover[href^="http:"] {
	background: url(../images/external.png) no-repeat right top;
	padding-right: 10px;
	margin-right: -10px;
}
hr.gamess{
	color: #CCC;
	background-color: #FFF;
	size: 1px;
	width: 75%;
}
/*general structure*/

#version {
	position: absolute;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0 5px 0 5px;
	z-index: 4;
}
#version h1 {
	font: 0.8em Arial;
	padding: 0;
	margin: 0;
}
#version ul {
	padding: 0;
	margin: 0;
}
#version ul li {
	display: inline;
	font: 0.6em Arial;
	padding: 5px;
	margin: 0 0 0 -5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #CCC;
}
#version ul li a {
	font-weight: normal;
	padding: 0;
	color: #000;
	text-decoration: none;
}
#version ul li a:hover {
	text-decoration: none;
	color: #000;
}
#version a.current {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
#version a.current:hover {
	text-decoration: underline;
	color: #000;
}

#container {
	position: absolute;
	height: auto;
	left: 120px;
	width: 780px;
	background: #000;
	border-top:0;
	border-right: 2px solid #CCC;
	border-left: 2px solid #CCC;
}

#header {
	position: relative;
	margin: 60px 0 0 230px;
	height: 114px;
	width: 332px;
	border: 0;
	background: url(../images/gamesslogo.png) no-repeat;
	z-index: 1;
}


#nav {
	position: relative;
	float: left;
	height: 200px;
	width: 780px;
	border-bottom: 1px solid #CCC	;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 4;
}
#nav ul {
	margin: 0;
	padding: 0;
	z-index: 5;
	}
#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 100px;
	border-left: 1px solid #CCC;
}
#nav li:hover {
	background: url(../images/dropback.png) repeat;
	color: #000;
	z-index: 5;
	}
#nav li a {
	display: block;
	margin: 0;
	padding: 0.4em 0.2em 0.4em 0.2em;
}
#nav li a.current {
	font-weight: bold;
	}
#nav li.first {
	width: 95px;
	border-left: 0;
}
#nav li.first:hover {
	border-left: 0;
}
#nav li.sub li {
	border-left: 1px solid #CCC;
}
#nav li.sub li a {
	text-align: left;
	padding: 0.6em 0.2em 0.4em 1.3em;	
	color: #000;
	
}
#nav li.sub li a:hover{
	margin: 0 0 0 0;
	padding: 0.6em 0.2em 0.4em 1.4em;
	text-decoration: none;	
	z-index: 10;
}
#nav li.sub:hover {
	border-left: 1px solid #CCC;
}
#nav li.sub li:hover {
	background: url(../images/gbullet.png) no-repeat;
	border: 0;	
	margin: 0 0 0 -0.8em; 
	padding: 0 0 0 0.8em;
}
#nav ul ul {
	position: absolute;
	width: 101px;
	border-right: 1px solid #CCC;
	display: none;
	margin-left: 0;
	padding-left: 0;
}
#nav ul ul li {
	margin: 0;
	padding: 0;
}
#nav ul.lev1 li.sub:hover ul.lev2 {
	display: block;
	margin: 0 0 0 -1px;
	padding: 0;
	background: url(../images/dropback.png) repeat;
	border-bottom: 1px solid #CCC;
	z-index: 5;

}
#nav ul li.last {
	border-right: 0;
	width: 78px;
}
#nav ul li.last:hover {
	border-left: 1px solid #CCC;
}
/*
#nav ul li.last a {
	background: url(../images/external.png) 1.1em 0.3em no-repeat;
}
#nav ul li a.external {
	background: url(../images/external4.png) 1.1em 0.7em no-repeat;
}
#nav ul li a.external:hover {
	margin: 0 0 0 0;
	padding: 0.6em 0.2em 0.4em 1.4em;
}
*/
#nav li a {
	font: 0.8em Arial;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color: #CCC;
}
#nav li a:hover {
	text-decoration: none;
	color: #000;
}

#main {
	position: relative;
	background: #FFC;
	float: left;
	height: 500px;
	width: 203px;
	border-right: 1px dotted #FFF;
	margin: 0;
	padding: 40px 10px 20px 10px;
	z-index: 0;
}
#main img {
	float: left;
	margin: 0 0 50px 0;
	border: 1px solid #FFF;
}

#updates {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 500px;
	width: 525px;
	z-index: 4;
}

#content {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: auto;
    width: 780px;
    background: #FFF;
    z-index: 4;
}	
#content p.history a.obtain {
	color: red;
}
#content a img {
	float: left;
	margin: 10px 0 10px 15px;
	border: 1px solid #FFF;
}
#content h1 {
	font: 1.1em Arial;
	width: 780px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	color: #000;
}
#content h2 {
	font: 1.1em Arial;
	margin: 10px 10px 10px 10px;
	color: #000;
}
#content h3 {
	font: 1.1em Arial;
	text-align: center;
	margin: 10px;
}
#content h3.agree{
	text-align: justify;
	margin: 10px 10px 30px 20px;
}
#content h4 {
	font: 0.9em Arial;
	text-align: center;
	margin: 20px;
}
#content h5 {
	font: 0.9em Arial;
	text-align: center;
	font-weight: bold;
}
#content p {
	font: 0.8em Arial;
	margin: 0;
	text-align: center;
	padding: 10px 0 10px 0;
}
#content p span {
	font-weight: bold;
}
#content p.history {
	text-align: justify;
	padding: 10px 20px 10px 20px;
}
#content p.spacer {
	margin: 30px 0 200px 0;
}
#content pre {
	margin: 10px 0 0 -30px;
}
#content p#tutorials {
	margin: 0;
	padding: 0 0 15px 15px;
}
#content ul.pcgms {
	font: 0.8em Arial;
	list-style: disc;
	margin: 10px;
	padding: 10px 40px 10px 100px;
}
#content ul.pcgms li {
	text-align: justify;
}
#content ul {
	font: 0.8em Arial;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
}
#content ul li {
	text-align: center;
	padding: 5px;
}
#content ul.tutorials {
	margin: 0;
}
#content ol {
	font: 0.8em Arial;
	margin: 10px;
}
#content ol li {
	margin: 5px;
	text-align: justify;
}
#content a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}

#righthold {
	position: relative;
	float: right;
	margin: -30px 40px 0 0;
	padding: 0;
}
#footer {
	position: relative;
	clear: both;
	border: 0;
	height: 30px;
	width: 100%;
}
#footer ul {
	height: 15px;
	width: 780px;
	background: #CCC;
	padding: 0 0 3px 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#footer ul li {
	display: inline;
	padding: 0;
	margin: 0 0 0 20px;
}
#footer a {
	font: 12px Arial;
	color: #000;
	font-weight: lighter;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #000;
}

