body {
	background: #F6F1DE;
	color: #555555;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
}
div#head {
	background: #006699;
	color: #FFFFFF;
	height: 70px;
	border-top: 7px solid #67A159;
	border-bottom: 2px solid #00306A;
}
img.refreshimg {
	cursor: pointer; 
	vertical-align: middle; 
	padding: 0 1px 0 2px;
}
div#loginout {
	float: right; 
	width: 165px; 
	text-align: center; 
	font: bold 11px Verdana; 
	color: #DDDDDD; 
	margin-top: 24px; 
	line-height: 20px;
}
div#loginout a {
	color: #F7F2DF;
	text-decoration: none;
}
div#loginout a:hover {
	text-decoration: underline;
}

div#headcontent {
	width: 888px;
	margin: 0 auto 0 auto;
}
div#main {
	background: #F6F1DE url('bg_content.jpg') repeat-x top left;
}
div#maincontent {
	width: 860px;
	margin: 0 auto 0 auto;
}
div#menu, div#menu2 {
	width: 165px;
	height: 349px;
	float: left;
	padding: 32px 0 0px 0;
	margin-bottom: 0;
	background: #FEFEFC url(menu_bg.png) repeat-x bottom left;
}
div#menu2 {
	background: #FDFBF5 url(lowermenu_bg.png) repeat-x top left;
	height: 290px;
	padding: 0;
}
div.menuitem, div.menuitemsel, div.menuitemg {
	font: bold .83em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 15px;
	margin-left: 1px;
	margin-right: 10px;
	color: #aaaaaa;
	background: url('pointer.gif') no-repeat 0 4px;
}
div.menuitemg {
	background: url('google.gif') no-repeat 0 5px;
}
div.menuitem a, div.menuitemg a, div#page a, div#rightbarcontent a {
	text-decoration: none;
	color: #006699;
}
div.menuitem a:hover, div.menuitemg a:hover, div#page a:hover {
	text-decoration: underline;
}
div.menuitemsel a {
	text-decoration: none;
	color: #BDB297;
}
div.menuitemsel a:hover {
	text-decoration: underline;
}
div.menuline {
	border-top: 1px solid #DDDDDD;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 2px;
	line-height: 6px;
	margin-top: 6px;
}
div#page, div#lowerpage {
	margin-left: 195px;
	padding-bottom: 5px;
	padding-top: 2px;
	font: .9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 1.35em;
}
div#textdesc {
	display: none;
}
div#rightbar {
	height: 350px; 
	margin-left: 518px;
	background: #FEFEFC url(menu_bg.png) repeat-x bottom left;
}
div#rightbarcontent {
	margin: 0 8px 0 8px;
	padding-top:33px;
	background: transparent;
}
div.rightbartitle {
	font-weight: bold;
	margin-bottom: 3px;
}
div.rightbartext {
	margin-left: 8px;
	margin-bottom: 8px;
	font-size: 1.1em;
}
div.googleads {
	background: #EFE6CE;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #CCCCCC;
}
div#lowercontent {
	width: 860px;
	margin: 0 auto 0 auto;
}
div#lowerpage {
	margin-top: 0px;
	margin-bottom: 12px;
}
div.lowerheading {
	font: 1.25em 'Comic Sans MS', Arial, Helvetica, sans-serif;
	color: #755C21;
	margin-bottom: 3px;
	margin-left: 2px;
}

div.comment-byline {
	margin: 10px 100px 8px 0;
	color: #8C7646;
}
div.comment-body {
	margin: 0 100px 4px 20px;
}
table#tides th {
	border-bottom: 1px solid #DDDDDD;
	font-weight: normal;
	font-size: .9em;
	padding-top: 1px;
	padding-bottom: 2px;
	text-align: left;
}
table#tides th, table#tides td {
	padding-left: 8px;
	padding-right: 2px;
}
table#tides th.tidet, table#tides td.tidet {
	padding-right: 8px;
	padding-left: 2px;
}
table#tides td.tidet {
	padding-top: 3px;
	padding-bottom: 0px;
	vertical-align: bottom;
}
div.footer {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	line-height: 15px;
	color: #666666;
	text-align: center;
	margin-top: 7px;
}
/* Weather page ------------------------------------ */
div.w2_righttitle {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 4px;
	padding-top: 0;
}
div.w2_time {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 8px;
	border-bottom: 1px solid #DDDDDD;
}
div.w2_for {
	margin-bottom: 5px;
}
div.w2_for i {
	font-style: normal;
	font-weight: bold;
}

/* img links on movie page ------------------------ */

div#imglinks a img {
  opacity: .75;
  filter: alpha(opacity=75);
}
div#imglinks a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Login form ------------------------------------- */

form#login {
	margin: 0;
	padding: 0;
}
div.llbl {
	float: left;
	width: 80px;
	padding-top: 2px;
	font: 13px Verdana;
	color: #343434;
}
div.ldata {
	margin-left: 82px;
}
div.ldata input {
	width: 160px;
	background: #FFFFF3;
}
div.lbuttons {
	margin-top: 25px;
	padding: 8px 10px 8px 0;
	text-align: right;
	background: #EFE6CE;
}
div.lbuttons input {
	width: 70px;
	margin: 0;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #202020;
}
