/* Page */
#page {
	background-image: url('../images/fire.png');
	background-repeat: no-repeat;
	background-position: 2% 100%;
}

/* Header */
#header h2 {
	color: firebrick;
}

/* Links */
a:link,a:visited {
display: block;
width: 120px;
font-weight: bold;
color: white;
background-color: firebrick;
text-align: center;
padding: 4px;
text-decoration: none;
text-transform: uppercase;
}

a:hover,a:active {
	background-color: maroon;
}

#navigation a.current {
	background-color: maroon;
	color: silver;
}

/* Main Content */
#main {
	border: 3px double maroon;
}
