
	
	body {
	background: #ccc;
	margin: 0;
	padding: 0;
	color: #000; 
font-size: 12px; 
line-height: 16px; 
font-family: verdana,arial,helvetica; 
	
	}
	
	#container {
	background: #ffffff;
	}
	
	
	#inner-container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 0px solid #000;
	}
	
	
   #top {
   background: url(img/stg-blue-top.jpg); 
   height: 113px;
   }
   
   
   #main {border: 0px green solid;
   position: relative;
   margin-bottom: 50px;}
   
   
   #left-main, #right-main {
    font-size: 14px;
   line-height: 18px;
    font-weight: 500;
   }
   
   #left-main {
   width: 525px;
   border: 0px solid #000;
  
   
   }
   
   #right-main {
   width: 300px;
   position: absolute; 
   top: 100px; right: 0px;
   border: 0px solid red;
   }
   
   
   #btn {
   background: #ccc;
   background: #6187d2;
   color: #fff;
   font-weight: bold;
   }
   
   
   
   .heads {
   font-weight: bold;
   font-size: 14px;
   }
   
   
   #bottom {
   background: url(img/stg-blue-btm.jpg); 
   height: 377px;
   }
	
	#logo {
	margin-left: auto;
	margin-right: auto;
	width: 576px;
	margin-top: 50px;
	margin-bottom: 10px;
	}
	
	