body {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #666;
}

table
{
	border: 1px;
	font-size: 10px;
	border-collapse: collapse;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
tr
{
	vertical-align: top;
}
th
{
	text-align: left;
	background-color: #eee;
	background-image: url(img_css/table_th.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
th.first
{
	background-position: top right;
}
th,
td
{
	padding: 2px 4px;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 1em;
	border-bottom: 1px solid #eee;
}
td
{
	color: #666;
}
td strong
{
	color: #333;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #f30;
}

a:hover {
	color: #fff;
	background-color: #f30; 
}


#adsense {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0;
	font-size: 10px;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	/*
	border-top: 1px solid #ccc;
	background-image: url(img_css/top_gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
	*/
}

h1#pagetitle {
	font-size: 1.6em;
	padding: 0 0 10px 0;
	color: #000;
}

#content {
	position: relative;
	padding: 0 250px 0 0;
	font-size: 1.2em;
	line-height: 1.8em;
/*	border-top: 1px solid #ccc;*/
}


#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 230px;
	font-size: 0.8em;
}

div.sbbox {
	padding-bottom: 20px;
	background-image: url(img_css/sbbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
}

div.sbbox h3
{
	background-image: url(img_css/sbbox_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 33px;
	margin: 0;
	padding: 0 10px;
	line-height: 26px;
	overflow: hidden;
	color: #757063;
}

div.sbbox div.cont
{
	background-image: url(img_css/sbbox_middle.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding: 3px 10px;
}

ul.keywords
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	overflow: hidden;
}

ul.keywords li
{
	float: left;
	background-color: #f6f5c3;
	padding: 5px;
	margin: 0 5px 5px 0;
	line-height: 1.2em;
	border-bottom: 1px solid #bbbaa1;
}



a.sbbtn
{
	display: block;
	width: 230px;
	height: 38px;
	margin: 0 0 7px 0;
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}

a.sbbtn span
{
	display: block;
	padding: 8px 10px;
}

a.sbbtn:link,
a.sbbtn:visited
{
	color: #757063;
	text-decoration: none;
	background-color: transparent;
}

a.sbbtn:hover,
a.sbbtn:active
{
	color: #f30;
	text-decoration: none;
	background-color: transparent;
}

a#sbdownload
{
	background-image: url(img_css/sbbtn_download.gif);
}





h2 {
	border-top: 1px solid #eee;
	padding-top: 5px;
	font-size: 1.2em;
	margin-top: 3em;
	color: #333;
}

h3 {
	font-size: 1.1em;
	margin-top: 3em;
	color: #333;
}

small
{
	color: #999;
}





pre
{
	overflow: auto;
	padding: 5px;
	background-color: #eee;
}






label
{
	font-weight: bold;
}


.comment
{
	color: #999;
}