/* 
    Document   : styles
    Created on : 25-Sep-2008, 14:31:49
    Author     : men
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

img{
    border:none
}

.container{
    width:970px;
    border-collapse:collapse;
    margin:auto;
	 background:#fff;
	 float:left;
	 position:relative;
}
.top{
   background:#fff;
 width:970px;
float:left;
	
}

.logo{
   background:#fff;
   float:left;
	
	
}
.content{
  width:970px;
 float:left;
  background:url(/images/bg.jpg) repeat-y;
}
.content_left{
 width:170px;
 float:left;
	
	
}
.content_right{
  width:780px;
 	float:left;
	padding-left:20px;
	padding-top:20px;
	
	 height:100%;
	
}
.footer{
    width:970px;
  	background:#FFFFFF;
	
	text-align:center;
}