/* CSS Document */


	body{
		background-image: url(image/header.jpg);
		background-position: 2px 10px;
		background-repeat:no-repeat;
		margin:5px 0px 0px 4px;
	}
	
	.menu {
		/*width:100%;
		margin: 1em 0;*/
		padding: 0;
		position:absolute;
		top:230px;
	}
	
	#moon{
		background-image: url(image/moon.png);
		background-repeat:no-repeat;
		position:absolute;
		left:50px;
		top:25px;
	}
	
	.small{
		font-size:smaller;
		font-weight:bold;
	}
	
	h2{
		border-bottom:2px solid #306;
	}
	
	.sidebar {
		padding:10px 20px 0px 0px;
		font-weight:bold;
		height:500px;
		text-align:right;
	}
	
	.sidebar li{
		list-style-type:none;
		color:#306;
	}
	
	.sidebar p{
		color:#000;
	}
	.sidebar a:link{
		text-decoration:none;
		color:#306;
	}
	
	.sidebar a:visited{
		text-decoration:none;
		color:#306;
	}
	
	.content {
		margin-left:auto;
		margin-right:auto;
		position:absolute;
		top:220px;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-size:small;
	}
	
	.blockA {
		background-color:#CCC;
		border-top:20px solid #306;
		height:220px;
		width:360px;
		padding: 2px 4px 2px 6px;
	}
	
	.blockA img{
		padding: 0px 8px 0px 0px;
	}
	
	.blockB {
		background-image:url(image/sunflowerchild.jpg);
		background-repeat:no-repeat;
		height: 203px;
		width: 332px;
		font-weight:bold;
		text-align:center;
	}
	
	.blockB p{
		position:relative;
		top:205px;
		left:0px;
		color:#306;
	}
	
	.menu ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.menu li{
		clip:rect(0px, 148px, 57px, 0px);
		width: 9em;
		height: 2em;
		margin-right: 1em;
		text-align: center;
		float:left;
	}
	
	.bittext{
		width:9em;
		text-align:left;
	}
	
	.linkbar{
		width:750px;
		height:30px;
		background-color:#306;
		font: "Century Gothic", Arial, Helvetica, sans-serif;
		font-size:medium;
		text-align:center;
		position:relative;
		top:10px;
	}
	
	.linkbar a:link{
		position:relative;
		text-decoration:none;
		color:#FFFFFF;
	}
	
	.linkbar a:visited{
		position:relative;
		text-decoration:none;
		color:#FFFFFF;
	}
