@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
* {
	margin:0;
	padding:0;
}
body {
	color:#000;
	font-size:12pt;
}
/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container {
	z-index:200;
}
#post {
}
#content {
	width:auto;
	 border-top: 1px solid #930;

}
#content-container {
}
#postmeta {
}
#postnavigation {
}
#searchform {
}
#sidebar {
	display:none;	
}
#sidebar ul li a{
	display:none;	
}
#navigation {
	display:none;
}

.main{
	background-color:#FFF;
	width:auto;
}
#footer{
display:none;	
}
#header{display:none;}
/* COUPONS */
#coupons{
	margin-top: 15px;
}
#coupons h2{
	font-size: 16pt;
	font-variant: small-caps;
}
#coupons li{
	border: 1px dashed #000;
	margin-bottom: 25px;
}
#coupons li div{
	padding: 10px;
}
#coupons li div h2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
