* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.65em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #3E9722;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 20px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 20px;
}

.boxed {
}

.boxed .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
}

.boxed .title h1 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

.post .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

#header {
	width: 920px;
	height: 120px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #CAE646 url(images/img01.jpg) no-repeat;
}

#logo {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0;
	padding: 20px 0 0 40px;
	font-size: 2.6em;
}

#logo h1 span {
	font-size: 12px;
	padding: 0 0 0 20px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 10px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size:12px;
}

#menu a:hover {
	background-image: url(images/img04.gif);
}

#menu .active a {
	background-image: url(images/img05.gif);
}

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

#main {
	float: left;
	width: 650px;
	padding-left: 20px;
}

#main.wide {
	width: 880px;
}

#sidebar2 {
	float: left;
	width: 210px;
	padding-left: 20px;
}

#sidebar2 .boxed .title h2, #sidebar2 .boxed .title .ph2 {
	background: url(images/img10.gif) no-repeat right top;
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
	font-weight:bold;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:11px;
	line-height:12px;
}

#sponsors li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom:14px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	background: url(images/img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size:12px;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/*Footer ads*/
#fadv {
  margin: 0 auto;
  text-align: center;
  clear: both;
  width:920px;
}

#fadv ul {
  list-style: none;
  display: inline;
  float: left;
  margin:0 0 0 30px;
  padding: 0;
}

#fadv li {
  display: block;
  float: left;
  width: 290px;
  padding:5px 3px;;
  text-align: left;
  line-height:12px;
  font-size:11px;
}

#fadv li a, #fadv li a:visited {  
  text-decoration: underline;
  font-weight: normal;
}

#fadv li a:hover {
  text-decoration:none;
  font-weight: normal;
}

.b {
	font-weight:bold;
}
