@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font-family:"Georgia","Courier New", Courier, monospace;
	font-size:12px;
	color:#333;
}
#page {
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	border: 1px solid white;
}
#header {
	border:1px solid white;
	width:600px;
	height: 150px;
	margin-bottom:35px;
}
#orange {
	width:392px;
	height:47px;
	background-color:#F36E21;
	border:none;
	float:left;
}
#yellow{
	width:200px;
	height:145px;
	background-color:#FCFF00;
	float:left;
	margin-left:6px;
	margin-top:-47px;
}
#logo{ 
	width:392px;
	border:none;
	margin-top:9px;
	float:left;
}
#middle{
	border:1px solid white;
	width: 600px;
}
#content{
	float:left;
	width:380px;
	min-height:500px;
	line-height:2em;
}
#entry{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #F36E21;
}
#nav{
	float:left;
	width: 220px;
}
#footer{
	clear:both;
	width:600px;
	color:#999;
	font-size:10px;
	border-top:1px solid #999;
}
/*text formatting*/
h1 {
	font-family: georgia, times new roman, times, serif;
	font-weight: bold;
	font-size:16px;
	color: #F36E21;
}
h2{
	font-size:10px;
	font-weight:normal;
	line-height:1.1em;
	color:#999;
}
ul {
	font-family: georgia, times new roman, times, serif;
	list-style:none;
	margin-top: 20px;
	margin-bottom: 20px;
}
li{
	width: 190px;
	margin-left:-10px;
	padding: 2px;	
	color: #F36E21;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:10px;
}
a{
	color: #821517;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:10px;
}
a:hover{
	text-decoration:none;
	color: #F36E21;
}
/*form stuff*/
.label{
	width: 5em;
	font-weight:bold; 
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}