body {
	font-family: Arial, sans-serif;
	background: url(small/texture.gif)
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: x-large;
	margin-bottom: 0.25ex;
}

p.copyright {
	font-size: x-small;
	font-variant: small-caps
}

a {
	color:#07a;
}

a:link {
	color:#07a;
}

a:visited {
	color:#07a;
}

a:hover {
/*	border-style:dashed;
	border-color:black;
	border-width:1px 0; */
/*	border:1px dashed #999; */
	background-color:#eee;
}

#Header {
	border-style:dashed;
	border-color:black;
	border-width:1px 0;
	background-color: transparent;
	background: url(small/tint.png);
}

#Content {
	margin:0px 210px 50px 10px;
	padding:10px;
}

#Menu {
/*	position:absolute;
	top:100px;
	right:20px;
	width:150px; */
	padding:5px;
	background-color: transparent;
	background: url(small/tint.png);
	border:1px dashed #999;
	line-height:17px;
	font-size: small;
	font-variant: small-caps
}


