/* header stuff below here */

body { font-size: 100%; font-family: "Courier New", Courier, "Andale Mono", monospace; width: 780px; }

a { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }


#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 126px;
	/*Height of frame div*/
	overflow: hidden;
	/*Disable scrollbars. Set to "scroll" to enable*/
	color: white;
	background-image: url(assets/mast-mr.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#header h1 { float: left; padding: 0; width: 480px; margin: 8px 0  0 48px; background-color: transparent;  }

#header h1 a { display: block; width: 480px; height: 104px; text-align: left; }

#header h1 a i { overflow: default; visibility: hidden; }

#header h2 { position: absolute; margin: 0; padding: 0; top: 96px;
	left: 90px;
	width: 460px; height: 28px; line-height: 28px; font-size: 28px; font-weight: normal; color: #5C5C5C; visibility: hidden;}

#header ul
{
	background-color: transparent;
	list-style-type: none;
	list-style-position: default; position: absolute; left: 580px; top: 5px; width: 170px; height: 100px; margin: 0; padding: 0;
}

ul#head-nav, ul#head-nav a { text-align: right; }


#header ul#head-nav li
{
	border:0; margin: 0 0 2px 0;
	padding: 0; text-align: right; font-weight: normal; line-height: 1em;
}


#header ul#head-nav li a { width: 150px; color: #847E83;}

#head-nav-reviews a { height: 25px; font-size: 30px; margin-left: 0px; }
#head-nav-back-issues a { height: 17px; font-size: 18px;  }
#head-nav-links a { height: 17px; font-size: 18px;  }
#head-nav-contact a { height: 24px; font-size: 18px;  }

#header li a i { font-style: normal; } /* temp while decide wether has bitmaps */

#header li a, #header h1 a:hover { text-decoration: none;  }

#header ul#head-nav li a:hover {color: #aaa;}

#header li big { font-size: 31px; font-weight: bold; }

