﻿body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background-image: url(images/bgcolor.png);
	background-repeat: repeat;
}
b {
	font-size: 110%;
}
em {
	color: red;
}
#maincontainer {
	width: 1000px; /*Width of main container*/;
	margin: 0 auto;
/*Center container on page*/	background: white;
}
#topsection {
	background: url('images/Top-Banner.jpg') no-repeat;
	width: 800px;
	height: 183px; /*Height of top section*/
}
#timings {
	background: url("images/details2.gif");
	background-repeat: no-repeat;
	height: 183px; /*Height of top section*/;
	position: relative;
	margin-left: 800px; /*Set margin to that of topsectionWidth)*/;
	margin-top: -183px; /*Set margin to that of -topsectionheight)*/
}
#timings h1 {
	FONT: 80%/80% Trebuchet MS, Arial, Helvetica, Sans Serif;
	COLOR: maroon;
	FONT-SIZE: small;
	padding-top: 18px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin: 0;
	font-weight: bold;
}
#timings h2 {
	FONT: 80%/80% Trebuchet MS, Arial, Helvetica, Sans Serif;
	COLOR: white;
	FONT-SIZE: small;
	text-decoration : none;
	padding-left: 12px;
	padding-bottom: 5px;
	margin: 0;
}
#topsection h1 {
	margin: 0;
	padding-top: 15px;
}
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	margin-left: 240px; /*Set left margin to LeftColumnWidth*/;
	background: url("images/background.gif");
	background-repeat: repeat;
}
#leftcolumn {
	float: left;
	width: 240px; /*Width of left column*/;
	margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
}
#footer {
	clear: left;
	width: 100%;
	color: black;
	text-align: center;
	padding: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	HEIGHT: 20px;
	background: orange;
}
#footer-links {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 24px;
	WIDTH: 100%;
	FLOAT: left;
	HEIGHT: 20px;
	color: white;
}
#counter {
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	HEIGHT: 20px;
	vertical-align:text-bottom;
	line-height:.5em;
	
}
#copyrights {
	TEXT-ALIGN: center;
	WIDTH: 100%;
	FLOAT: left;
	HEIGHT: auto;
}
.innertube {
	margin: 10px;
	margin-bottom: 0px; /*Margins for inner DIV inside each column (to provide padding)*/;
	margin-top: 0;
	min-height:800px;
}

.services {
	font-size: small;
	FONT: 80%/80% Trebuchet MS, Arial, Helvetica, Sans Serif;
	line-height: 1em;
}


.welcomebanner {
	font-size: medium;
	font-family:"Palatino Linotype";
	font-style:italic;
	line-height: 1.3em;
}
