	body {
		margin: 0px;
		background-color:#f5d183;
	}

	h1 {
		font-weight:normal;
		color:#ae2016;
		margin:0 0 10 0;
		padding:0;
		font-size:26px;
	}

	a{		color:#000000;	}
	#top_phone{
		font-size:26px;
		color:#000000;
	}
	#bottom_phone{
		font-size:30px;
		color:#ae2016;
	}

	.th {
		background: url('/images/thbg.jpg');
		background-repeat:repeat-x;
	}

	input.inp {
		width:250px;
		height:22px;
		border:solid 1px #70603c;
		background:#ffeab7;
	}

	textarea.inp {
		width:300px;
		height:90px;
		border:solid 1px #70603c;
		background:#ffeab7;
	}