@import url('../../bootstrap-3.0.0/css/bootstrap.min.css');
@import url('../../bootstrap-3.0.0/css/bootstrap-theme.min.css');

html {
	background: #000000 url(images/line_blue.gif) repeat-y 0 0;
}

body {
	padding-top: 70px;
}

h2 {
	padding-left: 24px;
	background-repeat: no-repeat;
	background-image: url(images/item_large_g.gif);
}

h3 {
	padding-left: 24px;
	margin-left: 0.5em;
	background-repeat: no-repeat;
	background-image: url(images/item_large_b.gif);
}

footer {
	color: #ffffff;
	background-color: #308faa;
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
	padding: 50px 0 50px 0;
}
footer a {
	color: #ffffff;
}

.line {
	height: 5px;
	background: #000000 url(images/line_blue.gif) repeat-y 0 0;
}
