@charset "utf-8";
/* CSS Document */
body {
text-align:center;
margin-left:auto;
margin-right:auto;
}
#outer {
text-align:center;
margin-left:auto;
margin-right:auto;
background-color: #cecece;
width:804px;
height:auto;
border:2px solid #eee;
}

#container {
text-align:center;
margin-left:auto;
margin-right:auto;
width: 800px;
height:auto;
border:2px solid #aaa;
overflow:hidden;
background-color: #eee;
}
#top_row {
width:800px;
height:250px;
}
#second_row {
background-image:url(topbar1.gif);
width:800px;
height:20px;
}
#third_row {
width:800px;
height:auto;
}
#menu_col {
width:220px;
height:inherit;
float:left;
}
#text_col{
width:564px;
height:auto;
padding:8px;
float:right;
text-align:justify;
}
#fourth_row {
width:800px;
text-align:center;
height:24px;
line-height:24px;
float:left;
font-size:12px;
}
#fifth_row {
height:20px;
width:800px;
background-image:url(botbar.gif);
float:left;
}

#logo {
background-image:url(images/logo_grey.jpg);
background-repeat:no-repeat;
height:63px;
width:200px;
display:block;
}

.header {
text-align:center;
font-weight:bold;
font-size: 12px;
}
.dest {
text-align:left;
font-weight:bold;
font-size: 12px;
width:190px;
}
.price {
text-align:center;
font-weight:plain;
font-size: 12px;
}
