body {
    background-image:url(../image/hp-back.jpg);
    margin:0;
    padding:0;
    background-color:#000000;
    color:#ffffff;
}
h1{
    color:#000033;
    font-size:medium;
    padding:20px 0 0 60px;
    margin:0;
    text-align:left;
    background-color:transparent;
}
h2{
    background-image:url(../image/faces-h2.jpg);
    background-repeat:no-repeat;
    color:#ffffff;
    font-size:small;
    text-indent:38px;
    height:40px;
    background-color:transparent;
}
h3{
    background:yellow;
    background-image:url(image/faces-h4.jpg);
    color:white;
    border-bottom: solid 2px green;
    font-size:1.1em;
    text-indent:10px;
    padding:2px;
    margin:-10px;
}
em{
    font-style:italic;
    font-weight:bold;
    color:red;
}
strong{
    font-style:normal;
    font-weight:bold;
}

.clearboth{
    clear:both;
}
a{
    text-decoration:none;
    font-weight:bold;
}
a:link{
    color:#ffff66;
}
a:visited{
    color:#99cc33;
}
a:hover{
    color:#ff3333;
}
#wrapper{
    width:800px;
    font-size:1em;
    margin:0;
    background-color:#ff0000;
	background-image:url(../image/faces-back.jpg);
}
#header{
    width:800px;
    height:400px;
    background-image:url(../image/faces-head.jpg);
    background-color:#999999;
    text-indent:-999px;
}
#navi{
    font-size:small;
    text-indent:30px;
    font-weight:bold;
}
#navi a{
    text-decoration:none;
	border: solid 2px #ffffff;
    font-weight:bold;
    padding:2px;
}
#navi a:link{
    color:#ffff66;
}
#navi a:visited{
    color:#99cc33;
}
#navi a:hover{
    background-color:#ff3333;
    color:#000033;
}
.box{
    width:750px;
    background-color:transparent;
    color:#ffffff;
    padding:20px 20px 20px 25px;
    font-size:small;
    border-top:solid 2px #000000;
}
.box img{
    float:right;
    margin:0 5px 0 10px;
}
.left{
    float:left;
    width:280px;
}
.left img{
    margin:0 10px 10px 10px;
}
#footer{
    background:black;
    color:white;
	background-image:url(../image/faces-foot.jpg);
    background-repeat:no-repeat;
    font-size:x-small;
    width:800px;
	height:50px;
    text-align:center;

}
