body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #C79827;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../_images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align:center;
}
#wrapper {
	position:releative;
	width:550px;
	text-align:right;
	margin:auto;
}
#st_head {
	position:releative;
	width:550px;
	height:350px;
	border:4px solid #000;
	margin:100px auto 10px auto;
}
#st_body {
	position:releative;
	width:550px;
	height:100px;
	border:4px solid #000;
	margin:10px auto 10px auto;
	text-align:center;
	background-image: url(../_images/bkg_body.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#st_body h1 {
	margin-top:15px;
	margin-bottom:0;
	font-size: 24px;
}
#st_body p {
	margin-top:5px;
	font-size: 12px;
	line-height:14px;
}
#st_foot {
	position:releative;
	width:558px;
	height:35px;
	margin:10px auto 10px auto;
}
#st_foot div {
	position:releative;
	width:274px;
	height:35px;
	margin:0;
	text-align:center;
	background-color: #000;
	text-align:center;
	color:#D1A029;
	font-size:14px;
	line-height:35px;
	float:left;
}
#st_foot div a,#st_foot div a:link,#st_foot div a:active,#st_foot div a:visited {
	color:#D1A029;
	text-decoration:none;
}
#st_foot div a:hover  {
	text-decoration:underline;
}

#st_foot div.right {
	float:right;
}



