body {
	text-align: center;
	min-width: 900px;
}

#container {
	margin:0 auto;
	width:100%;
	min-width: 800px;
	max-width: 1400px;
	text-align: left;
	}
	
#header {
	position: relative;
	background-image:url(images/prizepiggy-header-transparent.png);
	width:100%; 
	height:108px;
	display:block;
	clear: both;
	}
	
#header a {
	position: absolute;
	display:block;
	width: 100%;
	height: 108px;
	float: left;
	margin: 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	clear: both;
	}
	
#header a h1 {
	display: none;
	}
	
#header img {
	float: right;
	z-index: -1;
	}

#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px;
	list-style: none;
	/* background: #5ea1d6 url(images/bottom_border.png) repeat-x bottom left; */
    background: #5ea1d6;
	clear:left;
	}
	
#nav li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 80%;
	border-bottom: none;
	}
	
#nav a {
	float: left;
	margin: 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #000000;
	background: #F9E9A9 url(images/yellow_bg.png) repeat-x top left;
	}
	
#nav a:hover {
	color: #333;
	padding-bottom: 4px;
	border-color: #727377;
	background: #fff url(images/on_bg.png) repeat-x top left;
	}
	
#sidebar {
	/* background: yellow; */
	clear: both;
	float: left;
	width: 15%;
	padding-right: 5%;
	}
		
#google_search {
	float: left;
	padding: 20px;
	width: 30%;
	}	
	
#pulp {
	width: 100%;
	min-height: 630px;
	border: 0px solid #000000;
	background-image:url(images/bg3.png);
	display:block;
	}
	
.product a {
	border: 1px solid #6698bd;
	display:inline;	
	float:left;
	margin: 6px 0px 6px 11px;
	}

.product a:hover {
	border: 1px solid #c40000;
	}

.product img {
	border: 6px solid #5ea1d6;
	}

.product {
	clear: both;
	width:100%;
	margin: 5px 5px 5px 5px;
	float: left;
	}

#products_logo{
	float:left;
	clear: both;
}
	
#products_logo h3 {
	 float: left;
	 background-image:url(images/prizelist.png); 
	 background-repeat:no-repeat; 
	width:530px;
	height:33px;
    text-indent:700px;
	overflow:hidden;
	clear: both;
	border-bottom: 1px dashed #2e2304;
	margin: 15px 25px 15px 25px;
	padding: 0px 0px 0px 0px;
	clear:both;
	}
	
#right {
	/* background: red; */
	float: right;
	margin-top: 10px;
	width: 80%;
	}
	
#right p {
	max-width: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	color: #003a65;
	padding: 10px 0px 0px 6px;
	font-weight:900;
	}
	
#footerend {
	background-image:url(images/borderfooterend.gif);
	width:100%;
	height:9px;
	display:block;
	overflow: hidden;
}

#floating_piggy {
	float: right;
	height: 108px;
	width: 252px;
	/* background: url('images/floating_piggy.png') transparent no-repeat 100% -1px; */
	overflow: hidden;
	clear: both;
	}

