﻿body {
	padding: 0px;
	margin: 0px;
	background: #3399CC url('images/gif/t-dr.gif') repeat-x top;
	min-height:800px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 840px; /*Width of main container*/;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#topsection{
	background: #FFFFFF;
	height: 130px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
#contentcolumn{
	margin-left: 300px;
	background-color: #FFFFFF;
}
#leftcolumn{
	float: left;
	width: 300px; /*Width of left column*/;
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/;
	background: #FFFFFF;
}

#footer{
	clear: left;
	width: 100%;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	padding: 15px 0;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	font-family: Verdana;
	font-size: 0.7em;
}
#footer a{
	color: #000000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#home {
	display: block;
	width: 200px;
	height: 24px;
	background: url("images/gif/home200.gif") no-repeat 0 0;
	margin-left: 40px;
}
#homecurrent {
	display: block;
	width: 200px;
	height: 24px;
	background: url("images/gif/home200.gif") no-repeat 0 0;
	margin-left: 40px;
	background-position: 0 -24px;
}
#home:hover {
	background-position: 0 -24px;
}
.leftbooknew {
	width: 250px;
	height: 325px;
	vertical-align: top;
	padding-top: 20px;
	background-image: url('images/gif/notebook250.gif');
	background-repeat: no-repeat;
}
.innertubeleft {
	margin: 0 10px 10px 0px;
	width: 250px;
	height: 325px;
	vertical-align: top;
	padding-top: 5px;
	background-image: url('images/gif/notebook250.gif');
	background-repeat: no-repeat; /*Margins for inner DIV inside each column (to provide padding)*/;
}
.innertubeleft ul li, .innertubeleft ul a {
	font-family: "Comic Sans MS", "Gill Sans", "Trebuchet MS";
	font-size: 1.1em;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.innertubeleft ul a:hover, .innertubeleft ul a.selected {
	font-family: "Comic Sans MS", "Gill Sans", "Trebuchet MS";
	font-size: 1.1em;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	color: #0679B4;
}
.slogan {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #5B0332;
	background-color: #FFFFFF;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.quicklinks {
	font-family: Verdana;
	font-size: 0.7em;
	text-align: right;
}
.innertube p, .innertube ol {
	font-family: Verdana;
	font-size: 0.8em;
}
.innertube ul {
	font-family: Verdana;
	font-size: 0.8em;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
}
.innertube li {
	padding: 5px;
	margin: 5px;
}
.innertubetop {
	margin: 10px;
/*Margins for inner DIV inside each column (to provide padding)*/	margin-top: 0;
}
.extragap {
}
#LNE_contact form {
	font-family:Verdana;
	font-size: 0.8em;
}