/*
  $Id: $

*/

body {
	background-position: left top;
  background-image: url('../images/background.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
}

#container { width: 827px; margin: 0px auto; margin-top:8px }
#top { border: 1px solid #778CB3; color: #FFFFFF; width: 196px; height: 100px; background-color: #778CB3; }  */
#top p { margin-top:1px }
#topright { height: 100px; width: 638px; text-align: right; }
.topEmail { height:32px; }

.cl { clear:both; }

#gallery { width: 846px; padding-top: 5px; }
  
#news {
	max-width: 188px;
	margin-top: 5px;
  background-color: #778CB3;
	color: #FFFFFF;
	padding: 4px;
}
.menuSpacer {
    background-color: #F7CB33;
    height:5px;
}
#menu {
	width: 607px;
	background-color: #F7CB33;
	padding: 13px;
  border-bottom:5px  #A0AFCB solid ;;
}
.menuSelected {
	background-color: #A0AFCB;
	padding: 13px;
	text-decoration: none;
	color :#333333;
  height:25px;
}

#menu a:link, #menu a:visited, #menu a:active {
	background-color: #F7CB33;
	padding: 13px;
	text-decoration: none;
	color: #778CB3;
}
#menu a:hover {
	padding: 13px;
	background-color: #FF9933; /*  #F01E1E;  */
	text-decoration: none;
	color: #FFFFFF;
}
#content {
	width: 633px;;
  margin-left:6px;
	background-color: #A0AFCB;
}

h1 {
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7CB33;
}
h2 {
text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: #FFFFFF;
  margin-top:24px
}
#pad {
	padding: 12px;
	color: #000000;
    min-height:420px;
}
#footer {
	background-color: #F7CB33;
	padding: 12px;
	width: 815px;
	color:#000000;
	font-size: 90%;
	text-align: center;
	clear:both;
  margin-top: 5px;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#000000;
}

