@charset "UTF-8";
/* CSS Document - Piranha Killer Sushi HEADER + FOOTER + NAV */

body { 
	margin: auto; 
	width: 950px; 
	position: relative;
	background-color: #333333;
}

h1 {
	background-image: url(../images/header.gif);
	width: 950px;
	height: 173px;
}

#container {
	background-color: #FFFFFF;

}

/*------------------------<NAV>----------------------------*/
#nav {
	margin: -22px 0 0 0;
	padding: 0;
	float: left;
	position: relative;
	width: 153px;
/*	background-color: #CCFF66; */
}

#nav li {
	margin: 0 0 0 -25px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2.5em;
	text-align: right;
	border-right: 5px solid #f9d819; /*yellow*/
}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #001c77; /*blue*/
}

#nav li a:hover {
	padding: 0 0 0 3px;
	color: #c45001; /*orange*/
	font-style: italic;
	background-color: #f9d819; /*yellow*/
	border-left: 2px inset #001c77; /*blue*/
	
}

/*------------------------<HEADER>----------------------------*/
#header {

}

/*------------------------<FOOTER>----------------------------*/
#footer {
	padding: 10px 0 0 0;
	background-color: #6d1601; /*dark red*/
	height: 24px;
	color: #9d998e; /*font color - gray*/
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer a {
	margin: 0 30px 0 0;	
}

#footer a:link, #footer a:visited {
	color: #c45001; /*orange*/
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer.5space {
	padding: 0 50px 0 0; 
}


/*------------------------<CLEAR>----------------------------*/
.clear0 {
	clear: both;
	height: 0;
}