/* Content
============================================================ */ 

#content-container {
	clear: both;
	position: relative;
	padding-bottom: 0px;
	min-height: 300px;
	padding-bottom: 10px;
	padding-top: 300px;
	width: 691px;
	background: url('images/page_blog_02.jpg') no-repeat 7px 0;
}

#content-container #content {
	margin: 0px 30px 0;
	position: relative;
	z-index: 50;
}

.content-bottom {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 700px;
	height: 20px;
	background: url('images/content_footer.png') no-repeat left bottom;
	z-index: 0;
}

/* @end */

/* Toolbar Styles */

#nav-container {
	height: 47px;
	font-size: 0.75em;
	padding: 0;
	margin: 0 auto;
	width: 700px;
	position: relative;
	z-index: 10;
	top: 25px;
	background: url('images/page_blog_01.png') 0 0;
}


/* @end */

