body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #b1b1b1;
	background-color: #000000; 
	margin: 0px;
	padding: 0px 0px 40px;
}

#header {
	background-color:#131313;
	height: 120px;
	width: 620px; 
	border-bottom: 0px solid #59780a;
	position: relative;
}


h1 {
	margin:0px;
	background: 
	padding-left: 70px;
	height: 60px;
	font: bold 103px/100% "century gothic", Tahoma, Arial;
	color: #ed1977;
	float:left; 
}
h1 a{
	color: #ed1977;
	text-decoration: none;
}
h1 a:visited{
	color: #ed1977;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}

#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 21px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #131313 url(images/nav-btn2.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 0px solid #AFCD69;
	border-left: 0px solid #AFCD69;
	border-right: 0px solid #AFCD69;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #ffffff;
	background: url(images/nav-btn.gif) repeat-x;
}
