#main
{
	position: fixed;
	top: 126px;
	/*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background-image: url(assets/bg-test-3.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#magma
{
	margin: 0;
	/*Margins for inner DIV inside each DIV (to provide padding)*/
	width: 780px;
}	

* html body { /*IE6 hack*/ padding: 126px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/ }

* html #main{ /*IE6 hack*/ height: 100%; width: 100%; }


/* 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-mk.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: 10px; top: 5px; width: 170px; height: 100px; margin: 0; padding: 0;
}

#header ul#head-nav li { border:0; margin: 0 0 2px 0; padding: 0; 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: 0; }
#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; }


/* footer stuff below here */

#damaged {
	background-color: #ddd; background-image: url(assets/fat-dots.gif);
	height: 40px; width: 780px;
	color: black; font-size: 12px; margin: 0; padding: 0;
	border-color: #999; border-width: 2px 0; border-style: dotted; 
	margin-top: 36px; clear: both;
}

ul#damaged li {
	margin: 5px 20px 4px 0; font-weight:bold;
	float: left;
	padding-top: 0;
	letter-spacing: 1px;
}

li.advert { padding-left: 72px; letter-spacing: 0; }

ul#damaged li.last { margin: 0; padding-left: 84px; padding-top: 0; }

.last img { padding-left: 0; margin: 0;}


#damaged li a { color: #000; background-color: #eee; text-decoration: none; }
#damaged li a:visited { color: #000;}
#damaged li a:hover { color: yellow; background-color: red; }
#damaged li a:active { }
#damaged strong { color: red; font-weight:bold; font-size: 24px; letter-spacing: -1px; }
#damaged img { font-size: .8em; }

#footer-info { width: 780px; padding: 2px 0 2px 0; clear: both; background-color: #fff; }
html>body #footer-info { padding: 12px 0 14px 0; }

#footer-info a { padding-left: 72px; }

h5 { font-size: 12px; margin: 0;}
h5 a { color: #000;}
h5 a:visited { color: #000;}
h5 a:active {color: #000;}

#contact {
	padding: 0 0 18px 40px; /* this is for IE */
	margin: 0; background-color: #fff;
	font-weight: normal;
	font-size: 10px;
	width: 780px;           /* this is for IE */
}

html>body #contact {
	padding: 0 0 24px 56px;  /* this is the correct value */	
	width: 724px; /* this is the correct value */	
}

ul#contact li { margin: 0 0 0 16px; float: left; white-space: nowrap; }

