/*
(c) Lias Media Ltd


*/
@import url("reset.css");

body{
	background: #202020 url(../images/back.jpg) no-repeat top center;
	font: 1em/1.2em Lucida Sans Unicode, sans-serif;
}

#wrapper {
  width: 520px;
  margin:  auto;
  padding: 1em 0 2em 0;
  border: 0;
}
#main{
  color: #fff;
  padding: 0 1em;
}
#header,#invoicing #logo,#summary,#contact,#detail,#foot{
  float: left;
}
#header{
	width:100%;
}
#header p{
  color:#ff6000;
  font-size:0.85em;
  margin-left:1em;
  clear:both;
}
#header p.welcome{
	font-size: 1.2em;
	margin-bottom: 1em;
}





#home #logo{
  margin: 10em auto 1em auto;
  width: 500px;
  background: url(../images/cstlogo.png) no-repeat 0px -10px;
  height: 400px;
  text-indent: -9999px;
}




strong{
	font: 900 1em "Lucida Sans Unicode",sans-serif;
  color:#fff;
}



#foot{
margin: 1em;
  font-size: 0.9em;
  }
#foot p#otherinfo{
	font-size: 0.7em;
}
