@import url('reset.css');
@import url('layout.css');
@import url('typography.css');

body {
	background: #ffcc66 url('../images/fire_header_bg.gif') repeat-x;
	color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

#footer {
	background-image: url(../images/fire_square.png);
	background-repeat: no-repeat;
}

#content {
	background: url(../images/fire_circles.png) no-repeat;
	background-attachment: fixed;
	background-position: center;
}

#navigation {
	background-image: url(../images/fire_nav_bg.png);
	background-repeat: no-repeat;
}

#thumb li:hover{
	border: 10px solid #f00;
}
