body {background-color: #fff;
font-family: tahoma,arial,sans-serif;
font-size: 10pt;
line-height: 130%;
text-align: center;
}

#head {
width: 800px;
height: 100px;
margin: 0px auto;
background: url(./images/plan-your-wdw-vacation.jpg) no-repeat;
}

#main {
width: 800px;
margin: 0px auto;
text-align: left;
background-color:#b0b0da;
}

#leftcol {
background-color:#fff;
width: 584px;
float: left;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 7px;
}

#rightcol {
background-color:#fff;
width: 185px;
float: right;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 7px;
}

#footer {
clear: both;
background-color:#fff;
border: 1px solid #ccc;
padding-bottom: 5px;
text-align: center;
}

p {margin-bottom: 0px;
margin-top: 10px;
}

h1 {font-size: 18pt;
line-height: 22pt;
color: #060;
border-top: 1px solid #ccc;
margin: 7px -7px 0px -7px;
padding: 0px 7px 0px 7px;
}

.small {font-size:9pt; 
line-height:11pt;}
