html, body {

	background:white url('layout_images/body-bg.jpg') repeat-x;
	padding:0;
	margin:0;
    height: 100%;	
	font-family:Calibri,"Arial Narrow",Verdana;
	font-size:15px;
	color:black;

}

input.butti {
	margin: 0; 
	border: 0; 
	padding: 0; 
	background: white;
	color:blue;
	text-decoration:underline;
	cursor:hand;
	font-family:Calibri,"Arial Narrow",Verdana;
	font-size:15px;
}

td {
	padding:0;
	margin:0;
}

#container {
	width:980px;

	margin-left:auto;
	margin-right:auto;
	background-color:white;
	text-align:left;


}

h1 {

	background-color:#15406a;
	color:white;
	font-family:Calibri,"Arial Narrow",Verdana;
	font-size:21px;
	font-weight:bold;
	display:inline;
}
h2 {

	color:#8f2420;
	font-family:Calibri,"Arial Narrow",Verdana;
	font-size:21px;
	font-weight:bold;
}

#searchbar {

	background: url('layout_images/searchbar.jpg') no-repeat;
	height:66px;
	width:263px;
	
	
}

#cart_link {

	margin-top:54px;
	margin-left:120px; 
	height:90px;
	font-size:16px;	
	border:0;
}

.large_font {
	font-size:18px;
}
.celeb {
	width:210px;
	height:170px;
	text-align:center;
	float:left;
	
}

a:visited {
	color:blue;
}

#rightpanel {

	width:263px;
	
	
}

.wrapper {
    min-height: 60%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;

}

.footer, .push {
    height: 4em;

}

#footerback {

	background: url('layout_images/footer-bg.jpg') repeat-x;
	width:auto;
	height:177px;

}

#footer {

	background: url('layout_images/footer.jpg') no-repeat;
	width:980px;
	height:177px;
	margin-left:auto;
	margin-right:auto;

}

#footer_links {

	text-align:left;
/*	margin-top:0px;
	margin-left:142px; */

}

a.footlink {
color:white;
text-decoration:none;


}
a:hover.footlink {
color:black;
text-decoration:none;


}




#main_nav {

	
	text-align:left;
	margin-top:122px;
	margin-left:42px;
	font-size:21px;
	width:650px;
	border:0;
	
}

a.nav_link {

	font-size:21px;
	font-weight:bold;
	color:#d72620;		
	text-decoration:none;
	
}
a:hover.nav_link {

	font-size:21px;
	font-weight:bold;
	color:blue;		
	text-decoration:none;
	
	
}
