/* this has some post tmx 30 style and layout */

body {
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: "Courier New", Courier, "Andale Mono", monospace; font-size: 12px; color: #000;
}


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


#header ul#head-nav  { width: 76px; height: 18px; margin: 7px 0 0 209px; float: left; padding: 0; background-color: transparent; border-color: transparent;
	border-width: 0;
	border-style: solid; }

#header ul#head-nav li { margin: 0 0 1px 0; padding: 0;	}

#head-nav-reviews a { display: block; height: 20px; width: 76px; border-width: 0; }
#head-nav-back-issues a { display: block; height: 19px; width: 123px; }
#head-nav-links a { display: block; height: 19px; width: 54px; }
#head-nav-contact a { display: block; height: 24px; width: 101px; }

#header h1
{
	background-color: transparent;
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
	width: 420px;
	border-color: transparent;
	border-width: 0;
	border-style: none;
}

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

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

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

a { border-width: 0; }


#maincontent
{
	position: fixed;
	top: 148px;
	/*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background-color: #fff;
}

#magma
{
margin: 0; /*Margins for inner DIV inside each DIV (to provide padding)*/
width: 720px;
background-color: #fff;
}

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

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

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


ul { width: 720px; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 30px; margin: 0; padding: 0 0 0 72px; width: 648px;}

h2, h3, h4 { width: 648px; margin: 0; padding: 0 0 0 72px; }

h2 { font-size: 18px; margin: 6px 0 12px 0; }

h3 { font-size: 14px; margin: 36px 0 0 0; }

h4 { font-size: 12px; margin: 18px 0 0 0; }


#magma img
{
	margin: 9px 0 12px 0;
	padding: 0;
	border-left: white;
	border-width: 0 0 0 72px;
	border-style: none none none solid;
}

html>body #magma img {   }

#magma  #top-image { padding-left: 0; margin-left: 0; border-width: 0; }


p, pre, dt, dd { font-size: 11px; line-height: 18px; width: 648px; padding: 0 0 0 72px; margin: 0 0 6px 0; }

.caption { margin-top: -9px; }



#credit { padding: 24px 0 12px 72px; }


#links {  }

#links dt { font-weight: bold; margin: 18px 0 0 0; }

#links dt, #links dd { margin: 0; }


ul { list-style-type: none;
	list-style-position: default;
}
	
#damaged
{
	background-color: yellow;
	height: 40px;
	color: black;
	font-size: 14px;	
	margin: 0;
	padding: 0;
	border-color: #999;
	border-width: 2px 0 2px 0;
	border-style: dotted;
	margin-top: 8px;
}

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;
}

#damaged .last img { padding: 0; padding-left: 0; margin: 0; border-width: 0;}


#damaged li a { color: #000; background-color: yellow;}

#damaged li a:visited { color: #000;}

#damaged li a:active {color: #000;}


#damaged strong { color: red; font-weight:bold; font-size: 24px; letter-spacing: -1px; }


#footer { width: 720px; padding: 12px 0 14px 0; clear: both; }

#footer 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 24px 40px; /* this is for IE */
	margin: 0;
	font-weight: normal;
	font-size: 10px;
	width: 720px;           /* this is for IE */
	background-color: white;
}


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

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



.bumpit {font-weight: bold;}

.phototitle { font-weight: bold; margin: 0; }
