﻿/* editables */
html 			{
	background-color:#000099;
}

#main			{
	width:838px;
	background-image: url(../graphics/index_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#header 		{width:838px; height:230px;}
#content 		{width:838px;}
	.c_l		{width:0px; height:100%;}
	.c_menu		{width:180px;}
	.c_c		{width:15px;}
	.c_r		{width:177px;}
		
	.menu_heading	{height:30px; vertical-align: bottom; padding-top:20px; text-indent:2px;}
	.body_heading	{height:30px;padding-top:20px; margin-top:5px;}
	
#content2 		{width:838px;}
	.c_l		{width:0px; height:100%;}
	.c_menu		{width:180px;}
	.c_c		{width:15px;}
	.c_r		{width:177px;}
		
	.menu_heading	{height:30px; vertical-align: bottom; padding-top:20px; text-indent:2px;}
	.body_heading	{height:30px;padding-top:20px; margin-top:5px;}
	

#footer 		{width:838px; height:86px;}
	.footer_l	{width:0px; height:86px;}
	.footer_r	{
	height:86px;
	padding-top:30px;
}
	
/* end editables */


/* main - left - center - right */
#main			{vertical-align:top; margin-left:auto; margin-right:auto;}

/* header - content - footer */
#header 		{
	background-image:url('../graphics/index_header.png');
	position:relative;
	background-repeat:no-repeat;
	visibility: visible;
	height: 230px;
	width: 838px;
}

#content 		{background-image:url('../graphics/index_content2.jpg'); background-position:top left; background-repeat:repeat-y; vertical-align:top;}
.content 		{border:0px; border-collapse:collapse; width:100%; background-image:url('../graphics/index_content1.jpg'); background-position:top left; background-repeat:no-repeat; vertical-align:top;}


#content2 		{background-image:url('../graphics/index_content4.jpg'); background-position:top left; background-repeat:repeat-y; vertical-align:top;}
.content2 		{border:0px; border-collapse:collapse; width:100%; background-image:url('../graphics/index_content3.jpg'); background-position:top left; background-repeat:no-repeat; vertical-align:top;}

#footer 		{background-image:url('../graphics/index_footer.jpg'); background-position:top left; background-repeat:no-repeat; }
.footer_l		{position:relative; float:left;}
.footer_r		{
	float:none;
}

	.c_l		{vertical-align:top;}
	.c_menu		{vertical-align:top; text-align:left;}
	.c_c		{vertical-align:top;}
	.body1		{
	vertical-align:top;
	padding-right: 10px;
}
	.c_r		{vertical-align:top;}
	.c_bottom	{clear:both;}
	
html 			{background-image:url('../graphics/bg_color.jpg');  background-position:top center; background-repeat:repeat-y;}
body 			{margin: 0px ; background-image: url('../graphics/bg_image.jpg'); background-position:top center; background-repeat:repeat-y;}
