
*{
 padding: 0;
 margin: 0;
}

body{
	background: #489FFF url(images/back_all.jpg) repeat-x top;
	font-family: "trebuchet MS",times, verdana, sans-serif ;
   font-size:12px;
	color:  #666666;
}

h1, h2, h3, h4{font-size:130%; letter-spacing:5px;}

p{ font-size:120%; text-align: justify; line-height:160%;}

#container{
 width: 960px;
 margin: 20px auto 20px auto;
}

#header{
 height:140px;
 /*background: #fff;*/
}

#colleft{ float:left; width:420px; margin-right:100px; padding-left:20px; }

#contact{ float:left; margin-top:30px; margin-bottom:30px;}

#content{
 min-height:600px;
 background: #fff;
}

#footer{
 height: 50px;
 overflow: hidden;
}

#footer h1{
 margin-top: 55px;
 font-size: 100%;
 font-weight: normal;
 color:#276FC1; /*#3581D9;*/
}

#footer p{
 text-align: center;
 color: #fff;
 line-height:140%;
}

#footer p span{
 font-size:75%;
}
#footer a{
 text-decoration: none;
 color: #fff;
}
