@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	background-color: rgb(230, 230, 230);
}

body, th, td, input, textarea {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-weight: normal;
}

#top {
	width: 800px;
	height: 30px;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 0;
	margin-right:auto;
}

#top1 {
	width: 800px;
	height: 166px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom: 3px;
	border-top:3px;
	border-top-style:solid;
	border-top-color:#cccc99;
	border-left:3px;
	border-left-style:solid;
	border-left-color:#CCCC99;
	border-right:3px;
	border-right-style:solid;
	border-right-color:#cccc99;
}
	
#menu{
	padding: 0;
	width: 800px; /*Brown color theme*/
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCC99;
}

#menu ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#menu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:none;
}

#menu a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #CCCC99; /*Brown color theme*/
	border-top: 1px solid white;
}

#menu a:hover{
	background-color: #CCCCCC; /*Brown color theme*/
	color: white;
}

#menu #current a{ /*currently selected tab*/
	background-color: #CCCCCC; /*Brown color theme*/
	color: white;
	border-color: #CCCCCC; /*Brown color theme*/
}

#main {
	width:800px;
	background:#ffffff;
	height: auto;
	margin-top:0;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #cccc99;
	border-bottom-color: #cccc99;
	border-left-color: #cccc99;
	padding: 0px;
}

#left1 {
	float: left;
	width: auto;
	padding-top: 10px;
	padding-left: 27px;
	height: auto;
	margin-right: 10px;
	padding-right: 10px;
}

.left {
}

.left .entry {
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 15px;
	width: auto;
}


#right1 {
	width: 300px;
	padding-top: 20px;
	padding-right: 90px;
	height: auto;
	float: right;
}
