/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
/*--background-image:url(../img/pattern-main.jpg);background-repeat:repeat-x;--*/
/*--font-size:62.5%;--*/
	font-family:tahoma,arial,helvetica,sans-serif;
	color: #999999;
}


#banner {
	height: 200px;
	color: #fff;
	background-color: #000;
	border-bottom: 1px solid #000;
	margin: 0 auto 0 auto;
	width: 780px;
	background-image:url(../images/comedybooks_header_bg.gif);

}

#bannerwrapper {
	height: 200px;
	color: #fff;
	background-color: #000;
	border-bottom: 1px solid #000;
	margin: 0 auto 0 auto;

}

#logo {
	padding-top: 160px;
}


#container {
	width: 780px;
	height: 400px;
	margin: 0 auto 0 auto;
	text-align: left;
} 

#product {
	text-align: center;
	float: left;
	width: 130px;
	margin: 40px 0 40px 20px;
	
	
	font-size: small;
	/*--background-image:url(../images/product_box.gif);--*/
	/*--background-repeat: no-repeat;--*/
}

#cleardiv
{
	clear: both;
	height: 1em;
}

.clearer {clear: left; line-height: 0; height: 0;}

#footerwrapper
{
	clear: both;
	padding: .5em 1em;
	border-top: 1px solid #999;
}

#footer {
	width: 768px;
	margin: 0 auto 0 auto;
}


#footer ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#footer li
{
	display: inline;
	margin-right: 1em;
}






img#logo
{
	border: 0px none;
	outline:none;
}

#logo a, #logo a:link, #logo a:visited, #logo a:hover, #logo a:active
{
	
} 



#nav {
	width: 100%;
	margin-top: 160px;
	background-image:url(../images/nav_gradient.gif);
	background-repeat:repeat-x;
}



