
body {
	padding: 0px;
	background: url("picts/pat.gif");
	background-color: #cee;
	}

		
#main {
	padding: 10px;
	margin: 15px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
	border-width: 2px;
	border-style: solid;
	border-color: #9cc;
	width: 700px;
	background-color: #fff;
	}
	
#main a	{
	color: #366;
	}
	
main a:hover	{
	text-decoration: underline;
	}
	
	
#header {
	position: relative;
	margin-left: 240px;
	padding: 10px;
	font-size: 9px;
	font-weight: bold;
	}
	
#content {
	position: relative;
	min-height: 600px;
	font-size: 11px;
	margin-left: 240px;
	}
	
#content p
	{
	line-height: 14pt;
	}
	
#content p a
	{
	font-variant: small-caps;
	}

#content .special
	{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	padding: 6px;
	border: 1px #ccc solid;
	}	

#nav {
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 10px;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	}
	
#nav img
	{
		border-width: 0 0 1px 0;
	border-color: #366;
	border-style: solid;
	margin-bottom: 5px;
	}
	
#nav a	{
	display: block;
	color: #003;
	text-decoration: none;
	margin: 5px;
	}
	

.image {
	display: table-cell;
	padding: 5px;
	text-align: center;
	font-size: 9px;
	}
	
.image img {
	margin: 5px;
	}

#index {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	border-width: 0 0 5px 0;
	border-style: solid;
	border-color: #9cc;
	}
	
#index a {
	text-decoration: none;
	}

#bottom {
	text-align: right;
	font-size: 9px;
	margin-top: 40px;
	margin-left: 240px;
	}
	
#nav #selected {
	font-weight: bold;
	background-color: #003;
	color: #fff;
	}
	
#nav #submenu {
	margin: 2px 0px 2px 10px;
	font-size: 9px;
	}
	
.location {
	color: #fff;
	background-color: #9cc;
	font-weight: bold;	
	font-size: 10px;
	padding: 2px;
}

.time {
	color: #699;
	font-weight: bold;
	font-size: 14px;
	}
	
.date {
	color: #399;
	font-weight: bold;
	font-size: 10px;
	}

