/* custom stuff */
HTML {
  height: 100%;
  width:100%;
  margin: 0px 0px 0px 0px;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
	width:100%;
	text-align:center;
	background: #ff6600 url(_img/sfpag.jpg) repeat-x;
}

#topshadow {
	margin-left:auto;
	margin-right:auto;
	height:22px;
	width:804px;
	background: #ffffff url(_img/topshadow.jpg) repeat-x;
	margin-top:15px;
}

#topshadow-left {
	width:18px;
	height:22px;
	float:left;
	background:  url(_img/topleft.jpg) no-repeat;
}

#topshadow-right {
	width:18px;
	height:22px;
	float:right;
	background:  url(_img/topright.jpg) no-repeat;
}


#testata {
	margin-left:auto;
	margin-right:auto;
	height:122px;
	width:804px;
}

#testata-left {
	width:6px;
	height:122px;
	float:left;
	background: url(_img/testatasx.jpg) no-repeat;
}

#testata-img {
	float:left;
	height:122px;
	width:792px;
	background: #ffffff url(_img/testata.jpg) no-repeat;
}

#testata-right {
	width:6px;
	height:122px;
	float:right;
	background:  url(_img/testatadx.jpg) no-repeat;
}

#corpo {
	margin-left:auto;
	margin-right:auto;
	width:804px;
}

#corpo-left {
	width:6px;
	height:300px;
	float:left;
	background: url(_img/sx.jpg) repeat-y;
}

#corpo-cont {
	float:left;
	height:300px;
	width:792px;
	background: #ffffff;
	text-align:center;
}

#corpo-right {
	width:6px;
	height:300px;
	float:right;
	background:  url(_img/dx.jpg) repeat-y;
}

#footshadow {
	margin-left:auto;
	margin-right:auto;
	height:22px;
	width:804px;
}

#footshadow-left {
	width:18px;
	height:22px;
	float:left;
	background:  url(_img/lowleft.jpg) no-repeat;
}

#footshadow-cont {
	float:left;
	height:22px;
	width:768px;
	background: #ffffff url(_img/lowshadow.jpg) 0px 17px repeat-x;
}

#footshadow-right {
	width:18px;
	height:22px;
	float:right;
	background:  url(_img/lowright.jpg) no-repeat;
}

a {
	background: url(_img/butt.jpg) no-repeat;
	width:263px;
	height:39px;
	float:left;
	text-align:center;
	font-weight:bold;
	color:#FCF40D;
	font-family: arial,helvetica;
	font-size:11px;
	text-transform:uppercase;
	line-height:39px;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p{
	text-align:center;
	font-weight:bold;
	color:#2e4593;
	font-family: arial,helvetica;
	font-size:16px;
	margin-top:50px;
}

p.link {
	width:263px;
	margin:auto;
}