/* \*/
* html .gs-topLeftCorner, * html .gs-topRightCorner {height: 1%;}
/* */

.gs-topLeftCorner, .gs-topRightCorner { zoom: 1 }
.gs-roundedCorner
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	text-align: left;
	background-image:url(CSSgraphics/body_mid_bg.jpg);
	background-position: 0 7px;
	}
.gs-topLeftCorner, .gs-topRightCorner, .gs-bottomLeftCorner, .gs-bottomRightCorner
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.gs-topLeftCorner
	{
	background-image:url(CSSgraphics/body_top_left_no_transparency.gif);
	background-position: 0% 0%;
	}

.gs-topRightCorner
	{
	background-image:url(CSSgraphics/body_top_right_no_transparency.gif);
	background-position: 100% 0%;
	}

.gs-bottomLeftCorner
	{
	background-image:url(CSSgraphics/body_bottom_left.gif);
	background-position: 0% 100%;
	}

.gs-bottomRightCorner
	{
	background-image:url(CSSgraphics/body_bottom_right.gif);
	background-position: 100% 100%;
	}

.gs-topBackground, .gs-bottomBackground
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}

.gs-topBackground
	{
	background-image:url(CSSgraphics/body_top_bg.gif);
	background-position: 0% 0%;
	}

.gs-bottomBackground
	{
	background-image:url(CSSgraphics/body_bottom_bg.gif);
	background-position: 50% 100%;
	}

.gs-rightBackground
	{
	background-image:url(CSSgraphics/body_mid_right.gif);
	background-position: 100% 7px;
	background-repeat: repeat-y;
	}

.gs-leftBackground
	{
	background-image:url(CSSgraphics/body_mid_left.gif);
	background-position: 0% 7px;
	background-repeat: repeat-y;
	}
