body {
	background: #FFF url(images/pquid.jpg) no-repeat fixed top;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.95em;
	color: #000000;
	line-height: 1.5em;
}

#header {
 width: 80%;
 background: transparent;
 margin: 0 auto;
 padding: 0;
 height: 101px;
 
}

#header h1 {
	padding: 30px 0;
	color: #000000;
	font-size: 1.4em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;
    font-weight: bold;
}

#nav {
	position: absolute;
	top: 85px;
	left: 10%;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 11px Tahoma, Verdana, sans-serif;
	height: 25px;
	
	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
    background-color: transparent;
}

#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #B78E96;
	border-bottom: none;
	background: transparent url(images/ccc.gif) repeat;
	text-decoration: none;
	
}

#nav li a:link { color: #000000; }
#nav li a:visited { color: #9D9D9D; }

#nav li a:hover {
	color: #000000;
	background: transparent url(images/ff0.gif) repeat;
}

#nav li a#current {
	background: transparent url(images/000.gif) repeat;
	border-bottom: 1px solid #999;
}

#container {
	background: transparent url(images/fff.gif) repeat;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

#content {
	margin: 0;
	padding: 40px;
	
}

#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #9F9F9F;
	text-decoration: none;
	font-weight: bold;
  font-style: italic
}

a:hover, a:active {
	background: transparent;
	color: #FFFFFF;
    text-decoration: none;
}

h2 {
	color: #000000;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}	