body{
 background: #888;
 color: #000;
 text-align: center;
}

a{
 color: #036;
 text-decoration: none;
}

a:hover{
 color: #069;
 text-decoration: none;
}

img{
 border: 3px solid #efefff;
}

hr{
 width: 60%;
 height: 1px;
 color: #88b;
}

.header{
 text-align:center;
 width: 888px;
 padding:5px;
 background: #333;
 border:1px solid #eee;
}

#name{
 width: 835px;
 height: 65px;
 font-size: 36px;
 font-style: italic;
 font-weight: bold;
 font-family: Arial;
 font-variant: small-caps;
 color: #efefff;
 text-align: center;
 margin: 5px;
 padding:20px 20px;
 border:1px solid #eee;
 line-height:1.2em;
 letter-spacing:.2em;
}

#navbar{
 height: 40px;
 text-align: center;
 color: #888;
 margin: 5px;
}

#link{
 position: relative;
 left: 27px;
 background: #000;
 width: 200px;
 float: left;
 border:1px solid #fff;
 margin: 1px;
}


#link a{
 color: #fff;
 text-decoration: none;
}

#link a:hover{
 color: #9bd;
}

#empty{
 width: 200px;
 float: left;
 margin: 2px;
}

.info{
 background: #f3f3f3;
 width: 884px;
 height: 650px;
 margin-top: 5px;
 border-left: 3px solid #000;
 border-top: 3px solid #000;
 border-bottom: 2px solid #333;
 border-right: 3px solid #000;
 padding: 5px;
}

#title{
 height: 20px;
}

#left{
 text-align: left;
 width: 430px;
 height: 620px;
 float: left;
 padding: 5px;
 border-top: 1px solid #333;
 border-right: 1px solid #333;
}

#right{
 width: 430px;
 height: 620px;
 float: right;
 padding: 5px;
 border-top: 1px solid #333;
 border-left: 1px solid #333;
}

#pic{
 text-align: center;
 border: 1px solid #000;
}

#disclaimer{
 color: #79b;
 text-align: right;
 font-size: 10px;
 font-style: italic;
 font-family: Arial;
 font-variant: small-caps;
}

.indent{ 
 text-indent: 1.5em;
 margin-top: 0px;
 margin-bottom: 0px;
}
