/* Layout Stylesheet */

body {
 margin:0 auto;
 padding:0px;
 text-align:center;
 color: #000000;
 background:#3366CC;
 font-size: 13px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
 margin:0 auto;
 position:relative;
 width:800px;
 background-color:#fff;
}

#header {
 width:800px;
 height:168px;
 background-color:rgb(0,0,153);
}

#messagebox {
 background-color:rgb(0,0,153);
 background-image:url('../images/messagebar.gif');
 background-repeat:no-repeat;
 text-align:left;
 height:32px;
}

#contentbox {
 width:800px;
 height:500px;
 background-color:#fff;
 background-image:url('../images/bgslice.jpg');
 background-repeat:repeat-x;
 background-position:top;
}

#contentcol1 {
 width:520px;
 float:left;
 text-align:left;
 padding-left:30px;
}

#contentcol2 {
 width:250px;
 float:right;
}

#clearline {
 clear:both;
}

#tourbox {
 position:absolute;
 left:32px;
 bottom:20px;
 width:55px;
 height:231px;
}