html {
	height:100%;
	margin:0;
	padding:0;
}

@font-face {
    font-family: 'taile';
    src: url('fonts/taile.eot');
    src: url('fonts/taile.eot?#iefix') format('embedded-opentype'),
         url('fonts/taile.woff') format('woff'),
         url('fonts/taile.ttf') format('truetype'),
         url('fonts/taile.svg#VINERITC') format('svg');
}

body {
	height:100%;
	font-family:Arial;
	font-size:11px;
	color:#000;
	margin:0;
	padding:0;
	background:#fff;
	font-family:taile;
	font-size:17px;
	color:#254a50;
}

img {
	border:0px;
}

h1{
  margin:0;
  padding:0;
  font-size:18px;
}

a {
  font-weight:bold;
  text-decoration:none;
  color:#254a50;
}

li {
  list-style:none;
  background: url("../img/li.png");
  background-repeat:no-repeat;
  background-position:0px 6px;
  padding:0px 0px 0px 25px;
}

.clearer {
	clear:both;
}

#container {
	min-height:100%;
	width:1280px;
	background:#d5e3e3;
	background-image:url('../img/bg.jpg');
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
}

#top {
	height:362px;
	width:1280px;
	padding-top:45px;
}

#content_container {
	width:1040px;
	padding:0px 120px 130px 120px;
}

#column1 {
	width:700px;
	float:left;
}

#column2 {
	width:340px;
	float:left;
}

#ben{
  margin:10px 20px 0px 0px;
}

#contact{
	width:700px;
	display:none;
}

#contact input, #contact textarea{
  font-family:taile;
	font-size:17px;
	color:#254a50;
	height:40px;
	width:400px;
	background:#fff;
	border:0px;
	border-radius:30px;
	padding:10px 20px 10px 20px;
}

#contact textarea{
  height:200px;
  padding:20px;
}

#footer {
  position:relative;
  top:-90px;
  height:55px;
	width:1040px;
	background:#254a50;
	color:#fff;
	margin:0px auto 0px auto;
	padding:35px 120px 0px 120px;
}

#footer a {
  color:#fff;
  font-weight:normal;
}