/* CSS Document */
	body{	
		background:#3D3835;
		color:#1A1917;
		margin:54px 0 0;
		padding:0;
		/*font:14px/20px Arial, Helvetica, sans-serif;*/
		font-family: 'Open Sans', sans-serif;
	}
	div, p, h1, h2, h3, ul{	
		padding:0px;
		margin:0px;
	}
	ul{list-style-type:none;}
/* CSS Document */

/*--TOP PANEL--*/
	#topPan{	
	    list-style:none;
	    font-weight:bold;
		width:484px;
		height:258px;
		position:relative;
		margin:0 auto;
		}
	#topPan h1{	
		display:block;
		width:464px;
		height:198px;
		background:url(images/header1.png) 0 0 no-repeat;
		text-indent:0px;
		clear:both;
	}
	#toplinkPan{
		width:464px;
		height:159px;
		position:relative;
		margin:0 auto;
	}	
	#toplinkfastPan{
		width:148px;
		height:140px;
		float:right;
		background:url(images/hdd1.png) 0 0 no-repeat #3D3835;
		margin:8px 0 0;
		color:black;
	}	
	#toplinkfastPan a{
		text-decoration:none;
		display:block;
		width:148px;
		height:140px;
		padding: 45px;
`	}
	#toplinkfastPan a:hover{
		text-decoration:none;
		background:url(images/hdd1h.png) 0 0 no-repeat;
	}
	#toplinksecondPan{
		width:148px;
		height:140px;
		float:left;
		background:url(images/hdd1.png) 0 0 no-repeat #3D3835;
		margin:8px 10px 0;
		color:black;
	}
	#toplinksecondPan a{
		text-decoration:none;
		display:block;
		width:148px;
		height:140px;
		padding: 45px;
	}
	#toplinksecondPan a:hover{
		text-decoration:none;
		background:url(images/hdd1h.png) 0 0 no-repeat;
	}
	#toplinkthirdPan{
		width:148px;
		height:140px;
		float:left;
		background:url(images/hdd1.png) 0 0 no-repeat #3D3835;
		margin:8px 0 0;
		color:black;
		margin-right: 20px;
	}
	#toplinkthirdPan a{
		text-decoration:none;
		display:block;
		width:148px;
		height:140px;
		padding: 45px;
	}
	#toplinkthirdPan a:hover{
		text-decoration:none;
		background:url(images/hdd1h.png) 0 0 no-repeat;
	}
	#bodybottomPan{
		width:460px;
		height:60px;
		position:relative;
		margin:0 auto;
	}
/*--/TOP PANEL--*/