/* CSS Style sheet for Just Gleaming - 2009 */
/* CSS copyright Barry Zimmerman */

/* Permanent Styles -  Site */

html { height:100% }
form { margin:0px }
.f-sp { font-size:1px; visibility:hidden }
.f-lp { margin-bottom:0px }
.f-x1 {  }
.f-x2 {  }
.f-x3 {  }
p:first-child { margin-top:0px }
table { empty-cells:hide }

/* End Permanent Styles -  Site */

/* STYLE FOR PAGE STRUCTURE */
#PageDiv {
	position:relative;
	margin: auto;
	width:990px;
}

body {
	background-color: #ffffff;
	background-image: url(inc/grnd.gif);
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
}
/* left navigation */
#navigation {
	font-family: Tahoma;
	font-size: 12px;
	color : #ffffff;
	font-weight: bold;
}
#navigation ul {
	width: 195px;
	list-style: none;
	margin: 0px;
	padding: 0;
	}

#navigation li a {
	border: 1px solid #666;
	border-width:0px 0px 1px 0px;
  	height: 14px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	}	

#navigation li a:hover {
	background-color: #FF00FF;
	color: #FFFFFF;
	}
#navigation .navtext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF00FF;
	margin-left: 20px;
	}


/* Content Stles */

#contentwrapper {
	background-color: #ffffff;
	background-image: url(inc/contentgrnd.gif);
	background-repeat: repeat-y;
	height: 100%;
	margin: 0px;
}

h1 {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FF00FF;
}
#content {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


