html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #7F997A;
	color: #FFFFFF;
	font-size: 100.01%;
}
a{
	color: #333333;
	text-decoration: none;
}
a:focus, a:hover, a:active {
    color: #cccccc;
	text-decoration: none;
}
b{
	color: #0000FF;
	text-decoration: none;
}
b:focus, b:hover, b:active {
	color: #0000CC;
	text-decoration: underline;
}

p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size: 2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 100%;
	background-color: #CCCCCC;
	margin: 0 auto;
	text-align: left;
	border-color: #CCCCCC;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
	background-color: #FFFFFF;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 20 px;
	padding: 20px 0 40px;
	text-align: center;
	font-size: 0.8em;
}
.namebig {
	color: #666633;
	font-family: 'Istok Web', sans-serif;
	font-size: 2em;
}
a.namebig:focus, a.namebig:hover, a.namebig:active span.namebig:focus, span.namebig:hover, span.namebig:active{
    color: #999933;
	text-decoration: none;
}

.namesmall {
	color: #333333;
	font-family: 'Istok Web', sans-serif;
	font-size: 1em;
}
.slidenav {
	color: #666666;
	font-family: 'Istok Web', sans-serif;
	font-size: 0.8em;
}

.titletext {color: #666666; font-family: 'Istok Web', sans-serif; 
font-size: .9em;  
}
.titletext2 {color: #333333; font-family: 'Istok Web', sans-serif; 
font-size: .8em; 
font-style: italic; 
}

hr{
  background-color: #cccccc;
}
