html,body{
	margin:0;
	padding:0;
	background: #CCCC99;
}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
a{display:inline;color: #999900;padding:0px}
div#header h1{
	line-height:normal;
	margin:0;
	color: #FFFFFF;
	text-align: left;
	padding-left: 220px;
}
#title {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 70px;
	padding-left: 220px;
	padding-right: 10px;
}

#header h3 {
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 250px;
}

#header {
	background: url(../images/banner2007.jpg) no-repeat;
	height: 100px;
}

div#container{
	text-align:left;
	background: #ececd9;
}
#stripe {
	background: #999966;
	height: 15px;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
	color: #FFFFFF;
	padding-left: 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

div#content p{line-height:1.4}
div#navigation{
	background:#ececd9;
	padding-top: 5px;
}
div#extra{background:#ececd9}
div#footer{
	background: #333;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topstripe {
	color: #FFFFFF;
	height: 1px;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
}
#content a {
	color: #999900;
}

#bottomstripe {
	height: 1px;
	color: #FFFFFF;
	border-bottom: thin solid #000000;
	border-top-width: medium;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	background: #FFFFFF;
}

div#footer p{margin:0;padding:5px 10px}
#footer a {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}


div#container{
	width:700px;
	margin:0 auto;
	border: 1px solid #000000;
	background: Ececd9;
}
div#content{
	float:right;
	width:500px;
	background: #FFFFFF;
	border-top-color: #000000;
	border-right-color: #000000;
}
div#navigation{
	float:left;
	width:200px;
	text-align: center;
}
div#extra{float:left;clear:left;width:200px}

div#footer{clear:both;width:100%}

