	html {
		width: 100%;
		height: 100%;
	}
	
	body{
		height: 100%;
		width: 100%;
		background-color: 	#545454;
		background-image:	url(gfx/background.gif);
		background-repeat: 	no-repeat;
		background-position:center top;
		padding:			80px 0 0 0;
		font: 				10px Arial;
		color: 				#D2D0D1;
	}
	
	div#head {
		clear: both;
		width: 380px;
		height: 			130px;
		border-bottom:		1px dotted;
		background-image:	url(gfx/bg_head.gif);
		background-repeat:	repeat-x;
		background-position:left 103%;
	}
	
	div#logo{
		float: left;
	}
	
	div#contact {
		float: left;
		text-align: right;
		width:		210px;
	}
	
	div#headlineframe {
		clear: both;
		padding:			0 0 0 0;
		border-bottom:		1px dotted;
		height:				40px;
		width:				380px;
	}
	
	div#headline {
		background-image:	url(gfx/.bgdot_blue.gif);
		background-repeat:	repeat;
		color:				#FFFFFF;
		font-size:			14px;
		font-weight:		bold;
		margin:				2px 0 2px 0;
		padding:			0 0 0 79px;
		width:				380px;
		line-height:		22px;
		height:				22px;
	}
	
	div#references {
		clear: both;
	}
	
	div#references ul li{
		text-align: left;
	}
	div#foot {
		padding-right: 0px;
		padding-left: 79px;
		padding-bottom: 0px;
		padding-top: 0px;
		width: 301px;
		line-height:		30px;	
	}
	
	a {
		font: 				11px Arial; 
		color: 				#FFFFFF; 
		font-weight: 		normal; 
		margin-left: 		77px;
		text-decoration:	none;
	}

	a:hover {
		background-color: 	#639dfb;
		color: 				#FFFFFF;
		text-decoration: 	none;
	}
	
	.row1 {
		line-height:		20px;
		width:				380px;
		border-bottom:		1px dotted #fff;
		background-image:	url(gfx/bg_row1.gif);
		background-repeat:	repeat-x;
		background-position:left center;
	}
	
	.row2 {
		line-height:		20px;
		width:				380px;
		border-bottom:		1px dotted #fff;
		background-image:	url(gfx/bg_row2.gif);
		background-repeat:	repeat-x;
		background-position:left center;
	}
	
	.row1 a, .row2 a {
		line-height:		20px;
		padding:			2px 2px 2px 2px;	
	}
	
	div.head {
		
	}
	
	.font11{
		font: 				11px Arial;
		color: 				#D2D0D1;
		font-weight: 		bold;
	}
	.wrapper{
		clear: both;
	}
	.left{
		text-align: left;
	}
	
