﻿/* Entire Page */
div#destinations_container { width:864px; }

/* Header */
div.header { display:block; clear:both; background-image:url('/images/landing/itson.jpg'); height:240px; width:864px; }

/* Body */
div.body { clear:both; margin:14px 0 0 0; top:14px; }

/* Large Content Box */
div.body div.left { position:relative; background-color:rgb(68,106,171); float:left; width:605px; margin:0 14px 0 0; height:300px; }
div.body div.left div.content { position:absolute; width:549px; margin:20px 30px 5px 55px; top:30px; left:-19px; height:130px; } 
div.body div.left div.content p { font-family:Verdana; font-size:12px; color:#ffffff; line-height:20px; }
div.body div.left div.top { position:absolute; top:0; width:100%; background:transparent url(/images/landing/corners/blue_rgb68-106-171_top_right.gif) no-repeat top right; }
div.body div.left div.bottom { position: absolute; bottom: 0; width: 100%; background: transparent url(/images/landing/corners/blue_rgb68-106-171_bottom_right.gif) no-repeat top right; }

/* Small Content Box */
div.body div.right { position:relative; background-color:rgb(252,208,23); float:right; width:245px; height:300px; }
div.body div.right div.top { position:absolute; top:0; width:100%; background:transparent url(/images/landing/corners/yellow_rgb252-208-23_top_right.gif) no-repeat top right;  }
div.body div.right div.bottom { position:absolute; bottom:0; width:100%; background:transparent url(/images/landing/corners/yellow_rgb252-208-23_bottom_right.gif) no-repeat top right;  }
div.body div.right div.content { position:absolute; left:25px; top:0px; }

/* Footer */
div.footer { clear: both; float: none; position: relative; top: 10px; margin: 0 0 0 0; }
div.footer p { margin: 0; color: #000000; font-size: 9px; font-family: Verdana; }

