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

body {background:#5f785b; background-image:url(images/bgstrip.jpg); background-position:center; background-repeat:repeat-y; margin:0;}

#holder {
	width:1000px;
	margin:auto;
	padding-top:80px;
}

#temp {
	background-image:url(images/temp_panel.jpg);
	height:415px;
	width:774px;
	margin-left:auto;
	margin-right:auto;
}

#text {
	width:746px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
}

a:link {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a:visited {
	color:#333;
	text-decoration:none;
}
