@CHARSET "UTF-8";
body {
		background: url('../images/other/background.jpg');
}
h1 {
	color: #CB7D06;
}
#header #logo {
	background: url('../images/other/logo.gif') no-repeat;
	height: 140px;
}
a, a:visited {
	color: #CB7D06;
	text-decoration: none;
}

a:hover, a:focus {
	color: #263248;
}