/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font: 62.5%/1.6 "verdana", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	background-color: #98595F;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}

h3 {
	font-size: 62.5%;
	}

#branding h1 {
  margin: 0;
}

#branding {
  height: 80px;
  padding: 5px;
  background:#fff url(images/tmtlogo.jpg) no-repeat left center;
}

#subNav {
   display: none;
}

#footer {
  background-color: white;
  padding: 1px 20px;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 600px; 
  margin: 0 auto; 
  text-align: left;
  background: #fff;
  border: 2px solid #857040;
  background: #fff url(images/navlinebgfixed.gif) repeat-y left top;
}

#topnav {
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

#address {display: none;}

#content { 
  float: left; 
  	background-color: white;
	width : 600px;
}

#subNav { 
 display: none;
} 

#footer { 
  clear: both; 
  border-top: solid 1px #857040;
  font-size : .8em;
} 

/* Add some padding
================================== */

#subNav {
  display: none;
  }
 
 #subNav li {
   display: none;
}

#content h1, h2, p {
  padding-left: 20px;
  padding-right: 20px;
}

-->

/* copied topNavigation*/

#topnav ul
{
text-align: center;
margin: 0;
padding-bottom: 2px;
padding-top: 2px;
background: #75222A url(images/mainNavBg.gif) repeat-x;
}

#topnav ul li
{
display: inline;
margin-left: -4px;
}

#topnav ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#topnav ul li a:hover
{
/*background-color: #86333B;*/
color: #F9E7BD ;
}

#lineovertopmenu {
border-top: solid 1px #857040;
}

#lineundertopmenu {
border-bottom: solid 1px #857040;
}

/* SEARCH */
	#search {display: none;}
	#search form {display: none;}
	#search input {display: none;}
	#search label {display: none;}
	#search input.f-submit {display: none;}
/* END SEARCH */

#magazinetext
{   display: none;
}