@charset "utf-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555539;
	background-color:#ffffe7;
	background-image:url(../img/bigbg.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	margin:0 auto;
	text-align:center;
}
a{
		color:#625D73;
		text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
div.text{
	margin:auto;
	text-align:left;
	background-color:#ffffe7;
	padding:40px;
	padding-top:140px;
	width:555px;
	margin-top:30px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	border-top:10px solid #999966;
	border-bottom:10px solid #999966;
	-moz-box-shadow: 0px  0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	-moz-opacity:.85; filter:alpha(opacity=85); opacity:.85;
}
div.text h1{
	font-weight:normal;
	font-size:24px;
	margin-top:0;
}
div.text td{
	padding:5px;
	border:1px dotted #efefd9;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	vertical-align:top;
}
div.text td h3{
	margin:0px;
	color:#93956E;
}
