/* CSS Document */

/*Index page*/

html, body {
	padding:0px;
	text-align:center; /* for IE */ 
	background:  transparent url(images/bg-trimmed.jpg) top left no-repeat;
	border: 0px solid red;
	}


#container {
	position: relative;
	text-align:left; /* reset text alignment */ 
	margin:0 auto; /* for the rest */
	top: 50px;
	width: 50%;
	background: #ffffff url() top left no-repeat;
	font-family: Arial Helvetica sans-serif;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	padding-bottom: 150px;
	z-index: 1;	
}

a { 
	font-weight: bold;
	font: 10pt arial;
	color: #000000;
	}

#translucentdiv {
   background-color: #ffffff;       /* the background              */
   filter:alpha(opacity=.30);
   -moz-opacity:0.3;
   opacity: 0.3;
 z-index: 0;  /*0 is the baseline, higher numbers go above it */
}


#photo {
	position: relative;
	top: 30px;
	width: 100%
	height: 325px; /*height of image 225 plus 100px*/
	border: solid 0px green;
	z-index: 10;
}

#navmenu {
	position: relative;
	top:50px;
	border: solid 0px blue;
	z-index:10;

}

.navbuttons ul  {
	list-style: none;
	border: solid 0px orange;
}

.navbuttons li {
	z-index:10;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	xborder-left: 0.1em solid #dcdce9;
	xborder-right: 0.1em solid #dcdce9;

}

.navbuttons li a {
	float: left;
	width: 6em;
	height: 38px;
	display: inline-block;
	line-height: 48px;
	color: #000000;
	background:  #ffffff url(images/menu-pattern2.gif) bottom left repeat-x;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	border-radius: 5px;
	border: 0px solid purple;
}

/* Hide from IE5-Mac \*/
.navbuttons li a {
	float: none
}
/* End hide */



