@charset "iso-8859-1";


#main {
	position: relative;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

#header {
    line-height: 97px;
}

#menu {
    height: 36px;
}

#submenu {
    height: 30px;
}

#content {
	overflow: hidden;
}

#column_left {
	float: left;
	width: 540px;
}

#column_right {
	float: right;
	width: 250px;
}

#promo {
	height: 300px;
}

#divisor {
	height: 33px;
}

#footer {
    height: 30px;
	clear: both;
}

/* Tests */

#column_left1 {
	float: left;
	width: 190px;
	padding: 10px;
	padding-left: 0px;
}

#column_right1 {
	float: right;
	width: 610px;
	padding: 10px;
}

