/*   markusfarkus media  MFM      */
/*   http://www.markusfarkus.com  */

html {
	background-color: #ffffff;

}

body {
	background-color: #ffffff;
	
}

/* page title */
h1 {
	font-family: Geneva, Arial, sans-serif;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	color: #ff0000;
}

/* page subtitle */
h2 {
	font-family: Geneva, Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #0000ff;
}

/* section title (left) */
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #009933;
}

/* section title (center)*/
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #009933;
}
		
#header {
	background-color: #ffffff;
	width: 760px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

#main-nav {
	background-color: #ffffff;
	width: 760px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-color: #ffffff;
	font-family: "times new roman", century;
	font-size: 120%;
	text-align: left;
	color: 000000;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#footer {
	background-color: orange;
	width: 760px;
	height: 66;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.center {
	text-align: center;
	}

.italic {
	font-style: italic;
	font-size: 75%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

table.center {
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #0133cc;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

hr.section {
  width: 75%;
}

img.left {
  border: medium solid 0000ff;
  vertical-align: text-top;
  margin-right: 15px;
  float: left;
  clear: left;
}

img.right {
  border: medium solid 0000ff;
  vertical-align: text-top;
  margin-left: 15px;
  float: right;
  clear: right;
}

img.center {
  display: block;
  border: medium solid 0000ff;
  vertical-align: text-top;
  margin-left: auto;
  margin-right: auto;
}