@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);
@import url(content.css);
/* ----------------------------------------------------- Page layout */

body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x repeat-y;

}
#page {
	width:960px;
	margin:0 auto;
	padding-top: 1em;

}


#content {
	float:left;
	width: 960px;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-y;
	background-position: top center;
	
}

#col1 {
	float:left;
	width: 150px;
	margin-left: 30px;
}


#col2 {
	width:560px;
	float:left;
	margin-right: 20px;
}
#col3 {
    width:170px;
   float:right;
  	margin-right: 30px;
  	padding-top: 100px;
  	background-image: url(../img/bg_col3.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#header {
	height: 225px;
	margin: 0 auto;
}

#footer {
	clear:both;
	background: url(../img/bg_footer.png) no-repeat;
	height: 200px;
	padding-left: 120px;
	padding-top: 80px;	
}
#footer img {
	float:left;
}