body {
	background-color: #fff;
	color: #333;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	text-align: center;
	}

a {
	font-weight: normal;
	text-decoration: none;
	}
a:link {
	color: #2153B0;
	}
a:visited {
	color: #66CC66;
	text-decoration: underline;
	}
a:active {
	color: #00CC00;
	text-decoration: underline;
	}
a:hover {
	color: #173A7B;
	text-decoration: underline;
	}

h1 {
	text-align: left;
	color: #2153B0;
	border-bottom: 1px solid #ccc;
	}

h2 {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px dotted #333;
	line-height: 1.1em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	}
h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}

div#container {
	width: 90%;
	text-align: left;
	margin: auto;
	}

#menu {
	float: left;
	background-color:  #EEE;
	border: 2px solid #1860AC;
	margin: 2px;
	width: 23%;
	padding: 0 0 5px 0;
	}
	
#menu p {
	text-align: left;
	font-size: 12px;
	padding: 0 3px;
	padding-bottom: -1.0em;
	}

#content {
	float: left;
	width: 75%;
	margin: 2px;
	padding-bottom; 2px;
	font-size: 12px;
	text-align: center;
	}
	
#content p {
	padding: 0 4px;
	text-align: left;
	}

#gallery {
	width: 90%;
	text-align: center;
	font-size: 12px;
	margin: auto;
	}

#gallery td {
	background-color: #ccc;
	padding: 2px;
	vertical-align: top;
	}

#grid {
	background-color: #333;
	width: 400px;
	text-align: center;
	font-size: 12px;
	margin: auto;
	}

#grid th {
	color: #fff;
	}

#grid td {
	background-color: #fff;
	}

ol {
	text-align: left;
	}

ul {
	text-align: left;
	}

li {
	vertical-align: middle;
	}

img {
	padding: 2px;
	border: 0;
	}

#update {
	font-style: italic;
	font-size: 10px;
	text-align: center;
	}

#oop {
	text-decoration: line-through;
	}

#footer {
	clear: both;
	}

td#ck {
	background-color: #ff0;
	}

td#ic {
	background-color: #f99;
	}

td#j1 {
	background-color: #99f;
	}

td#j2 {
	background-color: #f9f;
	}

td#bu {
	background-color: #9f9;
	}

td#un {
	background-color: #666;
	}

