﻿@import url("main_winter.css");

/* style for default */

body {
	margin: 20px;
}
#banner {
	position: relative;
}
* html #banner {
	height: 1px;
}
#banner #badge {
	position: absolute;
	left: -18px;
	top: -18px;
}
#banner #logo {
	margin-left: 145px;
	position: relative;
}
#banner ul {
	position: absolute;
	right: 60px;
	bottom: 7px;
}
#contentWrapper {
	clear: both;
	position: relative;
	width: 100%;
}
#sidebar {
	position: absolute;
	top: 15px;
	left: 0;
	width: 170px;
}
#adverts {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 125px;
}
#main {
	margin-left: 170px;
	margin-right: 135px;
	padding: 0 15px 15px 20px;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: none;
}
