	* html{
		height: 100%;
	}
	html, body{
		width:100%;
		height:100%;
		padding:0px;
		margin:0px;
		background:#ccc;
		font-family:Arial;
	}
	#page{
		margin-left:107px;
		/* background-image:url(../images/contentbg.jpg);*/
		background-repeat:repeat-y;
		width:880px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#facebook {
		position: absolute;
		margin: 10px 0 0 10px;
	}
	
	#header{
		width:880px;
		height:190px;
	}
	#navigation{
		margin:0px;
		padding:0px;
		height:53px;
		background: #0c0c0c;
		list-style: none;
	}
	
	#navigation li {
		float:left;
		height:53px;
	}
	
	#content{
		width:840px;
		margin:0px;
		padding-left:20px;
		padding-right:20px;
		color:#000000;
		padding-bottom:20px;
		background-color:#ffffff;
	}
	
	#navigation a , #navigation img {
		width:126px;
		padding:0 !important;
		font-size: 0;
		line-height: 0;
	}

	.drpdwn {
		margin: 0 0 0 0;
		padding: 0;
		background: transparent url(../images/drpdwn_bg.png) top left no-repeat;
		width: 126px;
		list-style:none;
		position:absolute;
		z-index:10;
	}

	.drpdwn li {
		margin: 0;
		padding: 0;
		border-top: 1px solid #7D7D7D;
		height: 16px !important;
		float: none !important;
		text-align: center;
		padding: 4px 0;
	}

	.drpdwn a {
		color: white !important;
		font-size: 12px !important;
		font-weight: normal;
		text-decoration: none !important;
	}

	.drpdwn a:hover {
		color: #ccc;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	.drpdwn .platzhalter {
		height: 1px !important;
		border: 0 none;
	}
	
	/* #navigation img {
		margin:0 -3px 0 0 !important;
	} */
	
	/*
	 * Tables
	 */
	table{
		border-spacing:0px;
		border-collapse: collapse;
	}
	tr{
		
	}
	td{
		padding:10px;
	}
	tr:hover{
	
	}
	td:hover{
		
	}
	thead{
		font-weight:bold;
	}
	tbody{
		
	}
	tfoot{
		
	}       }
