/*
DanHung.com StyleSheet
----------------------------------------*/

body{
	font-size: 100%;
	font-family: 'times new roman', georgia, serif;
	color:#000;
	padding: 10px; 
}

/* HEADER */
#header { 
	width: 760px;
	height: 73px;
	margin: 0 auto;
}

#header h1 {
	background: url('images/logo.gif') no-repeat;
	height: 73px;
	width: 73px;
	float: left;
	text-indent: -9999px;
}


#navigation {
	height: 24px; 
	width: 687px;
	background: #000;
	padding: 0;
	margin: 25px 0;
	float: right;
	position: relative;
	top: 25px;
}

	#navigation ul {
		list-style-type:  none;
		height: 24px;
		width: 580px;
		background: #000;
		padding: 0; 
		margin: 0;
	}
	
	#navigation li {
		display: inline;
		text-transform: uppercase;
	}
	
	#navigation li a {
		float: left;
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: .7em;
		letter-spacing: .2em;
		background: #000;
		height: 20px;
		padding: 4px 10px 0px 10px;
		border-right: #fff 1px solid;
	}
	
	#navigation li a.home {
		border-left: #fff 1px solid;
	}
	
	#navigation li a:hover {
		background: #f6c42a;
	}
	
	a.rss {
		float: right; 
		background: url('images/rss.gif');
		border-left: #fff 1px solid;
		text-indent: -9999px;
		height: 24px;
		width: 24px; 
		margin: 0;
		padding: 0;
	}
	
/* END HEADER */

	.gilroy {
	clear: both;
}







