body {
	background: url('../images/background.jpg ') 0 0 repeat;
}

#header {
	background: url('../images/redbg.png ') 0 0 repeat;
}

#mainContent{
	background-color: #FFFFFF;
}

#navmenu {
	background: red;
}

#navmenu a {
	font-size: 16px;
	color: white;
	font-weight: bold;
}

#navmenu a:link {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#navmenu a:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#navmenu a:hover {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#navmenu a:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.itemBlock b {
	font-size: 14px;
}

.itemBlock span {
	padding-left: 2px;
	padding-bottom: 2px;
	float: right;
}

.itemBlock i {
	padding-left: 1em;
}

.itemBlock>.header>b {
	font-size: 20px;
	text-decoration: underline;
	color: red;
}

.container {
	-webkit-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .25);
	box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .25);
}

#footer {
	padding-top: 15px;
}