@charset "UTF-8";

* {margin:0; padding: 0; border: 0;}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
/*     background-color: #999966; */
    background-color: #366;
}

.oneColFixCtr #container {
/*         border: thin solid black; */
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1000px;
	margin: 0 auto;
	text-align: left;
	background: white url(images/rose_w_background.jpg) no-repeat top left;

}



.oneColFixCtr #container #content {
/*   border: thin solid #CCC; */
       position: relative;
       top: 80;
        left: 190px;
/* 	overflow: hidden; */

		width: 350px;
}



/* hide hack from Mac-IE5 \*/
* html #content { height: 1%; }
/* end hiding */


/*.clearfix { clear: both;}*/


h2 { font-family: Arial, Verdana, sans-serif;
     font-size: 18px;
     color: #966;

     }
a {
  outline: none;
}

.table_display td{
  padding: 5px;
  font-size: 11px;
  vertical-align: top;
}

#facttitle {
  position: relative;
  top: 113px;
  left: 65px;
     font-size: 14px;
  font-weight: bolder;
     color: #CCC;
}

.footer {
  border: thin solid #CCC;
  position: relative;
  top: 110px;
  left: 65px;
  padding: 5px;
  width: 500px;
  color: #999;
}


#menu_cont {
  width: 410px;
            position: relative;
          top: 85px;
        left: 145px;
        height: 100px;
/*       overflow: hidden; */
      width: 400px;

}
#menu_img{
  position: relative;
/*       border: thin solid black; */
   left: 20px;
   float: left;
}
 #piclink{
  position: relative;
   left: 40px;
   top: 30px;
   float:left;
}
#menu {
  clear: both;
  display: none;
  text-align: center;
  width: 390px;
          height: 22px;
    border: thin solid #966;
    overflow: hidden;
    background: #CCC;
}
#menu li {
    list-style-type: none;
  height: 20px;
    padding: 3px;
  float: left;


  position: relative;

}
p { margin-top: 10px; }