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

body {
	background-image:url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #381F10;
	background-repeat: repeat-x;
}


body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #FFF;
}

#form {
	float: right;
}

#small {
	font-size: 10px;
	font-style: italic;
}

a {
	font-weight: bold;
	color: #FF8080;
	text-decoration: underline;
}
#pic {
	text-align: center;
	padding: 5px;
	height: 150px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	float: left;
	border: 1px solid #000;
	margin: 3px;
	width: 150px;
	overflow: hidden;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Eras Medium ITC", "Arial Rounded MT Bold", Arial;
	font-style: italic;
	text-align: center;
	position: relative;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	vertical-align: top;
	clear: right;
}
.hide
{
  display: none;
}

#blog {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	padding: 10px;
}
#container{
	width:80px;
}

#menu{
	position:absolute;
	color: #FFFFFF;
}


#menu{
	position:absolute;
	width: 80px;
	top: 0px;
	height: 40px;
}

#menu ul .item{
	display:none;
	font-size: 15px;
	text-align: center;
}
#menu ul:hover .item{
	display:block;
	float: left;
	margin: 0px;
	padding: 2px;
	font-size: 15px;
}


#menu ul:hover .item a{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
#menu ul:hover .item a:hover{
	color:#FFF;
}
#menu ul:hover {
	width: 120px;
	background-image: url(../images/spacer.gif);
}

#menu ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
.top {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
}
.top a:link, .top a:visited, .top a:hover, .top a:active {
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}


.clear{clear:both;height:10px;}
