html
{	height: 100%;
}

body
{	background-color: #fff;
	color: #000;
	height: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

#nav
{	position: absolute;
	left: 0px;
	top: 0px;
}

#nav ul
{	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#nav li
{	border: 1px solid #000;
	margin: 4px;
	padding: 4px;
}

#nav li:hover
{	color: #fff;
	background-color: #aaa;
}

#nav a
{	text-decoration: none;
}

#nav a:hover
{	text-decoration: underline;
}

#nav .cur
{	color: #fff;
	background-color: #000;
}

#content
{	position: absolute;
	left: 151px;
	top: 0px;
	border-left: 4px solid #000;
	padding-left: 10px;
	height: 100%;
}

img
{	border: 0;
}

a
{	color: #000;
}

#updates td
{	background-color: #ddd;
	text-align: left;
	font-size: 10px;
}

#updates th
{	background-color: #ccc;
	font-size: 11px;
	text-align: center;
}

#updates table
{	border: 1px dashed #444;
}

#gallery h1
{	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	text-align: center;
	margin: 5px;
}

#gallery #pic th
{	padding: 7px;
}

#gallery img
{	border: 1px solid #000;
}

#pic img
{	border: 1px solid #000;
}

#pic td
{	background-color: #f0f0ff;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #555;
}

#pic .caption
{	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
