<!--
* {
margin: 0;
padding: 0;
}
	
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#wrap {	
width: 240px;
margin:-80px 0 0 -138px;
padding: 10px 14px 18px;
top:50%;
left:50%;
position:absolute;
border-width: 4px;
border-style: solid;
}
	
#header {
}	

#header h1 {
font-size: 36px;
font-weight: bold;
color: #000000;
text-align:center;
}

#greeting {
margin: 4px 0px 14px 0px;
}	
	
#greeting p {
font-size: 24px;
font-weight: bold;
color: #000000;
text-align:center;
}

#top_hr {
border: 1px #000000 solid;
width: 240px;
}

#navi {
margin: 12px 0px 0px -8px;
text-align:center;
}

a:link    { color:#000000; font-weight: bold; text-decoration: none;}
a:visited { color:#000000; font-weight: bold; text-decoration: none;}
a:active  { color:#000000; font-weight: bold; text-decoration: none;}
a:hover   { color:#909090;}

ul {
list-style-type: none;
}

li {
margin: 0px 0px 0px 8px;
display: inline;
font-size: 18px;
}

img {
border: none;
}
	
p {
font-size:12px;
}

#footer {
margin: 10px 0px 0px 0px;
padding: 0px;
}

#footer p {
margin: 6px 0px 0px 0px;
font-size: 11px;
color: #000000;
text-align:center;
line-height: 160%;
}
