#layout-container
{
	margin: 60px auto;
	width: 768px;
	background: url(../Images/main.gif);
}

#header
{
	height: 232px;
}

#header img
{
	display: block;
}

#breadcrumbs
{
	padding-top: 24px;
	padding-left: 60px;
	line-height: 16px;
	color: #999;
	background: url( ../Images/breadcrumbs.gif ) top left no-repeat;
}

#content
{
	padding: 0 60px;
	background: url( ../Images/content.gif ) top left no-repeat;
}

#footer
{
	height: 62px;
	background: url(../Images/footer.gif) top left no-repeat;
}

.clear 
{
	clear: both;
}
