@charset "utf-8";
/* CSS Document */
body{
height:100%;
width:100%;
margin:0 0 0 0;
background-image:url(image/blue-dog-paw-print-backgrou.jpg);
font-size:20px;
}

#wrapper{
width:700px;
margin:0 auto;
height:100%;
border-left:#000000 1px solid;
border-right:#000000 1px solid;
border-bottom:#000000 1px solid;
background-color:#FFFFFF;
}

#header{
height:120px;
background-image:url(image/header.jpg);
}
img{
margin:8px;
}

.jumpin{
margin-left:200px;
}

.hugered{
font-size:28px;
color:#FF0000;
font-weight:700;
}

#middle{
height:100%;
padding-left:8px;
padding-right:8px;
}

ul{
list-style-image:url(image/image001.gif);
line-height:44px;
}
ol{
line-height:34px;
}

.smaller{
font-size:16px;
}

.bigred{
font-size:26px;
color:#FF0000;
font-weight:700;
}
.biggerblack{
font-size:26px;
font-weight:bold;
}
.bigblack{
font-size:22px;
font-weight:bold;
}
.left{
width:290px;
height:359px;
float:left;
}
.right{
width:380px;
margin-left:290px;
height:359px;
}
.style3 {
color: #FF0000; 
font-weight: bold;
}
#footer{
height:80px;
}