/*
 * red style: #ea0718;
 */

h1 {
}

.color {
	color: #ea0718;
}

.bg_color {
	background-color: #ea0718;
}

.bg_color2 {
	background-color: #ba0017;
}

#content li {
	list-style-image: url('/images/arrows/red.gif');
	margin-left: 17px;
}

#content a, #content a:link, #content a:active, #content a:visited, #content a:hover {
	color: #ea0718;
}

.home_item a, .home_item a:link, .home_item a:active, .home_item a:visited, .home_item a:hover {
	text-decoration: none !important;
}

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

#header, .question, .answer {
	background: url('../../images/separators/red_hor.gif') repeat-x bottom;
}

#organisations {
	background: url('/images/separators/red_vert.gif') repeat-y right;
}

#main {
	background: url('/images/separators/red_main_bg.gif') repeat-y 219px 0px;
}

#footer {
	background: url('../../images/separators/red_hor.gif') repeat-x top;
}

.info_img img {
	padding: 4px;
	border: 2px solid #ea0718;
}
