﻿/* CSS layout */
#masthead {
	background-repeat: no-repeat;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}
#awmAnchor-menu {
	background-image: url('../images/masterdwt/menu.jpg');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	height: 29px;
	top: 0px;
}
#container {
	position: relative;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/masterdwt/main.jpg');
	background-repeat: repeat-y;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-left: 200px;
	width: 590px;
}
#footer {
	background-image: url('../images/masterdwt/footer.jpg');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	height: 100px;
}
#footer_content {
}
/* force right scrollbar */
html {
	height: 100%;
	margin-bottom: 1px;
}
