body {
    height: 100%;
    margin: 0;
    padding: 0;
    
	/* for ie compatability */
	text-align: center;
}

a {
	font-family: Arial, Helvetica;
	text-decoration: none;
	color: #7C7C7C;
}

#LBWrapper {
    width: 1024px;
    height: 100%;
    background-color:#6acc02;
    margin-left: auto;
    margin-right: auto;
}

#LBHeader {
    width: 100%;
    margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	height: 146px;
}

#LBHeader .Logo {
    width: 100%;
    height: 110px;
    position: relative;
}

#LBHeader .Search {
    width: 100%;
	height: 36px;
	position: relative;
}

#LBHeader .Search input {
	width: 203px;
	height: 24px;
	
	position: absolute;
	left: 120px;
	
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
}

#LBHeader .Search input:focus {
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
}

#LBHeader .Search select {
	border: 0px;
	width: 200px;
	
	position: absolute;
	
	top: 9px;
	left: 350px;
}

#LBSidebar {
	float: left;
	width: 169px;
	background: transparent url('/public/Linenbee/Index/Images/homepage/mainmenusliver.jpg') repeat-y;
	margin-right: 15px;
}

#LBSidebar .Category {
	margin: 15px 0 10px 0;
}

#LBSidebar .Category:first-child {
	margin-top: 0;
}

#LBSidebar .Node {
	margin-left: 10px;
}

#LBSidebar .Subnode {
	margin-left: 20px;
}

#LBSidebar .Selected {
	color: red;
}

#LBContent {
    padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 994px;
	height: 100%;
	_zoom: 1; /* Necessary to conquer an IE bug. */
	text-align: left; /* Necessary to conquer an IE bug. */
}

#LBTopFinds {
	width: 804px;
	float: left;
	background-color: white;
}

.LBPillbox .Header, 
.LBPillbox .Footer {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

	line-height: 31px;
	
	position: relative;
}

.LBPillbox .Header { margin-bottom: 10px; }
.LBPillbox .Footer { margin-top: 10px; }

#LBAds {
	margin-right: 5px;
    width: 153px;
    height: 100%;
    
    position: relative;
    
    float: right;
    *-margin-left: 10px; /* IE6 Double Margin Bug*/
}