/* background  HTML color and BODY graphic */
html 				{background-image:url(../graphics/bg-theme.jpg);}
body 				{
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center top;
}
/* main table for width and centering on page */

.main				{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../graphics/index_spacer.jpg);
}

.header				{width:780px; height:303px;  position:relative; background-image:url(../graphics/index_top.jpg); clear:both;}
.content			{
	width:780px;
	background-image:url(../graphics/index_center.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}
.footer				{width:780px; height:74px; background-image:url(../graphics/index_bottom.jpg);}

	.footer_left		{width:240px; height:74px; }
	.footer_right		{height:40px; text-align:center; vertical-align:top; padding: 34px 0px 0px 0px;}


.content_left1 		{width:11px;}
.content_left		{width:230px; padding: 1px 0px 0px 0px; vertical-align:top;}
.content_right1 	{width:10px;}
.content_right		{padding: 10px 0px 0px 0px; vertical-align:top;}
.content_right2 	{width:30px;}

.body2_w			{padding:10px 5px 20px 7px; vertical-align:top;}
.body1_w			{
	margin:0px 0px 0px 0px;
	padding:2px 5px 2px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.body2_top			{width:230px; height:200px; background-image:url(../graphics/body2_top.jpg); background-position:top left;background-repeat:no-repeat;}
.body2_spacer		{width:230px; height:200px; background-image:url(../graphics/body2_spacer.jpg); }
.body2_bottom		{width:230px; height:200px; background-image:url(../graphics/body2_bottom.jpg); background-position:bottom left;background-repeat:no-repeat; vertical-align:top;}

.body3_w			{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: 000000;
	margin: 0px;
	vertical-align: top;
}
