﻿/* CSS layout */
#masthead {
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	width: 760px;
}
#top_nav {
	width: 760px;
	background-image: url('new bann.jpg');
	background-repeat: no-repeat;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
}
#page_content {
	border-right-style: solid;
	border-right-color: #DFDFDF;
	width: 760px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	background-color: #FFFFFF;
}
#footer {
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	border-right-color: #DFDFDF;
	float: center;
	background-image: url('fotter.jpg');
	width: 760px;
}
