

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	width:100%;
	font-size: 12px;
	color:#000000;
	background: #ffffff url(images/content_background.gif) repeat-y;
}

img { border:0px;}

#wrapper {
position:absolute;
top:0px;
left:0px;
  text-align: left;
  padding: 0px;
  width: 770px;
  border: 0px dashed #564b47;
}

/*#header{
position:relative;
top:0px;
left:0px;
width:770px;
height:145px;
overflow:hidden;
}*/

#header {
position:absolute;
top:0px;
left:0px;
width:770px;
height:145px;
overflow:hidden;
}

#background{
background:  url(images/background.jpg) repeat-x;
height:395px;
width:100%}

#menu { 
margin-top: 144px;
float: left;
width:205px; 
height: 239px;
border-right: #FFFFFF 2px solid;
background-image: url(images/menu.jpg);
background-repeat:no-repeat;
padding-left: 10px;
padding-top: 4px;
*padding-top: 11px;
}

#menu img {
padding: 3px;
*padding: 1px;
}

/*#menu{ 
float:left; 
width:215px; 
border-right: #FFFFFF 2px solid;
}*/

#contentWrapper{float:left; width:553px}

#pagetitle h1{
position:absolute;
bottom:-10px;
left:375px;
width:500px;
height:51px;
font-size:50px;
border:#FFFFFF 0px solid;
z-index:9;
margin-bottom:0px;
margin-top:0px;
}

#menuHovers img {position:absolute;
left:10px; top:158px;
}

#copy a{
margin-left:10px;
color:#000099;
font-size:10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-decoration:none;
}

/*#content{
margin-top:25px;
margin-left:25px;
color:#31527b;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:1.6;
}*/

#content{
position: absolute;
top: 420px;
left:242px;
width: 523px;
color:#31527b;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:1.6;
}

#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 406px;	/* IE 5.x */
		width/* */:/**/400px;	/* Other browsers */
		width: /**/400px;
		
		/* CSS HACK */
		height: 296px;	/* IE 5.x */
		height/* */:/**/290px;	/* Other browsers */
		height: /**/290px;
		
		background-color:#000;
		border:3px solid #317082;
		position:relative;	/* Never change this value */
		
	}
	#imageSlideshowHolder_tour{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 406px;	/* IE 5.x */
		width/* */:/**/400px;	/* Other browsers */
		width: /**/400px;
		
		/* CSS HACK */
		height: 296px;	/* IE 5.x */
		height/* */:/**/290px;	/* Other browsers */
		height: /**/290px;
		
		background-color:#000;
		border:3px solid #317082;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:400px;
		height:290px;
		background-color:#000;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
	
	#imageSlideshowHolder img{
		position:absolute;
	}
