/* MAIN STYLE SHEET FOR MONTSALAS.COM */

body {
 	font: 76% Verdana, sans-serif;
 	margin: 0px;
 	background: url(../images/wallpaper.jpg);
}
#wrapper {
	position: relative;
	width: 810px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid black; */
}
#head {
	position: relative;
	background: url(../images/head_above_nav.gif) no-repeat;
	width: 810px;
	height: 250px;
/*	border: 1px solid yellow; */
}
#nav {
	position: absolute;
	background: url(../images/menubg.jpg);
/*	border: 1px solid red; */
	top: 190px;
	width: 810px;
}
h1 {
	text-align: center;
}

/* JAVASCRIPT DROP DOWN MENU */
.menu {
  clear: both;
  border: solid 1px #000; /* BLACK COLOR */
  background-color: #000; /* BLACK COLOR */
}

.menuItem {
  padding: 4px;
  border-bottom:solid 1px #ddd; /* LIGHT GRAY COLOR */
}

.menuItem:hover {
  background-color: green; /* BLACK COLOR */
}

.menuItem a {
  color:#666; /* DARK BLUE COLOR */
  text-decoration: none;
  color: #ddd; /* NAVY BLUE COLOR */
}

/* PART OF DROP DOWN MENU */
#ddmenu {
  float: left;
  cursor: pointer;
  padding: 7px 2px;
  margin: 0;
  margin-left: 0px;
  width: 796px;
  color: #ddd;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

#ddmenu a {
 text-decoration: none;
 color: #ddd;
 font-weight: bold;
}

#ddmenu span {
  padding:2px 16px;
  cursor:pointer;
}

#ddmenu span:hover {
  background: green;
}

/* BEGIN - TABLE CONTROL */
table {
 position: relative;
 margin-right: auto;
 margin-left: auto;
}

td {
 text-align: right;
}
/* BEGIN - TABLE CONTROL */

.head_img {
	margin-left: 25px;
}
.fontSize {
 text-align: left;
 font-size: 25px;
 background-color: #CF6;
 border-collapse: separate;
}
.fontSize_h {
 background-color: #000;
 font-size: 20px;
 color: #FFF;
}
.yellowBackground {
 background-color: #FF6;
}
red {
 color: #F00;
}