@font-face {
	font-family: roboto;
	src: url('./fonts/Roboto-Thin.ttf');
}

html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: roboto; /* no .ttf */
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 2em;
	color: #000;
}
h2 {
	padding-top: 10px;
	font-size:1em;
	color: #ccc;	
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#header {
	display: block;
	padding: 20px;
	height : 100px;
}
.logo{

 float : right;
}
.menu_right{
	list-style-type: none;
 float : left;
}
.menu_right li{
	list-style-type: none;
	text-align : left;
}
.menu_right li a{
	color : #777;
}

.menu_right li a.selected{
	text-decoration: underline;
}


div#container {
	padding: 20px;
}

div#text{
	height : 502px;
	padding: 20px;
}
.center{
	margin-top:10px;
	text-align:center;
	display: block;
}

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;
}
