/* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/

#subscribe { /* background image block */
display: block;
width: 215px;
height: 60px;
/*background: url(../images/options.png) no-repeat;*/
margin-top: 0px;
}
#subscribe a {
text-decoration:none;
}
.hide {
visibility:hidden;
}
#rss { /* RSS Link */
	float: left;
	position:absolute;
	width : 50px;
	height: 46px;
	margin-left: 20px;
	margin-top: 5px;
	top: 342px;
}
#email { /* Email Link */
	float: left;
	position:absolute;
	width : 50px;
	height: 50px;
	margin-left: 70px;
	margin-top: 5px;
	left: 998px;
	top: 110px;
}
#mobile { /* Mobile Link */
	float: left;
	position:absolute;
	width : 50px;
	height: 50px;
	margin-left: 130px;
	margin-top: 5px;
	left: 1010px;
	top: 105px;
}

a, a:link, a:active {
   /* color: #930000;*/
}
a:visited {
   /* color: #016A70;*/
}
body {
   /* padding: 5em 0 0 3em; */
 /*  background-image: url(background.png);*/
 /*  background-image: url(background_USA_3dnoshadow.gif);
 /* background-repeat: repeat-x;*/
 /*  background-repeat: no-repeat;
/* font-family: trebuchet ms, tahoma, verdana, arial, helvetica;*/
margin-top:0px;
font-family: arial, helvetica;
font-size: 12px;
  /*border-top: 10px solid gray;;*/
  background-color: #77b1d9;
}
ul {
  list-style-type: disc;
}

/*
** Page layout blocks / IDs
*/
#main {
  width: 895px;
   background-color: #FFFFFF;
   border-top: 2px solid #660000;
	border-left: 2px solid #660000;
	border-right: 2px solid #660000;
 
}

#menu {
  font-family:  arial, helvetica; 
   font-size: 9px;
}
