/** Positioning Home page css LG.com **/
body {
	margin: 10px;
	padding:0;
	max-width: 1200px;
	min-width: 760px;
}
/* uncomment this style to set a fixed width */
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
/*   Content wrapper */
#contentWrapper {
	width: 100%;
	margin-top: 10px;
}
#banner {
	/* position: relative; */
}

/* fix IE 6: improperly positioning 
'subscribe' and 'about us' links in banner */
* html #banner {
	height: 1px;
}

#banner #badge {
	position: absolute;
	left: -38px;
	top: 10px;
}

#banner #logo {
	margin-left: 40px;
	position: relative; /* jumping logo fix for IE */
}

#banner ul {
	/*margin-left: 600px; 
	position: relative; jumping logo fix for IE 
	position: absolute;
	right: 60px;
	bottom: 5px; */
}
#main {
	/* display: inline; /* for IE 
	float: left;
	width: 379px;
	margin-left: 200px;
	padding-left: 10px;
	border-left: 1px dashed #999999;*/
	margin-left: 160px;
	margin-right: 130px; 
	
	/*float: left;
	margin-left: 200px;
	margin-right: 135px; */
	padding: 0 15px 15px 20px;
	/*border: 1px solid #666666;
	border-top: none;
	border-bottom: none; */
}
#main .figure {
	float: left; 
	width: 200px;
	margin-bottom: 2px;
	margin-right: 10px;
	/*position: relative; */
}
#main .figure p {
/*	position: absolute;
        width: 168px;
	left: 10px;
	bottom: 10px; */
	background-color: #FFF;
	border: 1px dashed #666666;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0;
}
#main .figure img {
	display: block;
}
#sidebar {
	float: left;
	width: 160px;
	margin-top: 10px;
	border: 1px solid #666666;
	}

/* #adverts { */
#secondSidebar {
	float: right;
	width: 130px;
	margin-top: 10px;
	border: 1px solid #666666;
	/* background-color: #294E56; */
}

