/* CSS Document */

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	background:url(http://www.dzgns.com/images/bodybgtop.gif) left top repeat-x;
	background-color:#faf2ed;
	background-repeat: repeat-x;
}

#indexbrand {
	height: 145px;
	position: relative;
	z-index: 100;


}
#mainNav {
  list-style: none;
}

#secondaryContent p {
  font-size: 1.2em;
}

#footer {
  background-color: transparent;
}

/* The Core Technique
================================= */
body {
  text-align: center; 
  min-width: 760px;
}
#wrapper {
	width: 75em;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	background-image: url(http://www.dzgns.com/images/bodybgglobal.gif);
	background-repeat: repeat-x;
	background-position: 23% 0;
}
#wrapper2 {
  background: url(http://www.dzgns.com/images/secondary-faux-col.gif) repeat-y 78% 0;
}
#mainNav { 
  width: 23%;
  float: left;
  	z-index: 10;
}
#content {
	width: 680px;
	position: relative;
	height: 270px;
	margin-top: 10px;
}
#mainContent {
	width: 500px;
	height: 257px;
	position: absolute;
	background-image: url(http://www.dzgns.com/images/flashreplacement.jpg);
	

} 

#secondaryContent {
	width: 173px;
	position: absolute;
    left: 500px;
	height: 220px;
	background-color: #DBBDB8;
} 

.freeissue {
	height: 60px;
	position: absolute;
	left: 3px;
	top: 100px;
} /*---formatting for the idex page free issue section-----*/


#footer {
	position: absolute;
	top: 650px;
	height: 25px;
	width: 630px;	
}
/* add some padding to the contentse in the main nav and secondary content areas */
/* Not Used 
#mainNav, #secondaryContent {
 padding-left: 20px;
 padding-right: 20px;
}

#mainNav *, #secondaryContent * { 
 padding-left: 20px;
 padding-right: 20px;
}================================== */

#mainNav * *, #secondaryContent * * { 
 padding-left: 0;
 padding-right: 0;
}
/* no border on images
======================================*/
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}