body {
	margin:	0px;
	background-color: #e4e4e0;
	width: 100%;
}

img {
	border: 0px;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {	
	position: absolute; 
	top: 0px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	font-family: "Arial", serif; 
	line-height: 120%; 
	font-size: 12px;
	color: #333333; 
	background: #F0F1EF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#header {
	width: 800px;
	height: 280px;
	float: left;
	font-size: 0px;
}

.spacer-nav {
	width: 800px;
	height: 5px;
	float: left;
	font-size: 0px;
}

.spacer-content {
	width: 800px;
	height: 20px;
	float: left;
}

.spacer-vert {
	width: 24px;
	height: 350px;
	float: left;
}

#nav {
	width: 800px;
	height: 18px;
	margin-top: 3px;
	float: left;
}
#nav a{
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#nav a:hover{
	color: #67BE41;
}
#line {
	width: 800px;
	height: 2px;
	background: url(../images/bg/line.gif);
	font-size: 0px;
	float: left;
}

#content {
	width: 800px;
}

#agenda {
	width: 226px;
	float: left;
}

#box-top {
	width: 226px;
	height: 14px;
	background: url(../images/bg/box_top.gif) no-repeat;
	font-size: 0px;
}

#box-middle {
	width: 226px;
	background: url(../images/bg/box_middle.gif) repeat-y;
}

#box-text {
	position: relative;
	left: 12px;
	width: 202px;
	font-size: 14px;
	color: #ffffff;
}

#box-bottom {
	width: 226px;
	height: 14px;
	background: url(../images/bg/box_bottom.gif) no-repeat;
}

#content-1 {
	width: 226px;
	float: left;
}

#content-2 {
	width: 226px;
	float: left;
}

#content-3 {
	width: 485px;
	float: left;
}


h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-size: 21px;
	display: inline;
}

h2 {
	font-size: 21px;
	display: inline;
}

