.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 210px;

   border-width: 1px;
   border-style: solid;
   border-color: #000000;	
   background-color: #6A6A6A;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 125px;

   padding: 2px;
   margin: 1px;
   font-family: Verdana;
   font-size: 10px;
   font-weight: normal;
   text-align: left;
   text-decoration: none;

   color: #FFFFFF;
   background-color: #6A6A6A;
}
.dropmenu a:hover {
   padding: 2px;
   margin: 1px;
   font-family: Verdana;
   font-size: 10px;
   font-weight: normal;
   text-align: left;
   text-decoration: none;

   color: #000000;
   background-color: #FFC72B;
}

#top_window {
	float:right;
	width:99%;
}

#image {
	float:left;
	width:40%;
    opacity: 0.85;              /* CSS3 */
    -moz-opacity: 0.85;         /* legacy Firefox */
    -khtml-opacity: 0.85;       /* legacy Safari/Konqueror */
    filter: alpha(opacity=85); /* MSIE */
} 

#newsletter {
	float:right;
	width:30%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
	position: fixed;
	visibility: visible;
	top: 100px;
	right: 100px;
	height: auto;
} 

#bottom_window {
	float:right;
	width:99%;
}

#top_left {
	float:left;
	width:49%;
}

#top_right {
	float:right;
	width:49%;
}

#bottom_left {
	float:left;
	width:49%;
}

#bottom_right {
	float:right;
	width:49%;
}

.info {
opacity: 0.99;              /* CSS3 */
-moz-opacity: 0.99;         /* legacy Firefox */
-khtml-opacity: 0.99;       /* legacy Safari/Konqueror */
filter: alpha(opacity=99); /* MSIE */	
}

.backgroundimage {
background-attachment: fixed;
background-image: url(images/train.jpg);
background-repeat: no-repeat;
background-position: top;
height: 370 px;
width: 389 px;
position: relative;
background-position: center top;
top: 0 px;
visibility: visible;
left: 0 px;
opacity: 0.85;              /* CSS3 */
-moz-opacity: 0.85;         /* legacy Firefox */
-khtml-opacity: 0.85;       /* legacy Safari/Konqueror */
filter: alpha(opacity=85); /* MSIE */	
}

.heading {
	background-image: url(images/heading.png);
	height: 35px;
	width: 200px;
}
.specializing {
}
