#main {
	margin:0 auto;
	text-align:center;
	min-width:900px;
	width:900px;
}
#main_width {
	width:100%;
	margin:0 auto;
	text-align:left;
}
#header {
	height:469px;
	background:url(images/tall_top.gif) left top repeat-x;
	display:block;
}
#header, #content, #footer {
	font-size:0.69em;
}
.col_1, .col_2, .col_3, .column1, .column2, .column3 {
	float:left;
}
#page {
	background-color:#ffffff;
	height:100%;
	width:900px;
	overflow:hidden;
}
#stanga {
	width:280px;
	float:left;
	height:auto;
	background-color:#ffffff;
	padding:10px;
}
#dreapta {
	float:right;
	width: 590px;
	display:block;
	background-color:#ffffff;
	padding:0px;
	font-size:14px;
}
#footer {
	height:74px;
	background:url(images/tall_bottom.gif) left bottom repeat-x;
	color:#fff;
	font-family:tahoma;
}

