@charset "utf-8";
/* CSS Document */

body {
	background-image: url(http://www.holdforswank.com/feb2009/images/contentbkgd.gif);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

p.copy {
	padding:0 18px;
}

div#container {
	width:850px;
	background-color:maroon;
	margin:0 auto;
	border-style:double;
	border-color:#b45858;
}

div#header img{
	border:none;
}

div#nav img {
	border:none;
}

/* begin content styles */

div#content {
	width:600px;
	margin:10px 0;
	background-image:url(http://www.holdforswank.com/feb2009/images/content_bkgd.gif);
	background-repeat:repeat-y;
	float:left;
}

div#content h1 {
	background-image:url(http://www.holdforswank.com/feb2009/images/content_header2.gif);
	background-repeat:no-repeat;
	height:36px;
	margin:0;
}

div#content h1 span {
	display:none;
}

div#content p.footer {
	background-image:url(http://www.holdforswank.com/feb2009/images/content_footer2.gif);
	background-repeat:no-repeat;
	height:22px;
	margin:0;
}

div#content p.footer span {
	display:none;
}

/* end content styles */

/* begin shows styles */

div#shows {
	width:250px;
	margin:10px 0;
	background-image:url(http://www.holdforswank.com/feb2009/images/show_bkgd.gif);
	background-repeat:repeat-y;
	float:right;
}

div#shows h1 {
	background-image:url(http://www.holdforswank.com/feb2009/images/show_header2.gif);
	background-repeat:no-repeat;
	height:35px;
	margin:0;
}

div#shows h1 span {
	display:none;
}

div#shows p.footer {
	background-image:url(http://www.holdforswank.com/feb2009/images/show_footer2.gif);
	background-repeat:no-repeat;
	height:22px;
	margin:0;
}

div#shows p.footer span {
	display:none;
}

/* end shows styles */

div#footer {
	background-image:url(http://www.holdforswank.com/feb2009/images/footer2.gif);
	background-repeat:no-repeat;
	padding:16px;
	font-weight:bold;
	text-align:center;
	clear:both;
}