/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
}

body {
	font-family: Arial;
	margin: 0;
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	height: 100%;
	background-color: #f8f6f9;
	background-image: url(../images/background.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

form { margin: 0; padding: 0; }

p { margin-top: 0; margin-bottom: 20px; }

h1{
	font-size: 17px;
	font-weight: normal;
	color: #cb9700;
	margin: 0px;
	margin-bottom: 20px;
}

img { border: 0 none; }

input { border:solid 1px silver; font-size:11px; }

.clear { clear: both; font-size: 0; line-height: 0; height: 0; }

a:link, a:visited{
	color: #cb9700;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #9f7000;
}
