body {

	background-color: white;
	color: black;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
}

div {

	overflow: hidden;
}

h1 {

	font-weight: normal;
}

.first {

	margin-top: 0px;
}

#window {

	background-color: #ddd;
	border-top: 1px solid white;	
	border-bottom: 1px solid gray;
	margin: 25px auto 0px auto;
	width: 750px;

}

#header, #middle, #panes {

	padding-left: 40px;
	padding-right: 40px;
}

#header {

	height: 175px;
}

div #middle {

	min-height: 200px;
	padding-top: 16px;
}

div #middle #navigation {

	float: left;
	height: 100%;
	width: 150px;
}

div #middle #content {

}

#navigation ul {

	 list-style-type: none;
	 margin: 0px;
	 padding: 0px;
}

div #panes {

	padding-bottom: 40px;
	min-height: 128px;
}

div #panes .left, div #panes .right {


}

div #panes .left {

	float: left;
	border-right: 1px solid #acacac;
	width: 50%;

}

div #panes .right {

	padding-left: 40px;
	border-left: 1px solid #dadada;

}

#bottom {

	height: 11px;

}

#footer {

	text-align: center;

}
