/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height:100%;
  overflow-y: scroll;
}

body {
	font-family: Tahoma;
	margin: 0;
	font-size: 12px;
	color: #2f2f2f;
	text-align:center;
	height:100%;
	line-height: 1.5;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-position: 0 0;
}

.wrapper {
  width:980px;
  margin:0 auto;
  text-align:left;
  height:100%;
}

form { margin: 0; padding: 0; }

p { margin-top: 0; margin-bottom: 20px; }

img { border: 0 none; }

input, .inputbox, .button { border: solid 1px #ab7d28; font-size: 11px; background-color: transparent; }

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

.clear { clear:both; font-size:0; line-height:0; height:0; }

a:link, a:visited{
	color: #800000;
	outline: none;
	text-decoration: none;
}

.block_img{
	display: block;
	border: 0;
	margin: 0;
}

.left{
	float: left;
	display: inline;
}