body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* margin:0; */
	padding:0;
	font-weight: bold;
	text-align:center;
}


#wrapper { 
 
  width: 950px;
  margin-left: auto;
  margin-right: auto;
 /* margin:0 auto; */
  height:700px;
  text-align: left;
  background-color: #000000;
background-image:url('/images/background3.jpg');
background-repeat:no-repeat;
}

#galleryMenu{
position:relative;
bottom:300px;
 left:780px;

/*bottom:300px;
 left:780px; */
	width: 650px;
	height: 430px; 
overflow: auto;

}

#gallerySlides{
position:relative;
bottom:395px;
left:645px;
	/*width: 650px;
	height: 430px; */
/* overflow: auto; */

}


#content{

 position:relative;
 top:130px;
 left:200px;
	width: 650px;
	height: 430px; 
overflow: auto;

}

#menu{

 position:relative;
 top:150px;
 left:100px;
width: 850px;
height: 100px; 
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
    border-color: #FFFFFF;
	border-style: solid;
	
}
#hrule{
    border-color: #FFFFFF;
	border-style: solid;

}


