/*******************************************************************************************
********************************************************************************************
*************************          	TEMPLATE PAGES          		************************
********************************************************************************************
*******************************************************************************************/


	    html,body  
	    {
	    		min-height:90%;
	        margin:0;
	        padding:0;	
					font:11px "Trebuchet MS",trebuchet,arial,sans-serif;
					font-size:14px;
	    }
			
			body{
					background:url(../../img/style/bg_main.jpg) left top repeat-x;	
	        background-color:#E8E8E8; 		
			}
			
			p{
				margin-top: 0px;
			
			}
			
			ul {
			margin-top:0;
			margin-bottom:0;
			}
			
			div{ text-align:left; height:auto;}
			
			td{ vertical-align:top; }
			
			a:link, a:visited { color:#8F7B57; text-decoration:none; }
			a:hover, a:active { color:#8F7B57; text-decoration:underline; } 
			
			a.top_menu_item:link, a.top_menu_item:visited { color:#ADADAD; text-decoration:none; font-weight:bold; font-size:14px; }
			a.top_menu_item:hover, a.top_menu_item:active { color:#FFFBD5; text-decoration:none; font-weight:bold; font-size:14px; } 
			a.top_menu_item_sel:link, a.top_menu_item_sel:visited,a.top_menu_item_sel:hover, a.top_menu_item_sel:active { color:#FFFBD5; text-decoration:none; font-weight:bold; font-size:14px; } 

			a.link_st:link, a.link_st:visited { color:#7F2C2C; text-decoration:none;  }
			a.link_st:hover, a.link_st:active { color:#7F2C2C; text-decoration:underline; } 
			
			.rood_inline { color:#EA2D2E; display:inline; }

			#home_middle_image {
				background:url(../../img/style/bg_var.jpg) left top no-repeat;
				height:499px;
				width:1172px;
			}
			
			.left_shadow {
 				background:url(../../img/style/shadow_left.png) left top repeat-y;
				width:10px;			
			}
			
			.left_corner_shadow {
 				background:url(../../img/style/shadow_left_corner.png) left top no-repeat;
				width:10px;			
				height:10px;	
			}

			.right_shadow {
 				background:url(../../img/style/shadow_right.png) left top repeat-y;
				width:10px;			
			}
			
			.right_corner_shadow {
 				background:url(../../img/style/shadow_right_corner.png) left top no-repeat;
				width:10px;			
				height:10px;	
			}

			.bottom_shadow {
 				background:url(../../img/style/shadow_bottom.png) left top repeat-x;
				height:10px;			
			}

