	h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		text-decoration: none;
		color: #666;
	}
	a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #999;
		text-decoration: none;
	}
	
	a:hover {color: #999} 
	
	img {
		border:0;
	}
	
	p {
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #999;
	}
	body {
		min-width:750px;
		padding:45px;
	}
	#wrap {
		background:#ffffff;
		width:750px;
		aliign: Left;
		padding-left: 10px
	}
	#space {
		background:#ffffff;
		padding:35px;
		aliign: Left;
	}
	
	#header {
		background:#ffffff;
		float:left;
		width:170px;	
	}
	#nav {
		background:#ffffff;
		width:550px;
		float:right;
		position:relative;
	}
	
	#navright {
		background:#ffffff;
		float:right;
		 position:absolute;
 		top:0;
 		right:0;
 		width:300px;
	}
	#main {
		background:#ffffff;
		float:left;
		width:600px;
    }
	#sidebar {
		background:#ffffff;
		float:right;
		width:150px;
	}
	#footer {
		background:#ffffff;
		padding-top:20px;
		padding-left:10px;
		clear:both;
	}
	#footer p {
		margin:0;
		padding-bottom:5px;
		width:500px;
    }
		#text {
		background:#ffffff;
		clear:both;
	}
	#text p {
		padding:5px;
		margin:0;
		width:800px;
    }
	
	
