/* default font size for each element */

h1 	{
  color: #cccccc;
  font: 11px Tahoma, Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}

h2 	{
  color: #9d8f63;
  font: 18px Tahoma, Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}


h3 	{
color: #444444;
  font: 9px Tahoma, Helvetica, Verdana, Arial, sans-serif;
}

p 	{
  color: #cccccc;
  font: 11px Tahoma, Helvetica, Verdana, Arial, sans-serif;
  text-align: left;
  line-height: 1.3;
  }

body {
text-align:center;
background-color:white;
background:url(../images/background_stripe.gif) repeat 0px 0px;
margin-top: 0px;
}

label {
  color: #666666;
  font: 11px Helvetica, Tahoma, Verdana, Arial, sans-serif;
  text-align:left;
  display: block;
  width: 7em;
  float: left;
}

#wrapper {
margin: auto;
width: 910px;
height: 630px;
}

#main {
width:910px;
height:680px;
background: url(../images/gallery.gif) no-repeat 0px 0px;
position:relative;
}

#flashbox {
	position: absolute;
	top: 100px;
	left: 30px;
	width: 850;
	height: 500;
	}

#text {
	width:230px;
	height:470px;
	position:absolute;
	top:115px;
	left:45px;
	padding:0px;
}

#footer {
	width:900px;
	height:20px;
	position:absolute;
	top:614px;
	left:6px;
	padding:0px;
}

#text a {
	color: #cccccc;
	text-decoration: underline;
}

#footer a {
	color: #666666;
	text-decoration: underline;
}		

/*** menu styles ***/

	#menu {
	margin: 0;
	padding: 0;
	height: 20px;
	position: absolute;
	top: 45px;
	left: 45px;
	width: 630px;
		}

	#menu ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center; 
		}

	#menu ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0;
		}

	#menu ul li a {
		
		height: 15px;
		padding: 0;
		margin: 0 0 10px 10px;
		color: #999999;
		text-decoration: none;
		text-align: center;
		font: 13px Tahoma, Helvetica, verdana, arial, sans-serif;
		}

	#menu ul li a:hover {
		color: #9d8f63;
		background:transparent;
		}

	#menu a:active {
		background: transparent;
		color: #202020;
		}

	#menu li#active a {
		background: transparent;
		color: #202020;
		}
