body{
	color: #2E0606;
	padding: 0;
	margin: 0;
	background: url(../images/snow_repeat.gif);
	font-family: Georgia, Times, "Times New Roman", serif;
	text-align: center;
}

	input {
		border-width:1px;
		border-color:#990000;
		border-style:solid;
	}
	.button {
		width: 100px;
		background-color:#CC6600;
		color:#FFFFFF;
	}

hr{
	color:#990000;
}
#container{
	background-image: url(../images/metal_together2.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
}

#header{
	height: 200px;
	text-align: center;
	margin: 0px;
}

#content{
	width: 400px;
	min-height: 40px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: .8em;
}
#question{
	font-weight:bold;
}
h1{
	color:#990000;
	font-size: 1.2em;
}

h2 {
	text-align:center;
	color: #945829;
	font-size: 1.6em;
}
#todays_price {
	text-align:center;
}

#price_header {
	color: #CC6600;
	font-weight:bolder;
	font-size: 1.5em;
}

#price {
	color:#FFFFFF;
	/*height:30px;*/
	font-size: 1.5em;
	background-color:#CC6600;
}

p{
	color: #3E3828;
	line-height: 1.8em;
	padding-left: 10px;
}

#content a{
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover{
	color: #F2F1E3;
	background: #CC6600;
}

ul{
	list-style-image:url(/_images/li_arrow.gif);
	color: #CC6600;
	line-height: 2em;
	font-weight: bold;
}

form{
	padding-left: 10px;
}

input.textfield, textarea.textfield{
	color: #945829;
	width: 300px;
}

label{
	font-weight: bold;
}

#phone_number {
	font-weight:bolder;
	font-size:16px;
	color:#CC6600;
}

#weather {
	padding:10px;
	border-bottom-style:solid;
	border-top-style:solid;
	border-top-color:#CC6600;
	border-top-width:thin;
	border-bottom-color:#4D6E1B;
	border-bottom-width:thin;
}

/* footer specific */
#footer{
	color: #4D6E1B;
	height:120px;
	background: url(../images/metal_together_bottom2.gif) top center repeat-y;
	padding-bottom: 10px;
	padding-top:88px;
	margin-top: 0px;
	font-size: 9px;
	text-align: center;
}
#copyright{
	color: #4D6E1B;
	padding-bottom:50px;
}
#links a{
	color: #CC6600;
	font-weight: normal;
}
#links a:hover{
	color: #F2F1E3;
	background-color: #CC6600;
}
#productAdvice{
	color:#FFFFFF;
	background-color:#CC6600;
	text-align: center;
}
#content2 tr{
	min-height: 20px;	
}
