body {
	margin: 8px;
	padding: 0 0;
	background:#dddddd;

	font-family: tahoma, verdana, arial;
	font-size:14px;
}


img {
	border: 0px;
}

a:link{
	text-decoration: underline;
	
	color:#22D;
}

a:visited {
	text-decoration: underline;
	color:#22D;
}

a:active{
	text-decoration: underline;
	color:#229;
}
	
a:hover{
	text-decoration: underline;
	color:#111;
}

#menu {
	position:absolute;
	left: 0px;
	top: 0px;
	height: auto;
	background:#4359c6;
	width:150px;
	font-weight:bold;
}
#menu a:link {
	text-decoration: none;
	color:#fff;
}
#menu a:visited {
	text-decoration: none;
	color:#fff;
}
#menu a:hover {
	text-decoration: none;
	color:#fff;
}

#title {
	text-align:center;
	margin-bottom:15px;
}

#content {
	margin-left:176px;
	margin-right:20px;
}

#webmaster {
	text-align:center;
	bottom:auto;
	left:0px;
	right:0px;
}

#image {
	float: right;
	padding:6px;
	width:210px;
	font-size:12px;
}

#youth {
	float: right;
}

#caption {
	font-family: tahoma, verdana, arial;
	font-size:12px;
}

#dusttable {
	height: 13.2px;
}

