body
	{
	background: url(background.jpg) repeat-y;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 16pt;
}

h1 {
	text-align: center;
	color: blue;
	font-weight: bold;
	font-size: 2.5em;
	font-family: Kids, Comic Sans, sans-serif;
	border-bottom: 2px solid blue;
}

a
	{
	color: #000;
	text-decoration: none;
}

#content {
	position: absolute;
	top: 100px;
	left: 250px;
	padding: 1em;
}

#content p {
	text-indent: 2em;
}
#menu {
	position: absolute;
	top: 100px;
	width: 250px;
	left:10px;

}

#menu ul 
	{
	margin: 0;
	padding: 0;

	}

#menu li 
	{
	margin: 2px 0 0 0;
	list-style: none;
	}

#menu a 
	{
	display: block;
	width:200px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;
	background: #CBE6FA;
	text-decoration: none;
	}

#menu a:link, #menu a:active, #menu a:visited 
	{
	color: #000000;
	}
#menu a.child {
	display: block;
	width:150px;
	padding: 2px 2px 2px 10px;
	margin-left: 25px;
	border: 1px solid #000000;
	background: #CBE6FA;
	text-decoration: none;
}
#menu a:hover
	{
	background: #ddd;
	}

table, td, th
	{
	border: 1px dotted black;
	text-align: center;
	background: white;
	}
 
table
    {
    margin-left: auto;
    margin-right: auto;
    width: 500px
}

td
	{
	width: 200px;
	padding: 10px;
}

img
     {
     border: 0;
     display: block;
     margin-left: auto;
     margin-right: auto;
}

#menu a.current
	{
	background: #aaa;
	}
