﻿        .container
        {
           	height:631px;
           	width:950px;
        	margin:0px auto;
			position:relative;
        }       
        
        body
        {
            font-family: Verdana;
            background-image: url('images/main_body_bg.jpg');
            margin:0;
            padding:0;
            text-align:center;
        }
		.heading{
		font-size:12px;
		font-weight:bold;
		}
        
          .top_bg
         {
            background-image:url('images/bg_top.png');
            width:950px;
            height:67px;
            position:absolute;
            left:0px;
            
         }
         
         
           .bottom_bg
         {
            background-image:url('images/bg_bottom.png');
            width:950px;
            height:65px;
            position:absolute;
            left:0px;
            top:585px;
            
         }
        
        .left_bg
         {
            background-image:url('images/bg_left.png');
            background-repeat:no-repeat;
            width:75px;
            height:631px;
            left:0px;
            position:absolute;
            top: 0px;
        }
         
                
         .right_bg
         {
            background-image:url('images/bg_right.png');
            background-repeat:no-repeat;
            width:77px;
            height:650px;
            left:873px;
            position:absolute;
            top: 0px;
            
        }
        .header
        {
          position:absolute;
          top: 67px;
          left: 75px;
          height: 102px;
        }
        
        .main_body
        {
          position:absolute;
          top: 169px;
          left: 288px;
          width:585px;
          height:416px;
          background-color:White;
          
        }
        .menu
        {
          position:absolute;
          top: 169px;
          left: 75px;
        }
        
       .menu_link
       {
         border:0;
       }
        
        .desc_text
        {
	font-size: small;
	position: absolute;
	top: 228px;
	left: 209px;
	width: 365px;
	color: #7C512D;
	height: 176px;
	overflow:auto;
}


.copyright_message
{
 position:absolute;
 font-family:Verdana,arial;
 font-size:10px;
 font-weight:bold;
 color:White;
 top: 10px;
 left: 80px;
}


.website_design_message
{
 position:absolute;
 font-family:Verdana,arial;
 font-size:10px;
 font-weight:bold;
 color:White;
 top: 10px;
 left: 771px;
    width: 98px;
}
