html
{
	font-family: Georgia, serif;
}

body
{
	background: #fff url('../images/scribble_light.png') repeat center fixed;
	font-size: 18px;
}

.jumbotron
{
	background-color: #ddd;
	border-bottom: 1px solid #aaa;
}

footer
{
	background-color: #ddd !important;
	border-top: 1px solid #aaa;
}

h2
{
	border-bottom: 1px solid #aaa;
}

#contact input, #contact button, #contact textarea
{
	width: 100%;
}

/* Sticky footer styles
-------------------------------------------------- */
html 
{
	position: relative;
	min-height: 100%;
}
body 
{
	margin-bottom: 60px;
}
.footer 
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f5f5f5;
}