html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
  /*testing
  	background: #4a99db url(../images/background.jpg) fixed no-repeat 0 0;
*/
	background: #4a99db url(../images/background.jpg) fixed no-repeat 0 0;
	background-position: center bottom;
	line-height: 135%;
	font-size:15px;
}

form {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;  
}

p, td, div {
	font-family: "Monda", sans-serif;
}

div.item-page a, div.blog-featured a {
	color: #06F;
}

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 10px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 { 
	font-size: 200%;
	line-height: 100%;
}

h2 {
	font-size: 175%;
	line-height: 100%;
}

h3 {
	font-size: 150%;
	font-weight: normal;
}

h4 {
	font-size: 120%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @group Image */

.thumbnail {
	border:1px solid #bbb;
}

/* @end */

/* @end */