/******************************************************************************/
/* CSS For DaveChick.com                                                      */
/******************************************************************************/
.index-div
{
	background-image:url('index-bg.jpg');
	width:708px;
	height:539px;
	background-position:top left;
	text-align:left;
}
.index-links-div
{
	position:relative;
	top:107px;
	left:222px;
}
table.index-links-table
{
	border-collapse:collapse;
}
.link-holder
{
	margin:9px;
}
.site-holder
{
	width:708px;
}
.header-div
{
	background-image:url('header-bg.jpg');
	width:708px;
	height:100px;
	background-position:top center;
}
.pathbar-div
{
	background-image:url('pathbar-bg.jpg');
	width:708px;
	height:20px;
	background-position:top center;
	text-align:left;
}
.pathbar-text
{
	position:relative;
	top:3px;
	left:12px;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}
a.pathbar-link
{
	text-decoration:none;
	color:#FFFFFF;
}
.content-div
{
	background-image:url('content-bg.jpg');
	width:708px;
	background-position:top center;
	text-align:left;
}
.content-frame-div
{
	margin-left:10px;
	margin-right:18px;
}
.footer-div
{
	background-image:url('footer-bg.jpg');
	width:708px;
	height:40px;
	background-position:top center;
	text-align:center;
}
.footer-text
{
	position:relative;
	top:5px;
	font-family:Arial;
	font-size:9px;
	color:#FFFFFF;
}
.edit-content-div
{
	text-align:right;
	border-bottom:1px solid #0C1F4A;
	font-family:Arial;
	font-size:9px;
}