a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDDDDD
}

a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BBBBCC
}

a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCFF
}

a:hover {
	text-decoration: underline overline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF
}

body {
	background: #162C42 url("bgtile.bmp");
	background-repeat: repeat- x;
	background-attachment: fixed;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #DDDDDD;

	text-align: center;
	margin-top: 0px;
}


/* -------------------------------------- page_container -------------------------------------- */
#page-container {
	background: #162C42;
	width: 735px;
	text-align: center;
	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	border-left: double 5px #555566;
	border-right: double 5px #555566;
}




/* -------------------------------------- header-logo -------------------------------------- */
#header-logo {
	background: url("timegames_banner.JPG")  top center no-repeat;
	height: 111px;
	width: 100%;
	
	padding: 0px;
	padding-bottom: 5px;
	margin: auto;
	
	border-bottom: solid 2px #555566;
}



/* -------------------------------------- nav-bar -------------------------------------- */

#nav-bar {
	background: url("navbar.bmp") center repeat-x;
	
	margin: 0px;
	padding: 5px;
	text-align: center;
}
#nav-bar ul {
	margin: 0;
	padding: 0px;
	
	list-style-type: none;
	text-align: center;
	
	font-family: "Lucida Console", "Courier New", monospace;
	font-size: 12px;
	font-weight: bold;
}
#nav-bar ul li {
	text-align: center;
	display: inline;
	padding: 0;
}

#nav-bar ul li a {
	text-decoration: none;
	padding: 2px;
	color: #E9ECF1;

}
#nav-bar ul li a:hover {
	color: #111122;
	background-color: #DDDDF2;
}



/* -------------------------------------- top-ad -------------------------------------- */
#top-ad {
	width: 727px;
	height: 90px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	
	border-top: solid 4px #555566;
}

/* -------------------------------------- main-frame -------------------------------------- */
#main-frame {
	text-align: left;
	
	margin: 5px;
	margin-left: 0px;
	padding: 5px;
}
#main-frame h1 {
	background: #000000 url("h1background.png") no-repeat;
	position: relative;
	
	color: #CECECE;
	font-family: monospace;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	
	margin: 0px;.
	padding: 0px;
	padding-left: 100px;

	border: solid 2px #556677;
}

#main-frame h1 a:link {
	text-decoration: none;
	color: #DEDEDE;
	font-family: monospace;
}

#main-frame h1 a:visited {
	text-decoration: none;
	color: #CECECE;
	font-family: monospace;
}

#main-frame h1 a:active {
	//text-decoration: none;
	color: #EEDEDE;
	font-family: monospace;
}

#main-frame h1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: monospace;
}


/* -------------------------------------- div.post -------------------------------------- */
div.post {
	background: black;
	text-align: left;

	padding: 0px;
	margin: auto;	
	margin-top: 20px;
	
	border: solid 2px #556677;

	color: #AAAAD4;
	
	font-size: 12px;
	text-align: left;
	line-height: 125%;
}
div.post h2 {				/* ---------- title ---------- */
	background: #151522 url("postTitleBG2.png") repeat-x;
	
	color: #DDDDE2;
	font-size: 14px;
	text-indent: 15px;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.post h3 { 				/* ---------- body ---------- */
	color: #BABAE4;
	font-size: 14px;
	
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
}
div.post p { 				/* ---------- body ---------- */
	color: #AAAAD4;
	
	font-size: 12px;
	text-align: left;
	line-height: 125%;
	
	padding: 10px;
	margin: 0px;
}
div.post a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDEEE6;
}

div.post a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCE5DA;
}

div.post a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BB7C97;
}

div.post a:hover {
	text-decoration: underline overline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* -------------------------------------- game-pic -------------------------------------- */
div.game-pic {
	position: relative;
	float: left;
	
	height: 46px;;
	width: 46px;
	
	margin: 10px;
	padding: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}



/* -------------------------------------- footer -------------------------------------- */
#footer {
	clear: both;
	background:#111122;
	position: relative;
	font-size: 13px;
	line-height: 110%;
	
	padding: 5px;
	height: 35px;
	
	border-top: solid 1px #555566;
}