html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, 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: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
h1 {
	margin-bottom: 10px;
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
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#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;
}
div#header {
	background-image: url('Header.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 125px;
	text-align: left;
	padding-left: 40px;
}
div#header a{
	color: white;
	text-decoration: none;
}
div#header a:focus, div#header a:hover, div#header a:active {
	text-decoration: underline;
}
#otherstuff {
    margin: 0;
    padding: 0;
    clear: both;
    list-style: none inside;
}

#otherstuff li {
    width: 191px;
    float: left;
    background: transparent;
    border-width: 0 0 0 1px;
    text-align: center;
}

#otherstuff li:first-child {
    border: none;
    padding-left: 1px;
}

#otherstuff li a {
    display: block;
    width: 191px;
    padding: 3px 0;
}

#otherstuff li a:hover {
    background: transparent;
}
a.nav3:link,.sourcetip a.nav3:visited {
    text-decoration: underline;
}


