/* @override 
	http://localhost/mkrieger/mkrieger.css
	http://gen.dev/mkrieger/mkrieger.css
*/

p{
	margin: 1em 0em;
}
em{
	font-style: italic;
}
li{
	margin: 0.5em 0em;
color: #6b1717;
}

li a{
	color: #6b1717;
}

a{
	color: #0b2174;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

span#HeaderLinks {
	float: right;
	font-variant: small-caps;
	font-size: 110%;
}

div#Header a{
	color: white;
}


html,body {
    
    background: url(/images/field-notes.jpg) no-repeat fixed -280px -500px;

	padding: 0;
	font-family: "Gill Sans", Frutiger Linotype, Calibri, Verdana, Helvetica, Arial;
}

span#name {
	font-size: 140%;
	color: #fff;
}

span.title{
	font-size: 120%;

}

div#Header{
	color: #f9e4e4;
	margin-bottom: 20px;
	padding: 20px 0px;
	height: 20px;
	font: normal 110%;
}


.boxText{
	padding-top: 20px;
	
}

div#MainContainer {

	padding: 20px 40px;
	color: #9d3434;
	margin: 30px auto 20px auto;
	width: 760px;
	min-height: 500px;

}

div#BodyContainer{
	height: auto;
}



div#BodyLeftContent {
	width: 400px;
	float: left;
	background: white;
	padding: 15px;
	margin: 0px 10px 10px 0px;
}

div#BodyRightContent{
	background: white;
	float: left;
	width: 270px;
	padding: 15px;

}

div#FooterContainer{
	color: #764040;
	clear: both;
	padding-top: 10px;
}

div#Footer{
	margin: 30px 0px;
	width: 80%;
	color: white;
	font-size: 80%;
	float: right;
	padding: 10px;
}
