/* html, body
{
	height: 100%;
}
 */
body
{
/* 	margin:0;
	padding:0; */
	background: #c2c2c2 url(images/body_bac.gif) top center;
}


/* body, table
{
	font-size:100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#191919;
} */

/* a:link {text-decoration: underline; color:#285b96;}
a:visited{text-decoration: underline; color:#7291b5;} */


#body-gradient
{
	width:100%;
	height:100%;
	text-align:center;
	background: transparent url(images/body_gra.gif) top center repeat-x;
}

#page-container
{
	width:972px;
	height:100%;
	margin:0 auto;
	text-align:left;
	padding-top:5px;
}

#page-top-rounds
{
	background: transparent url(images/top.gif) no-repeat; 
	height:5px;
	/*IE bug*/
	font-size:1px;
	line-height:0;
}

#page-bottom-delimeter
{
	background:url(images/bottom-d.gif) no-repeat; 
	height:1px;
	/*IE bug*/
	font-size:1px;
	line-height:0;
}

#page-bottom
{
	background:white url(images/bottom-b.gif) repeat-y; 
}

#page-bottom-rounds
{
	background:url(images/bottom.gif) no-repeat; 
	height:9px;
}

#page-content-background
{
	background:white url(images/03.gif) repeat-y;
	min-height:100%;
	overflow:hidden;
}

#page-wing-left
{
	background:url(images/wing_lef.gif) top left no-repeat; 
	width:100%;
	height:100%;/**/
}

#page-wing-right
{
	background:url(images/wing_rig.gif) top right no-repeat; 
	padding:0 16px;
	height:100%;/**/
}
#copyright-container
{
	color:#484848;
	font-size:11px;
	padding:6px 0;
	overflow:hidden;
	width:100%;
}

#logo-bottom
{
	background: url(images/logo_bot.gif) no-repeat;
	width:88px;
	height:18px;
	margin-left:15px;
	float:left;
}
#copyright
{
	float:left;
	margin-left:10px;
	padding-top:2px;
}

#bottom-links
{
	float:right;
	margin-right:15px;
	padding-top:2px;
}

#bottom-links a
{
	text-decoration: none;
	color:#285b96;
	font-weight:bold;
	font-size:12px;
}
