@charset "utf-8";
/* CSS Document */

img, div, input {
	behavior: url("iepngfix.htc");
}

html, body {
	height: 100%; /*makes the whole page extend based on the browser's height*/
}

body{
	background:url(images/mainbg.jpg) repeat-x #ffffff;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666666;
}

h1{ 
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#6e1622;
	padding-bottom:10px;
	margin-bottom:10px;
}

p{
	margin:0 0 18px 0;
	line-height:120%;
}

a{
	color:#666666;
	text-decoration:none;
}