body{
    margin:30px;
    font-family:times new roman,serif;
    font-size:130%;
    color:#000;
}

h1{
    color:#fff;
    margin:0;
    padding:0;
}

h2{
    color:#000;
    font-size:1em;
    text-align:center;
    margin:20px 0 40px 0;
    font-weight:bold;
}

a,
a:active,
a:visited{
    text-decoration:underline;
    color:#00f;
}
a:hover{
    color:#f00;
}

ul{
    color:#8D5040;
    list-style-type:none;
    margin:10px 0 30px 30px;
}

li{
    line-height:1.5em;
}

#wrap{
    width:747px;
    margin:auto;
}


table{
    border-collapse:collapse;
    padding:0;
    width:747px;
}

td{
    padding:0;
    vertical-align:top;
    width:55%;
}

.list{
    padding:0 0 0 35px;}


.right{
text-align:center;
}


#box{
    background:url("images/box.gif") #fff no-repeat top center;
    width:380px;
    height:190px;
    font-size:1.3em;
    text-align:left;
    padding-top:10px;
    padding-left:30px;
    margin:20px 0 0 0;
}

#box img{
    margin-top:40px;
    margin-right:40px;
}

#box p{
    margin:10px 20px 20px 20px;
}

#footer{
    width:747px;
    height:70px;
    background:url("images/footer.gif") #fff no-repeat top center;
}

#footer p{
    padding:6px;
    margin:0;
    line-height:1.4em;
    text-align:center;
}

.bottomlink {
    text-align:center;
    margin: 10px auto 0 auto;
    font-size: 0.65em;
}