body {
margin:0px;
padding:0px;
text-align:center;
background-color:#eee;
}
#container{
margin:0px auto 0px auto;
padding-top: 200px;
width:640px;
text-align: left;
color:#5D5D5D;
font-size: 18px;
line-height: 28px;
letter-spacing: 1px;
font-family: fantasy;
background: #FFF;
background-image: url(mikeiken.png);
background-repeat: no-repeat;
}

#content {
margin:10px 45px 10px;
}
#content img{
border: none;
float: right;
margin-left: 10px;}

h1 {
margin:0px 0px 50px;
padding:3px 0px 2px 6px;
font-weight:bolder;
font-size: 22px;
font-family:Verdana;
color:#999;
border-left: solid 6px #5CAED7;
border-bottom: solid 1px #5CAED7
}
h2,h3 {
font-size: 14px;
margin: 0px;
padding: 0px;
font-weight:bold;
text-align:left;
}

br {
letter-spacing: 0;
}
.red{
color: red;
font-weight: bolder;
}

#footer{
border-top: solid 1px #eee;
clear:left;
padding: 8px;
}
#footer ul{
font-size: 10px;
list-style-type: none;
display: inline;
}
#footer li{
display: inline;
}
.copyright{
text-align:center;
}
