body {
	background: #fff;
	color: #000;
	font: 62.5% verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 25px;
	padding: 0;
	text-align: center;
	cursor:crosshair;
}

a img {
  filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	-khtml-opacity:0.4;
	border:0;
}

a:hover img {
  filter:none;
	-moz-opacity:1.0;
	opacity:1.0;
	-khtml-opacity:1.0;
}

::-moz-selection{
	background:#000;
	color:#fff;
}

::selection {
	background:#000;
	color:#fff;
}

code::-moz-selection {
	background: #000;
	color:#fff;
}

code::selection {
	background: #000;
	color:#fff;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #f00;
	cursor:crosshair;
}

a:hover, a:focus {
	text-decoration: none;
	color: #808080;
	cursor:crosshair;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #f00;
	cursor:crosshair;
}

a.rss:link, a.rss:visited {
	color: #f00;
}

a.rss:hover, a.rss:active, a.rss:focus {
	color: #808080;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 span {
	display: none;
}

h3 {
	background: #fff url(img/title_bgblack.gif) no-repeat;
	margin: 5px 0 0;
	padding: 1px 0;
	height: 17px;
	width: 401px;
	cursor: crosshair;
	font-size: 0.99em;
}

h3 a:link, h3 a:visited {
	color: #fff;
	text-shadow: 2px 2px 1px #8dc036;
	padding: 2px 8px 1px;
	-moz-outline-style: none;
	display: block;
	height: 14px;
	width: 330px;
	text-decoration: none;
}

h3 a:hover {
	color: #f00;
	text-shadow: 2px 2px 1px #8dc036;
	padding: 2px 8px 1px;
	-moz-outline-style: none;
	display: block;
	height: 14px;
	width: 330px;
	text-decoration: none;
}

#container {
	background: #fff url(img/page_bgblack.gif) top right repeat-y;
	width: 444px;
	text-align: left;
	margin: 0 auto;
}

#header {
	background: url(img/headerblack.gif) bottom left no-repeat;
	height: 78px;
}

#content {
	background: url(img/page_bottomblack.gif) bottom right no-repeat;
	padding: 0 10px 25px 33px;
}

p {
	margin: 0 0 1px;
	padding: 5px;
	line-height: 15px;
}

p b{
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

p i {
	font-size: 1.1em;
	font-style: normal;
	color: #fff;
}

b.date {
	color: #535353;
	margin-left: 5px;
}

a.big {
	font-size: 1.1em;
}

code {
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	background: #EBEBEB;
	color: #535353;
}

code b {
	color: #4fa3da;
	font-weight: normal;
}

div.wrapper {
	background-color: #fff;
}

code.long {
	display: block;
	padding: 3px;
	margin: 0 4px;
}

a.demo {
	-moz-outline-style: none;
	display: block;
	height: 12px;
	width: 38px;
	float: left;
	background: url(img/demo.gif) top left no-repeat;
	margin-right: 2px;
	cursor: pointer;
}

#content div {
	margin: 0;
	padding: 0;
	height: 1%;
}

.stretcher {
	background: none !important;
	border: 1;
	background: #fff;
	font-size: 10px;
}

.copy {
	float: right;
	margin-top: 9px;
	margin-right: -6px;
	display: block;
	width: 198px;
	height: 14px;
	background: url(img/copy.gif) top left no-repeat;
}

.copy:hover {
	background-position: bottom left;
}

.copy span {
	display: none;
}
