@import "layout.css";

/* Global */

body {
	color: #444;
	background-color: #fff;
}

/* Header and menu */

#header {
    background: #c80021 url(images/bg1.jpg) no-repeat right center;
	border-color: #980019 !important;
	color: white;
}

#header a {
	color: white;
}

#header ul li a:hover {
	background: #a5001f;
	color: white;
}

/* Links */

a {
	text-decoration: none;
	color: #a8041d;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

/* Miscellaneous */

.alert {
    background: #e5e5e5 url(images/bg2.jpg) no-repeat left top;
	border-color: #545454 !important;
}

a.delete, a.delete:visited {
	color: #ccc;
}