/*//////////////////////////////////////////////////////////////////////////////////////////////////
//
//	shring.css : cascading style sheets
//
//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	container definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div#shringContainer {

	display: block;
	clear: both;
	width: 100%;
}

div#shringBoxTop {

	background: transparent url(../img/shring_top.gif) no-repeat;
	display: block;
	clear: both;
	width: 1004px;
	height: 539px;
	margin: 20px auto 0 auto;
}

div#shringBoxBottom {

	background: transparent url(../img/shring_bottom.gif) no-repeat;
	position: relative;
	display: block;
	clear: both;
	width: 1004px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}

div#shringFlash {

	display: block;
	clear: both;
	width: 1000px;
	height: 500px;
	padding: 37px 2px 0 2px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	global definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

body {

	background-color: #06557f;
	margin: 0;
	padding: 0;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	link definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div#shringContainer a#shringSite,
div#shringContainer a#shringEmail {

	position: absolute;
	display: block;
	clear: both;
	width: 100px;
	height: 18px;
}

div#shringContainer a#shringSite {

	left: 472px;
	top: 12px;
}

div#shringContainer a#shringEmail {

	left: 584px;
	top: 12px;
}

div#shringContainer a span {

	display: none;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//
//	shring.css : cascading style sheets
//
//////////////////////////////////////////////////////////////////////////////////////////////////*/
