/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


html { min-height: 100%; margin-bottom: 1px; }

body	{
	margin: 0;
	padding: 0;
	border: 0;
	background: #505050 url(wrapper.gif) top center repeat-y;
 	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #555555;
	font: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	text-align: center;
}

a {
	color: #9B075D;
	text-decoration: none;
	cursor: crosshair;
}

a:link {
	color:#9B075D;
	text-decoration: none;
	cursor: crosshair;
}
a:hover {
	color:#9B075D;
	text-decoration: none;
	cursor: crosshair;
}
a:visited {
	color:#9B075D;
	text-decoration: none;
	cursor: crosshair;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #555555;
}

h1{
 font-size: 120%;
 }

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* navigator height: 550px; */
/* content_pic height: 500px; */
#page {
	position: absolute;
	top: 130px;
}

/* Wrapper */
#wrapper {
	margin: 0 auto;
	background: #509050;
	padding: 0;
	border: 0;
	width: 990px;
	text-align: left;
}

#navigator {
	background: #909090;
	width: 180px;
	left: 10px;
	z-index: 5;
	border: 1px solid #777777;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}


#content {
	margin: 0px;
	position: relative;
	top: 0px;
	left: 10px;
	width: 75%;
	overflow:visible;
}
#content_head {
	height: 14px;
	z-index: 5;
	background-color: #989697;
	border: 1px solid #777777;
	padding: 10px;
	overflow:visible;
	font-weight:bold;
}
#content_divider {
	height: 10px;
	padding: 0px;
	font-size:9px;
	line-height: 0.6;
}
#content_pics {
	z-index: 5;
	background-color: #989697;
	border: 1px solid #777777;
	padding: 10px;
	overflow:visible;
	text-align: center;
	display: block;
}
#content_pic {
	position:relative;
	display: inline;
}
#content_text {
	z-index: 5;
	background-color: #989697;
	border: 1px solid #777777;
	padding: 10px;
	overflow:visible;
}
#content_left {
	left: 0%;
}
#content_right {
	left: 90%;
}
#footer {
	z-index: 5;
	padding: 10px;
	margin: 0px;
	overflow:visible;
	color: #777777;
	text-align: center;
}
#fullview {
	margin: 0px;
}

/***********************************************/
/* STATIC                                      */
/***********************************************/

#photos-text{
	position: absolute;
	margin: 0px;
	top: 22%;
	left: 10px;
}
.pic {
	color: #009999;
	cursor: crosshair;
}
a.pic {
	color: #009999;
	cursor: crosshair;
}
