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

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	line-height: 185%;
	font-size:14px;
	background:url(../images/bg.jpg) repeat;
}

form {
	margin: 0;
	padding: 0;
}

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

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

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: 19px;
	line-height: 100%;
}

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

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @group Image */

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

/* @end */

/* @end */