.header {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: left;
	position: relative;
	background-color: #000000;
	background-image: linear-gradient(to bottom, #7f7f7f 0, #000000 100%);
	background-repeat: repeat-x;
}

.header h1 a, .header h1 a:hover, .header h1 a:visited {
	position: relative;
	padding-left: 40px;
	color: #ffffff;
	font-size: 24px;
	font-family: Verdana, Arial;
	vertical-align: bottom;
	text-decoration: none;
}	

.breadcrumb {
	font-size: 12px;
}

.content { 
	padding-left: 10px;
	padding-right: 50px;
}

.content img {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.alert {
	padding: 10px !important;
}
