/*
http://www.thenationalnetworker.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #A9B3BB;
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #000000;
}

#bio_wrap {
  background: #A9B3BB url('biobkgrd.gif') repeat-x;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

p {
	font-family: "Trebuchet MS";
	font-size:12pt;
	margin-bottom: 1em;
	line-height: 140%;
}

ul, ol {
	margin-left: 4em;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #4E387E;
}

hr {
	color: #333333;
}

/* Header */

#logo {
	width: 800px;
	height: 90px;
	margin: 0 auto;
	padding: 10px 0px 5px 0px;
	background: url(TNNWCGroupLogo.png) no-repeat center; 
}


/* Wide Post */

.wide-post {
	width: 800px;
	margin: 50px auto;
	background: #D4D9DD url(whiteimgb4.gif) repeat-y;
}

.wide-post .title {
	padding: 8px 10px 25px 10px;
	background: url(whiteimgb5.gif) no-repeat;
	font-size: 2em;
}

.wide-post .entry {
	padding: 0px 20px 0px;
}

.wide-post .bottom {
	height: 25px;
	background: url(whiteimgb6.gif) no-repeat left bottom;
}


/* Footer */

#footer {
	padding: 25px 0px;
	background: #3F4244 url(img18.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #ffffff;
}
