html,body {
height: 100%;
}
body
{
	font-family: sans-serif;
	background-color: #FFF;
}

a
{
	color: #666;
}
	a:hover
	{
		color: #CCC;
	}
	a:visited
	{
		color: #666;
	}
	a:link
	{
		color: #666;
	}

.container
{
	background-image: url(../images/background_repeat.png);
	position: relative;
	margin: 0 auto;
	width: 1010px;
	height: auto !important;
	min-height:100%;
	position: relative;
}

.backdrop
{
	background-position: center;
	background-repeat: repeat-y;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

.header
{
	height: 256px;
	vertical-align: middle;
}
	.header img
	{
		float: left;
		margin-left: 20px;
		margin-top: 15px;
	}
	
.shadow_divider
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 19px;
	background-image: url(../images/shadow_divider.png);
	background-position: center;
	background-repeat: no-repeat;
}

.navbar
{
	height: 30px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
	.navbar ul
	{
		margin: 0px;
		padding: 0px;
		font: Helvetica, sans-serif;
		font-weight: bold;
		line-height: 30px;
		font-size: 18px;
		white-space: nowrap;
	}
	.navbar li
	{
		list-style-type: none;
		display: inline;
	}
	.navbar li a
	{
		text-decoration: none;
		padding: 7px 145px;
		color: #333;
	}
	.navbar li a:link
	{
		color: #333;
	}
	.navbar li a:visited
	{
		color: #333;
	}
	.navbar li a:hover
	{
		color: #999999;
	}
	
.content
{
	padding: 30px 40px 79px 40px;
	height: inherit;
	width: 950px;
}

.lower_shadow
{
	position: absolute;
	bottom: 30px;
}

.footer
{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 30px;
	font-size: 9px;
	text-align: center;
	line-height: 30px;
}
	.footer li
	{
		list-style-type: none;
		display: inline;
		margin-right: 20px;
	}





.blog
{
	height: inherit;
}
	.blog ul
	{
		margin: 0px;
		padding: 0px;
	}
	.blog li
	{
		list-style-type: none;
		height: 300px;
		width: 770px;
		padding-left: 60px;
	}

.blog_date
{
	width: 785px;
	height: 65px;
	line-height: 65px;
	font-weight: bold;
}

.blog_desc
{
	height: 195px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 12px;
}
	.blog_desc img
	{
		float: left;
		outline: #000 solid medium;
		margin-right: 20px;
		margin-top: 10px;
	}
	
.blog_entry
{
	height: inherit;
}
	.blog_entry img
	{
	outline: #000 solid medium;
	}
	
.blog_entry_header
{
	height: 150px;
}
	.blog_entry_header img
	{
		float: left;
		margin-right: 20px;
	}
	.blog_entry_header h1
	{
		font-size: 24px;
		padding-top: 30px;
	}
	.blog_entry_header h2
	{
		font-size: 18px;
	}
	.blog_entry_header h3
	{
		padding-top: 30px;
		padding-bottom: 110px;
	}
		.blog_entry_header h3 img
		{
			outline: none;
		}		
