/*
	styles.css
	Initial code generated by thesitewizard.com's Layout Wizard 3.0.0
*/
body {
	font-family: Arial, Helvetica, sans-serif ;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
	}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;

}
.column-left {
  float: left;
  text-align: justify;
  left:0px;
	top:0px;
	width:300px;
	height:auto;	
	 
}

.column-right {
	float: right;
	left:850px;
	top:0px;
	width:300Px;
	height:auto;
	text-align: justify;	
	}

.column-center {
  
 text-align: justify;
 position:absolute;
 	left:320px;
	top:0px;
	width:320px;
	height:auto;
	
}

.column {
    float: left;
    position: relative;
    width: 20%;
  
    /*for demo purposes only */
    background: #f2f2f2;
    !border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

/*Header & Footer*/
}
div#tswheader {
	color: #000 ;
	background-color: #fff ;
}
div#tswfooter {
	text-align:right;
	width: auto;
	color: #fff;
	background-color: #3361ff	 ;
	margin:750px auto 0px auto;

}

/* Small Creen*/

@media only screen and (max-width: 629px) {
	.column-center {
		float: none ;
		width: 100% ;
	}
	.column-right {
		float: none ;
		width: 100% ;
	}
	.column-left {
		float: none ;
		width: 100% ;
	