body {
  background:#ffffff;
  margin:0;
  color:#333333;
  font:x-small Georgia Serif;
  font-size: small;
  text-align: center;
  }
a:link {
  color:#5588aa;
  text-decoration:none;
  }
a:visited {
  color:#999999;
  text-decoration:none;
  }
a:hover {
  color:#cc6600;
  text-decoration:underline;
}
a img {
  border-width:0;
  }
  
hr {
font-size: 1px; 
style: dotted;
font-color: #C0C0C0;
}

/* Header
-----------------------------------------------
 */

#header-wrapper {
  margin:0 2% 10px;
  border:1px solid #cccccc;
  }

#header-inner {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

#header { 
  margin: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  color:#666666;
}

#header h1 {
  margin:5px 5px 0;
  padding:15px 20px .25em;
  line-height:1.2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  font: normal normal 200% Georgia, Serif;
}

#header a {
  color:#666666;
  text-decoration:none;
  }

#header a:hover {
  color:#666666;
  }

#header .description {
  margin:0 5px 5px;
  padding:0 20px 15px;
  text-transform:uppercase;
  letter-spacing:.2em;
  line-height: 1.4em;
  font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  color: #999999;
}

#header img {
  margin-left: auto;
  margin-right: auto;
}


/* Outer-Wrapper
----------------------------------------------- */
/*#outer-wrapper {
  margin:0;
  padding:10px;
  text-align:left;
  font: normal normal 100% Georgia, Serif;
  }

#article-wrapper {
  width: 50%;
  padding:10px;
  text-align:left;
  font: normal normal 100% Georgia, Serif;
  border:5px solid red;
  }
*/
#main-wrapper {
  float: left;
  width: 50%;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

#ezine {
	padding-bottom: 20px;
	align: center;
	text-align: left;
	padding: 15px;
	top: 15px;
	}
	
	
html > body #main-wrapper {
  margin-right: 2%;
}

#sidebar-wrapper-left {
  margin-left: 1%;
  width: 190;
  float: left;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

html > body #sidebar-wrapper-left {
  margin-left: 2%;
}

#sidebar-wrapper-right {
  float: right;
  margin-right: 1%;
  width: 340;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

html > body #sidebar-wrapper-right {
  margin-right: 2%;
}


/* Headings
----------------------------------------------- */

h2 {
  margin:1.5em 0 .75em;
  font:normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999999;
}



/* Sidebar
--------------------------------------------------------*/

#navcontainer {
	width: 185px;
	background-color: #fff;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-family: Arial;
	float: left;
	}
	
.navlist {
	width: 174px;
	line-heigth: 120%;
	font-size: .8em;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	}

#soon li a:visited
{
color: #eee;
text-decoration: none;
}

#soon a:hover
{
background-color: #ff0000;
color: #fff;
}

#soon a
{
display: block;
padding: 3px;
width: 160px;
background-color: #fff;
border-bottom: 1px solid #eee;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: capitalize;
}

#navcontainer2 a
{
display: block;
padding: 3px;
width: 160px;
background-color: #fff;
border-bottom: 1px solid #eee;
}

#navcontainer2 a:link, .navlist a:visited
{
color: #999;
text-decoration: none;
}

#navcontainer2 a:hover
{
background-color: #369;
color: #fff;
}


#navcontainer li {
list-style-type: none;
}	



.google {
	text-align: center;
	}




/* Footer
----------------------------------------------- */
#footer {
  width:95%;
  clear:both;
  margin:0 auto;
  padding-top:15px;
  line-height: 1.6em;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-align: center;
}

#copyright{
	text-align: center;
	font-size: .75em;
	font-family: Tahoma,Verdana,Arial;
	color: #808080;
	margin-bottom: 20px;
	}
	
/** Page structure tweaks for layout editor wireframe */
body#layout #header { 
  margin-left: 0px;
  margin-right: 0px;
}


/* Misc formating
----------------------------------------------------*/
#ads {
	text-align: left;
	padding: 5px;
	padding-bottom: 15px;
	font-size: small;
	margin-bottom: 2em;
	}

#feature-right {
	text-align: left;
	padding: 5px;
	padding-bottom: 15px;
	font-size: small;
	margin-bottom: 2em;
	margin-top: 2em;
	}

#freestuff {
	background-color: #efefef; 
	border: 2px dashed #ff0000;
	text-align: left;
	padding: 5px;
	padding-bottom: 15px;
	font-size: small;
	margin-bottom: 2em;
	}
	
#freestuff a {
	font-weight: bold;
	}
	
#affiliate {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
	border: 2px dashed navy;
	margin-bottom: 2em;
	}

.article-snip {
	text-align: left;
	padding: 5px;
	padding-bottom: 15px;
	font-size: .8em;
	font-color: blue;
	margin-bottom: 2em;
	}
	
.header2 {
	color: #ffffff;
	width: 95%;
	padding: 2%;
	font-weight: bold;
	background-color: #0000ff;
	}
	
.header3 {
	color: #ffffff;
	width: 95%;
	padding: 2%;
	font-weight: bold;
	background-color: #0000ff;
	}
	
#article {
	width: 95%;
	}
	

#pdlinks {
	background-color: #fff;
	color: #ffffff;
	text-align: center;
	}
	
#pdlinks a {
	color: #808080;
	font-size: .5em;
	text-align: center;
	}
	
td#pdlinks {
	width: 147px;
	text-align: center;
	}

.optinmain {
	background-color: yellow;
	border: 3px dashed red;
	font-weight: 700;
	font-size: medium;
	}
	
#course {
	width: 95%;
	margin-top: 10px;
	}
	
table#course {
	border: 2px dotted navy;
	}
	
td#course {
	text-align: left;
	border: 2px dotted navy;
	color: navy;
	padding: 35px
	}	
	
.optinsingle {
	width: 400px;
	background-color: yellow;
	border: 3px dashed red;
	font-weight: 700;
	font-size: medium;
	}

.spam {
	text-align: center;
	font-size: x-small;
	font-family: Tahoma,Verdana,Arial;
	color: #808080;
	margin-bottom: 5px;
	}

td.spam {
	text-align: center;
	font-size: x-small;
	font-family: Tahoma,Verdana,Arial;
	color: #c0c0c0;
	margin-bottom: 5px;
	}

.thxcontent {
	width: 500px;
	height: 2000px;
	padding: 10px;
	}
	
.head-date { 
	font-size: x-small;
	}
