body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: century gothic;
font-size: 14px;
background: #F4F6F5;
}

h2 {
font-family: century gothic;
font-weight: bold;
font-size: 16px;
}

b{font-size: 110%;}
em{color: #F57E0A;}


#topsection{
height: 160px; /*Height of top section*/
background-image: url("/images/topbar-right.jpg");
background-repeat: no-repeat;
background-position: right; 
}

#topbg{
height: 160px; /*Height of top section*/
background-image: url("/images/topbar-right-tile.jpg");
background-repeat: repeat;
}

#topsection h1{
margin: 0;
padding-top: 25px;
}

#contentwrapper{
float: left;
width: 100%;
background-image: url('/images/leftbar-bg.jpg');
background-position top left;
background-repeat: no-repeat;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
margin-top: 15px;
background: #F4F6F5;
background-image: url('/images/james.jpg');
background-repeat: no-repeat;
background-position: top left; 
text-align: justify;
}

#contentcolumn h1{
		font-size: 24px;
		font-weight: normal;

}

input.btn{
   color:#808C9C;
   font-family: century gothic;
   font-size:84%;
   font-weight:bold;
   background-color:#C8D0DB;
   border:1px solid;
   border-top-color:#808C9C;
   border-left-color:#808C9C;
   border-right-color:#808C9C;
   border-bottom-color:#808C9C;}

#contentcolumn a {

    font-size: 14px;
    font-family: century gothic;
    text-decoration: none;
    color: #F57E0A;
    font-weight: bold;
}

#leftcolumn{
float: left;
width: 192px; /*Width of left column*/
height: 432px;
margin-left: -100%;
background-image: url('/images/leftbar-bg.jpg');
background-repeat: repeat;
}

#leftcolumn ul {
		text-align: left;
		list-style-type: none;
		margin-top: 30px;
                text-indent: 10px;
	}
		
#leftcolumn a {
		font-size: 14px;
		text-align: left;
		text-decoration: none;
		color: #131313;
		font-weight: normal;
		text-indent: 4px;
}


#leftcolumn a:hover {
		font-size: 14px;
		text-align: left;
		text-decoration: none;
		color: #F57E0A;
		font-weight: normal;
                font-style: italic;
		text-indent: 4px;
}

#footer{
clear: left;
width: 100%;
		text-align: left;
		padding-left: 33px;
		color:#F4FAFF;
		font-size: 10px;
		background-image: ('/images/footer.jpg');
		background-repeat: no-repeat;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

 .selected {
 background-image: url('/images/leftbar-select-new.gif');
width: 144px;
background-repeat: no-repeat;
color: #241CC9;
}
.selected a {
color: #C11F1D;
font-style: italic;
}
#top_banner {

	height:160px;
	background-image: url("/images/topbar.jpg");
	background-repeat: no-repeat
}

.divider {
display: block;
    margin-left: auto;
    margin-right: auto }

.table
{
font-family: century gothic;
font-size: 12px;
}

td.image
{

border: 1px solid black;

}

td.text
{
border: 1px solid black;
padding: 0px 5px 0px 5px;
font-family: century gothic;
font-size: 14px;
}

table.coll, td.available, td.reserved
{
    border-color: black;
    border-style: solid;
    text-align: center;
}

table.coll
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td.available
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}
	
td.reserved
{
    background-color: red;
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}