body{
	background-color:#006600;
	margin-top:0px;
	font-family:Garamond, Arial;
}
h1{
	font-size:large;
	text-decoration:underline;
}
.body_container{
	width:775px;
	border:0px;
	margin-right:auto;
	margin-left:auto;
}
.header {
	padding-right:14px;
	background-color:#006600;
	background-image: url("../images/layout/header_border.gif");
	background-position: right;
	background-repeat: repeat-y;
}
.content{
	padding-left:5px;
	padding-right:15px;
	background-image: url("../images/layout/content_border.gif");
	background-color:#fff;
	background-position: right;
	background-repeat: repeat-y;
	font-size:13pt;
	line-height:1.5;
}
.footer{
	padding-left:5px;
	padding-right:20npx;
	padding-bottom:5px;
	height:70px;
	background-image: url("../images/layout/bottom_border.gif");
	background-color:#fff;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.nav_links{
	color:#ffcc33;
	font-size:large;
	font-weight:bold;
	text-decoration:none;
}
