body, h1, h2, h3, h4, h5, p, ul, li, fieldset, legend{
	margin:0;
	padding:0;	
}

ul, li{
	list-style:none;
}


body{
	text-align:center;
	font-family:arial, sans;
	font-size:12px;
	line-height:2em;
	background:#454131;
	padding-top:10px;
}

#container{
	width:1000px;
	margin:0 auto;
	text-align:left;
	border:solid 10px #ffffff;	
}

#header{
	height:194px;
	background:url("images/header.gif") left top no-repeat;
}

#header h1{
	padding-top:50px;
	padding-left:40px;
	float:left;
}

#header h1 a{
	display:block;
	text-indent:-999999px;
	width:350px;
	height:75px;	
}

#header ul{
	float:right;
	text-align:right;
	list-style:none;
	margin:60px 60px 0 0;
	display:inline;	
}

#content{
	background:url("images/bg.gif")	left top no-repeat;
	height:500px;
	text-align:center;
}

#footer{
	height:100px;
	background:#454131 url("images/footer.gif")	left top repeat-x;
	padding-top:30px;
	padding-left:1em;
}

#services{
	text-align:left;
	width:250px;
	margin:0 auto;
	padding-top:100px;
}