body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	text-align: center;
	background-color: #cccccc;
	background-image: url(images/1pxbg.jpg);
	background-repeat: repeat-y;
	}
	
#flashmovie {
margin-top: 25px;
text-align:center;
}

#header {
	width: 740px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}	

#wrapper {
	/*position: relative;*/
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0 0 0;
	background-color: #ffffff;
	border-left: 4px solid #99ccff;
	border-right: 4px solid #99ccff;
	border-bottom: 4px solid #99ccff;
	background-image: url(images/tlbi_cloudbg.jpg);
	/*background-image: url(images/tlbi_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
}
#content {
	/*margin-left: 230px;*/
	/*background-color: #ffffff;*/
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 600px;
	padding: 0px 0px 10px 0px;
	float: right;
	min-height: 400px;
	/*border-left: 1px solid #cccccc;*/
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
	color: #000000;
}
#content p.firstpara{
	margin-top: 45px;
}

#content h1 {
	font: normal 200% sans-serif;
	color: #000000;
	background-color: transparent;

	margin-top: 0px;
	margin-bottom:0px;
}


#content h2 {
	font-size: 120%;
	color: #000000;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}

#content tr.classtitle{
	font-weight: bold;
}

#content tr.classinfo{
	font-size: 75%;
}

#content td.paddingtop{
	padding-top:15px;
}

#slideshow {
	float: right;
	margin-left: 15px;
	margin-top: 20px;
}

#navigation {
	/*position: absolute;*/
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	/*top: 200px;*/
	/*left: 0;*/
	width: 100px;
}
#navigation ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
#navigation li {
	width: 100px;
	border-bottom: 1px solid #99ccff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}

#roundedbottom  img{
	width: 100px;
	margin-top: 0px 0px 0px 0px;
	padding-top: 0px 0px 0px 0px;
}

#roundedtop  img{
	width: 100px;
	margin-top: 0px 0px 0px 0px;
	padding-top: 0px 0px 0px 0px;
}

#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #99ccff;
	border-right: 1px solid #99ccff;
	background-color: #ccffff;
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #cccccc;
	color: #666666;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #99ccff;
	width: 168px;
	
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #99ccff;
	color: #000000;
}

#testimonials{
	margin:auto;
	margin-top:10px;
	width: 600px;
	background-color:#ccffff;
	border:4px solid #99ccff;
}

#testimonials td{
font-size:60%;
padding: 10px 10px 10px 10px;
}


#footer {
	padding: 0 0 10px 255px;
	font-size: 70%;
	color: #000000;
	background-color: transparent;
}

