﻿/* макет CSS */
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	top: 70px;
	position: absolute;
	left: 0px;
	width: 100%;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	border-right: thin #000000 solid;
	width: 350px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
				margin-left: 450px;
}

#footer {
	position: absolute;
	top: 510px;
	width: 100%;
	left: 10px;
}

