/*
Design by Drevious
For Times Printing Company
*/

/* Basic HTML Stuff */
body 
{
	background: url(img/tpc_bg.png) repeat;
	margin: 0 auto;
	margin: 0 auto;
	width: 800px;
	font: 12px bold Helvetica, sans-serif;
	
}
h1, h2, h3 
{
	color: #3876a1;
}

.sidebar 
{
	float: left;
	margin-left: 40px;
	padding-top: 35px;
	width: 120px;
	text-align: center;
	font-size: 18px;
}

.sidebar a
{
	font-size: 17px;
	color: #3876a1;
	text-decoration: none;
}

.menu b
{
	font-size: 30px;
	color: #3876a1;
}
.menu 
{
	float: right;	
	width: 580px;
	padding-top: 35px; 	
	padding-right: 32px;
	font-size: 15px;
}
#menu ul
{
	margin: 0;
	padding: 112px 78px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li 
{
	display: inline;
}

#menu a 
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover 
{
	text-decoration: underline;
}

#stuff
{
	margin-left: 0px;
	float: right;
	width: 500px;
}


/* Content */
#header 
{ 
	width: 800px;
	height: 185px;
	background: url(img/tpc_header.png);
}

#contentbg 
{
	width: 800px;
	height: 1000px;
	background: url(img/tpc_page.png) repeat-y;
}


#footer 
{
	width: 800px;
	height: 80px;
	margin: 0;
	background: url(img/tpc_footer.png);
	text-align: center;
	
}

.footercontent
{
	padding-top: 20px;
	text-align: center;
	color: #ffffff;
	font: 13px bold Helvetica, sans-serif;
}
	

.footercontent a 
{
	color: #ffffff;
	text-decoration: none;
}

.footercontent a:hover 
{
	color: #8c8b8d;
}
