/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
body{text-align:center; 
FONT-FAMILY: Georgia, Times New Roman, Times, serif; 
margin:30px auto 40px;
background-color:#f4f4fb;}
.sidebox {
	margin: 0 auto 0; /* center for now */
	width: 900px; /* ems so it will grow */
	background: url(images/SGP_www_back_04.png) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/SGP_www_back_02.png) no-repeat top right;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.boxhead h2 {
	background: url(images/SGP_www_back_01.png) no-repeat top left;
	margin: 0px;
	padding: 0px 10px 5px;
	color: #aa0013;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/SGP_www_back_03.png) no-repeat bottom left;
	margin: 0;
	padding: 5px 20px 31px;
		
}

.boxbody_header {
	margin: 0;
	padding: 5px 30px 31px;
	font-weight: bold;
	
		
}

.footer_link{
display:inline;
padding: 30px 10px;
font-family: Tahoma, Verdana;
color: #060221;
font-size: 12px;
font-weight: normal;
}
a:link.footer_link{
color: #716B78;
font-size: 12px;
font-weight: normal;
text-decoration:none;
}
a:visited.footer_link{
color: #a0a0a4;
font-size: 12px;
font-weight: normal;
text-decoration:none;
}
a:hover.footer_link{color: #B60009;
font-size: 12px;
font-weight: normal;
text-decoration:none;}



a:active.footer_link{color: #060221;
font-size: 12px;
font-weight: normal;
text-decoration:none;}