body {
	background-color:#eeeeee;
	margin: 0;
	padding: 0;
	border: 0;
	font-family:"Verdana", "Arial", sans-serif;
	font-size: 14px;
	color: #676767;
}

#header {
	overflow:auto;
	height:auto
	position: relative;
	top: 0;
	left: 0;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
}

#header h1,#header h2 {
	text-align: center;
}

a#mypage:link, 
a#mypage:visited
{
	display: block;
	color: #d00000;
	text-decoration: none;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
}

a#mypage:hover, 
a#mypage:active
{
	color: #FF2020;
}

#content {
	overflow:auto;
	height:auto
	position: relative;
	top: 0;
	left: 0;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
	border: 0;
}

h1 {
	font-size: 1.8em;
}


.document {
	border: 5px;
	border-left:  dashed #a8a8a8;
	border-top:  dashed #a8a8a8;
	border-right: solid #808080;
	border-bottom: solid #808080;
	margin: 10px 0px 20px 0px;
	padding: 10px;
	background-color:white;
}

.document img.logo {
	float: left;
	margin-bottom: 10px;
	left: 0px;
	top: 0px;
}

.document h3 {
	margin: 10px;
	float: left;
}

.document a.adocument,
.document a.aproject {
	display: block;
	clear: both;
}

#footer {
	overflow:auto;
	height:auto
	position: relative;
	top: 0;
	left: 0;
	max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 10px;
	border: 0;
}

#footer {
	border-top: solid #808080;
	color: #808080;
	text-align: right;
	font-size: 0.7em;
}
