body
{
	background-color: #027db8;
	margin-top: 12px;
}

#header
{
	background-color: white;
	padding-top: 6px;
}

#header-content
{
	
}

#navbar
{
	background-color: white;
	background: url("../images/navbar-background.jpg") repeat-x;
}

#navbar-content
{
	background-color: #013c8a;
	color: white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px 20px;
}

#content
{
	background-color: #019cca;
}

#content-body
{
	background-color: #019cca;
	padding: 10px 20px;
	color: white;
	border-left: 1px solid #33ccff;
	border-right: 1px solid #33ccff;
}

#content-body .jumbotron
{
	#background-color: #019cca;
	background: url("../images/jumbotron-background.jpg") repeat-x;
	border: 1px solid #33ccff;
}

#footer
{
	background: url("../images/footer-background.jpg") repeat-x;
}

#footer-body
{
	color: #baff4d;
	height: 36px;
	line-height: 36px;
	color: #baff4d;
	text-align: center;
	
}