body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -48px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 48px;
}

a img {
	border-width: 0px;
}
img {
	vertical-align: middle;
}
#title {
	text-align:right;
	font-size: 150%;
	font-weight: bold;
	text-decoration: underline;
}
#nav {
	float: left;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 120%;
}

#nav li {
	margin: 0 0 3px 0;
}

#nav a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 160px;
	background: #999 url(images/menu.png) 0px 120px;
}

#nav a:link, #nav a:visited {
	color: #eee;
	text-decoration: none;
}

#nav a:hover {
	border: 1px solid #333;
	background: #f93 url(images/menu.png) 0px 60px;
	color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	background: #f60 url(images/menu.png) 0px 0px;
	color: #333;
}

#content {
	margin-left: 210px;
}
#content a, #content a:link, #content a:visited, #content a:active {
	text-decoration:none;
	color: blue;
}
#content a:hover {
	border-bottom: 1px solid red;
	color: red;
}

#footer {
	border-top: 1px black solid;
	margin-top: 20px;
	padding-top: 5px;
	font-size: 80%;
	font-style: italic;
	clear: both;
}

h1 {
	font-size: 120%;
	margin-top:24px;
}

.thumb img {
	border: 1px gray dotted;
	margin: 5px;
}
.thumb img:hover {
	border: 1px red solid;
}
table {
  border:2px black solid;
	border-collapse:collapse;
}
td,th {
  border:1px gray solid;
	text-align: center;
	font-size:90%;
	padding:0px 5px;
}	
pre {
	font-size:90%;
	color: #666;
	margin-left:15px;
	border:1px dashed #666;
	padding: 2px 5px;
}


