	body
	{
		background-image: url('../images/header_bg.gif');
		background-repeat: repeat-x;
		padding: 0;
		margin: 0;
		font-family: calibri, verdana;
		font-size: 0.9em;
		text-align: center;
	}
	
	a
	{
		color: black;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: underline;
	}

	#overall
	{
		margin-left: auto;
		margin-right: auto;
		width: 900px;
		height: 100%;
		text-align: left;	
	}

	#header
	{
		height: 113px;
		background-image: url('../images/header_bg2.gif');
		background-position: 0 40;
		background-repeat: no-repeat;
	}

	#footer
	{
		text-transform: uppercase;
		position: relative;
		bottom: 0px;
		width: 100%;
		height: 99px;
		background-image: url('../images/footer_bg.gif');
		background-repeat: repeat-x;
		clear: both;
	}

	#footer div
	{
		margin-left: auto;
		margin-right: auto;
		padding-top: 60px;
		color: white;
		font-family: calibri, verdana;
		font-size: 0.75em;
		text-align: left;
		width: 860px;
		letter-spacing: 1px;
	}

	#footer span
	{
		margin-right: 50px;
	}
	
	#footer ul
	{
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}
	
	#footer ul li
	{
		float: left;
		margin-left: 10px;
		line-height: 22px;
	}
	
	#footer ul li a
	{
		text-decoration: none;
		color: white;
	}
	
	#footer ul li a:hover
	{
		text-decoration: underline;
		color: white;
	}
	
	#breadcrumb
	{
		height: 23px;
		width: 100%;
		border-top: 1px solid white;
		line-height: 23px;
	}
	
	#breadcrumb span
	{
		margin-left: 20px;
		font-size: 0.9em;
	}

	#shadow1
	{
		border-top: 1px solid white;
		height: 4px;
		width: 900px;
	}

	#claim
	{
		width: 650px;
		background-color: #040404;
		height: 27px;
		text-align: right;
		top: 86px;
		position: absolute;
		line-height: 27px;
		color: white;
		font-weight: bold;
		letter-spacing: 4px;
	}

	#logo
	{
		position: absolute;
		margin-left: 697px;
		top: 69px;
	}
	
	span.headline
	{
		font-size: 1.8em;
		color: #303F59;
	}
	
	span.teaser
	{
		color: #303F59;
	}

	#content
	{
		background-color: white;
		background-image: url('../images/shadow1.gif');
		background-position: center top;
		background-repeat: no-repeat;
		line-height: 1.5em;
	}

	#content_l
	{
		background-color: #ffffff;
		float: left;
	  	min-height: 250px;
		height: auto !important;
		height: 250px;
		width: 650px;	
		text-align: justify;
		margin-bottom: 20px;
	}

	#content_r
	{
		background-color: #ffffff;
		float: right;
		width: 250px;
	  	min-height: 250px;
		height: auto !important;
		height: 250px;
		text-align: left;
	}

	.text
	{
		padding: 20px;
	}

	#head_corner
	{
		height: 10px;
		top: 75px;
		width: 650px;
		position: absolute;
		text-align: right;
	}