﻿/* CSS layout */
#masthead {
	background-repeat: no-repeat;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}
#awmAnchor-menu {
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 45px;
	top: 0px;
}
#container {
	background-repeat: repeat-y;
	background: url('../images/masterdwt/main1.jpg');
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: text-top;
	height: 100%;
}
#left_col {
	width: 240px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-left: 240px;
	width: 720px;
	height: 100%;
}
#footer {
	background-image: url('../images/masterdwt/footer1.jpg');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 100px;
}
#footer_content {
}
/* force right scrollbar */
html {
	height: 100%;
	margin-bottom: 1px;
}

