/* css for the Poor People's Pub products page. */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
	font-family: Trebuchet MS, Verdana, Arial, sans serif;
	color: #0002DF;
}
body {
min-width:600px; 	/*  this is for Firefox  */
}

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

a:hover
{
	text-decoration: none;
}

#wrap {
position:relative;
min-height: 100%;	/*  this is for Firefox  */
margin: auto;
width:98%;	
border:1px solid gray;
}
* html #wrap {
height:100%;	/*  this is for IE  */
}
/* the rightbg gives a full-length background to the menu div - 
the z-index and position:relative of the other elements are important */
#rightbg {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	min-height: 100%;
	background-color: Silver;
	z-index: 1;
}

p {margin:5px; padding:0;
}

h1,h2,h3,h4,h5,h6
{
	color: #5354FF;
}

#header {
	position: relative;
	background: #000000 url(images/PPPtextT.gif) right no-repeat;
	color: #FF00FF;
	margin: 0;
	padding: 0;
	height: 10em;
	z-index: 10;
}
#content {
position:relative;
width: 60%;
float: left;
z-index:4;
}

#content p
{
	margin-bottom: 1.2em;
	line-height: 1.6em;
	color: #B5B5FF;
}

#right {
position:relative;
margin-left: 61%;
z-index:5;
text-align:center;
background: Silver;
}
#inner-wrap {
padding-bottom:80px;
}
#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
* html #inner-wrap {
height:1px;
}
#footer {	
position:absolute;
bottom:0;
z-index:6;
height:40px;
width:100%;
margin-top: 1.0em;
background:black;
border-top: dotted 1px #cacaca;
text-align:center;
font-size: 0.9em;
}

.notebox {
	width: 22%;
	float: right;
	background-color: #FFF0F8;
	margin: 0 0 1em 1em;
	padding: 0.8em;
}

.clear
{
	clear: both;
}


/* Pictue List */

#picturelist {
width: 100%;
height: 250px;
margin-top: 0px;
margin-bottom: 10px;
text-align: left;
margin-right: 0px;
margin-left: 0px;
}

#picturelist.top150 {
height: 150px;
}

#picturelist.top175 {
height: 175px;
}

#picturelist.top200 {
height: 200px;
}

#picturelist.top275 {
height: 275px;
}

#picturelist.top300 {
height: 300px;
}

#picturelist li {
list-style:none;
float:left;
margin-right:10px;
margin-bottom:10px;
font-weight:bold;
color:#777777;
}

#picturelist img{
display:block;
border:2px solid #CE3095;
}

#picturelist img:hover{
border:2px solid #F4C0DA;
}

#picturelist a{
color:#777777;
text-decoration:none;
}

#picturelist a:hover{
color:#999999;
}




