body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../img/bg1.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFF;
}

.liq #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.liq #header {
	width: 980px;
	height: 135px;
	background-image: url(../img/header.jpg);
	text-align: center;
	cursor: pointer;
}


.liq #header2010 {
	width: 980px;
	height: 155px;
	background-color: #FFF;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}


.liq #sidebar {
	float: right;
	width: 320px;
	background-image:url(../img/sidebar/bg_sidebar_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	text-align: left;
}


.liq #mainContent { 
	width: 660px;
	float: left;
	line-height: 1.1;
	background-image:url(../img/bg3.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden;
	text-align: left;
}


.liq #mainContentFull { 
	padding:10px 40px 30px 40px;
	text-align: left;
	overflow: hidden;
}


.liq #wrapper1 {
	background-image:url(../img/bg_sidebar.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	overflow: hidden;
}

.liq #wrapper2 {
	background-image:url(../img/footer.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: hidden;
}

.liq #footer { 
	margin: 0;
	width: 100%;
}

.liq #bottom {
	background-image: url(../img/f_main.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #94B801;
	padding: 6px 0 20px 40px;
}


.liq  h1 {
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

.liq  h2 {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
}


.liq  p {
	margin: 0;
	font-size: 10px;
}

/* Miscellaneous  */
.r_floater{
	float: right;
}

.l_floater {
	float: left;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
