/*body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}*/
#page a{
	color: #27D;
	text-decoration: none;
}
#page a:focus, #page a:hover, #page a:active {
	text-decoration: underline;
}
#page p, #page li {
	line-height: 1.8em;
}
#page h1, #page h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
#page h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
#page h2 {
	padding-top: 10px;
	font-size:2em;
}
#page pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
/*	background-color: transparent;*/
	margin: 0 auto;
	text-align: left;
/*	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;*/
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
.next{background: url(next.png)no-repeat;margin: 0 3px}
.prev{background: url(prev.png)no-repeat;margin: 0 3px}
.play{background: url(play.png)no-repeat;}
.pause{background: url(pause.png)no-repeat;}
.next:hover{background: url(next_hover.png)no-repeat;}
.prev:hover{background: url(prev_hover.png)no-repeat;}
.pause:hover{background: url(pause_hover.png)no-repeat;}
.play:hover{background: url(play_hover.png)no-repeat;}