#weather {
background-image:url(images/weather2.png); height:66px; width:186px; background-repeat:no-repeat; float:right; cursor:pointer; 
}
#weather2{
	padding-top: 3px;
	padding-left: 8px;
}
#Menu, #Menu ul {
	list-style : none;
	width : 132px;
	margin : 0;
	padding : 0;
}
#Menu a {

	color : #333333;
	display : block;
	font-weight : bold;
	padding : 0;
	text-decoration:none;
}
#Menu ul a {
	background-color : #ffcc12;
	color : #333333;
	font-weight : normal;
	text-decoration:none;
	text-align:center;
	padding : 0.5em 0.25em;
	border-style: none;
}
#Menu ul a:hover {
	background-color : #FFE280;
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #666666;
}

BODY { 

  background: white url("images/bg.jpg");
  background-repeat:no-repeat;
  background-position: top;
  background-color:007f7f;
}
h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
h1 {
	font-size: 18px;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
h5 {
	font-size: 18px;
	margin-bottom: 5px; color: #FF0000;
}
.photoborder {border-left-style:dashed; border-left-color: #FFFF66; 
				border-left-width:1px; border-bottom-style:dashed;
				 border-bottom-color: #FFFF66; border-bottom-width:1px; 
				 margin-left: 3px; margin-bottom:3px;
}
.photoborder2 {border-style:dashed; border-color: #FFFF66; border-width:1px; margin-left: 3px; margin-bottom:3px; margin-right:3px; margin-top:3px;
}

.commentbox{
background-color: #FFE588;
width: 740px;
padding: 10px;
}

.commentfooter{
background: url(images/arrow.gif) 20px -5px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #000000;
}
label
{
width: 120px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-weight:bold;
}