body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #e7e7e7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #808080;
}

h3 {
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:30px;
    margin-top:20px;

}
.oneColLiqCtr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #e7e7e7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #c9c9c9;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 55px 20px 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	border: 1px solid #c9c9c9;
}

.oneColLiqCtr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 610px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e7e7e7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 5px 20px; /* padding keeps the content of the div away from the edges */
    border-bottom: 1px solid #c9c9c9;
		height:50px;
}
.oneColLiqCtr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e7e7e7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 5px 20px; /* padding keeps the content of the div away from the edges */
	border-bottom: 1px solid #c9c9c9;
	height:50px;
}

p, .tekstas  {
	font-size: 12px;
}



.big {
	font-size: 50px;
}

img {
	border:0;
}

.raudona {
	color:#b90d27;
}

a {
	color:#b90d27;
}
