﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
/*	background-image: url("../images/background.gif");
	background-repeat: repeat;*/
	background-attachment: scroll;
	background-color:#67b
}
#container {
	width: 720px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	/*width: 600px;*/
	width: 800px;

	padding: 10px;
	border: 1px dotted #725972;
	/*background-image: url("../images/masthead.gif");
	background-repeat: repeat;*/
	background-attachment: scroll;
	background-color: #ddb;

}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left; 
	/*width: 470px;*/;
	width: 670px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	#bnews { float: left;
	padding-left: 3px;
	padding-right: 3px;

