body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #000000;
}

#container {
	width: 784px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: right;
	background-color: #CCCCCC;
}
#sidebar1 {
	float: left; /* 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-image: url(img/_0_home5_13.gif);
	background-repeat: repeat-y;
	width: 252px;
	
}
#sidebar2 {
	float: left;
	background: #485e88;
	width: 250px;
}
.menu {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* 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:#0000FF;
	padding: 0px;
	margin: 0px;

}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 490px;
	text-align: left;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:none;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1{
	font-family: Arial;
	font-size: 18px;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	text-align: left;
} 
h2{
	font-family: Arial;
	font-size: 14px;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	text-align: left;
} 
.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
P, li{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	color:  #4d4948;

} 
 
img {
	border-style: none;
	border-width: 0px;

}
#marka1  {
	padding: 0px 0px 20px;
	margin: 0px 0px 10px 0px;
	float:left;
	font-size: 12px;
	text-align:left;
	clear: none;
	background-color: #FFFFFF;
	background-image: url(img/005.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clip:      rect(auto auto auto auto);
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 200px;
	overflow: hidden;
}
#marka2{
	float:right;
	font-size: 12px;
	text-align:left;
	clear: none;
	background-color: #FFFFFF;
	background-image: url(img/005.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clip:      rect(auto auto auto auto);
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 175px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 10px;
}
#marka3  {
	padding: 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	
	font-size: 12px;
	text-align:left;
	
	background-color: #FFFFFF;
	background-image: url(img/005.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clip:      rect(auto auto auto auto);
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 471px;
	overflow: hidden;
}
