body	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #000;
	background: #90ab82 url(http://www.travelbrokertours.com/images/bgTop.jpg) repeat-x; 
	text-align: center;
}
#container	{
	margin: 0 auto;
	width: 780px;
	text-align: center;
}
#header	{
	width: 780px;
	height: 110px;
	background: url(http://www.travelbrokertours.com/images/travel-broker-tours-canada.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
#main	{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #FFF;
	margin: 0;
	padding: 0;
}
#main #sidebar {
	float: left; 
	width: 180px;
	height: 500px;
	background: url(http://www.travelbrokertours.com/images/menu-title.gif) no-repeat;
	padding: 0;
	margin: 0;
}
#sidebar #menu	{
	 position: relative;
	 top: 30px;
	 left: 15px;
}
#mainContent { 
	padding: 10px 30px 0 185px; 
	margin: 0;
	text-align: left;
}
#mainContent p	{
	text-align: justify;
}
#footer	{
	background: #8f003a;
	width: 100%;
	text-align: center;
	margin: -2em auto 0;
	padding: 0;
}
#footerInner	{
	width: 778px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #FFF;
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin: 0;
}
a:link	{
	text-decoration: underline;
}
a:visited	{
	text-decoration: underline;
}
a:hover, a:active	{
	text-decoration: underline;
	color: #720035;
}
#footerInner a:link, #footerInner a:visited, #footerInner a:hover, #footerInner a:active	{
	color: #FFF;
}

h4	{
	width: 428px;
	height: 20px;
	text-align: center;
	color: #435F03;
	padding: 10px 50px;
	font-size: 110%;
	font-variant: small-caps;
}

h2	{
	font-weight: bold;
	font-size: 110%;
	color: #435F03;
}
h3	{
	width: 428px;
	height: 20px;
	background: url(http://travelbrokertours.com/images/h3.jpg) no-repeat;
	text-align: center;
	color: #720035;
	padding: 15px 50px;
	font-size: 110%;
	font-variant: small-caps;
}
#footerInner h2	{
	font-size: 110%;
	font-style: italic;
	color: #FFF;
}
.floatlft	{
	float: left;
	margin: 0 10px 10px 0;
}
.floatrt	{
	float: right;
	margin: 0 0 10px 10px;
}
.nobr {
white-space: nowrap;
}
/* This is to avoid something that Firefox does to links */
a:active, a:focus {
	outline: 0;
}
.bold	{
	font-weight: bold;
}
.box	{
	padding: 5px;
	margin: 10px 10px 10px 40px;
	border: 1px solid #DDD;
	background: #f6f6f6;
}
.box:hover	{
	background: #e8e8e8;
}