/* ALLTBEAG.CSS */

body{
margin: 0;
padding: 0;
line-height: 1.5em;
background: #CCCCFF; /* 996666 */
}

b{font-size: 110%;}
em{color: red;}

#topsection {
background: #FFFFFF;
margin: 0px;
margin-top: 10px;
line-height: 1.5em;
}

#topsection h1{
color: rgb(51,51,51);
margin: 0px;
padding-top: 15px;
font-family: arial, helvetica;
font-size: 140%;
font-weight: bold;
text-align: left;
}

#navtext {
margin: 0px;
font-family: arial, helvetica;
font-size: 80%;
font-weight: bold;
text-align: left;
margin-bottom: 10px;
}

#navtext a{
color: rgb(178,178,178); /* 109,176,220 */
text-decoration: none;
}

#navtext a:hover{
color: rgb(109,176,220);
text-decoration: none;
}

#navtext_selected {
color: rgb(100,100,100);
text-decoration: none;
}

#dots{
margin: 0;
margin-top: 15px;
margin-bottom: 1px;
line-height: 1em;
clear: left;
width: 100%;
background-image: url(../images/dots.jpg);
background-repeat: repeat-x;
}

#maincontainer{
margin: 2em auto 0 auto;
width: 80%; /*950px*/
background: #FFFFFF;
}

#contentwrapper{
background: #FFFFFF;
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 450px; /*Set left margin to LeftColumnWidth*/
/*height: 728px;*/
min-height: 728px;
font-family: arial, helvetica;
}

#contentcolumn h2{
color: rgb(100,100,100);
margin: 0;
padding-top: 0px;
padding-bottom: 15px;
font-family: arial, helvetica;
font-size: 120%;
font-weight: bold;
text-align: left;
}

#contentcolumn {
color: rgb(100,100,100);
}

#contentcolumn a{
color: rgb(178,178,178);
text-decoration: none;
}

#contentcolumn a:hover{
color: rgb(109,176,220);
text-decoration: none;
}

#checkavailability {
color: red;
font-size: 120%;
font-weight: bold;
}

#checkavailability a{
color: red;
text-decoration: none;
}

#checkavailability a:hover{
color: rgb(178,178,178);
text-decoration: none;
}

#leftcolumn{
float: left;
width: 450px; /*Width of left column*/
margin-left: -100%;
background: #C8FC98;
position: relative;
}

#footer{
clear: left;
width: 100%;
background: #FFFFFF;
color: #000000;
text-align: left;
padding: 4px 0;
font-family: arial, helvetica;
}

#footer a{
color: rgb(109,176,220);
text-decoration: none;
}

#footer a:hover{
color: rgb(178,178,178);
text-decoration: none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
