html, body {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	background: #000 url(../images/bg.png)
}
body {
	background: url(../images/topfade.png) repeat-x top left;
	padding-top: 10px
}
p {
	line-height: 1.5
}
a,
a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #F48B00
}
a:hover,
a:active {
	color: #A4D009
}
a:active,
a:visited {
	text-decoration: underline
}
a img {
	border: 0
}
h2 {
	font-size: medium;
	margin-top: 0;
	margin-left: -12px;
	padding: 1px 2px 1px 9px;
	min-height: 12px;
	background: #DDDDE5 url(../images/h2_curve.png) no-repeat top left
}
h2 a:link,
h2 a:visited,
h2 a:active {
	color: #000;
	text-decoration: underline
}
h2 a:hover {
	text-decoration: none
}
h3 a,
h3 a:link,
h3 a:visited {
	color: #000;
	text-decoration: underline
}
h3 a:hover,
h3 a:active {
	text-decoration: none
}
fieldset { border: 0 }
fieldset div.legend { font-weight: bold }
input, select, textarea {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: small
}
textarea {
	background: #FFF;
	color: #000;
	border: 1px solid #BBB
}

#body {
	margin: 0 3em;
	background: #FFF
}

#header {
	position: relative;
	background: url(../images/logo_bg.png) repeat-x top left;
}
#header h1,
#header h1 a {
	display: block;
	margin: 0;
	padding: 0;
	height: 90px;
	width: 400px
}
#header span {
	display: none
}
#logo {
	background: url(../images/logo.png) no-repeat top left;
}
#header .sticky {
	position: absolute;
	right: 40px;
	top: 0;
}

#content {
	margin: 0
}
#content2 {
	padding: 0 12px
}

#help {
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: bold
}

#help #bookmark {
	float: left;
}

#topbanner {
	text-align: center;
	margin: 0 0 10px 0;
}

#adblock {
	/*float: right;
	margin: 0 0 10px 10px;*/
	width: 610px;
	margin: 10px auto;
}

#adblock_content {
	/*margin-right: 310px;*/
}

#end { 
	clear: both;
	background: #FFF;
	padding-bottom: 1px
}

#extralinks {
	margin-top: 30px;
	text-align: center
}

#page .adsense {
	margin-top: 1em;
	text-align: center
}
#content .adsense {
	margin-bottom: 1em
}
/*#content .adsense.end iframe {
	padding: 0 0 15px 60px;
	background: url(../images/adimage1.gif) no-repeat 0px 15px
}*/

#footer {
	clear: both
}
#footer hr { display: none }
#footer .copyright {
	position: relative;
	top: 2em;
	color: #FFF;
	font-size: smaller;
	text-align: center
}

#code.dhtml {
	margin-bottom: 1em;
	position: relative
}
#code.dhtml #codeboxer p {
	margin-bottom: 0
}
#code.dhtml #codeboxer strong {
	display: block;
	padding-top: 4px
}
#code.dhtml #codeboxer span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
#code.dhtml #codeboxer a {
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 2px;
	padding: 1px 3px 0 3px;
	background: #DDD;
	border: 1px solid #999;
	border-bottom: 0;
	cursor: pointer;
	color: #000
}
#code.dhtml #codeboxer a.active {
	margin-top: 0;
	padding-bottom: 3px;
	background: #F5F5F5;
	border: 1px solid #BBB;
	border-bottom: 0;
	color: #000
}
#code.dhtml .codebox {
	padding: 3px;
	background: #F5F5F5;
	border: 1px solid #BBB
}
#code.dhtml h3 {
	display: none
}
#code.dhtml p.desc {
	margin-top: 0
}
#code.dhtml p.code {
	width: 100%;
	margin-bottom: 0;
	overflow: hidden
}
#code.dhtml textarea {
	width: 98%
}

/*
* Classes
*/
.gallery .item {
	float: left;
	width: 100%;
	margin-bottom: 1em
}
.gallery .item h3 {
	padding: 5px;
	background: #EEE;
	margin: 0
}
.gallery .item p {
	margin: 0.5em 0 0 0
}
.gallery .item img {
	float: left;
	margin-right: 10px;
	border: 3px solid #EEE
}

.pagination {
	margin-top: 0;
	font-size: medium;
	text-align: center
}
.pagination span {
	font-weight: bold
}
.pagination a {
	padding: 0 0.5em
}
.pagination a.active {
	color: #000
}

.images {
	float: left
}
.images ul,
.images li {
	margin: 0;
	padding: 0;
	list-style: none
}
.images li {
	float: left;
	width: 208px;
	margin: 2px;
	overflow: hidden
}
.images li a {
	display: block;
	height: 200px;
	width: 204px;
	overflow: hidden;
	border: 2px solid #CCC
}
.images li a:hover {
	border-color:  #A4D009
}
.images img {
	display: block;
	margin: 0 auto;
	padding: 2px;
	border: 0
}
