* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:16px;
}


body {
	margin: 0px;
	background-color:black;
}

#container {
	width:800px;
	margin:auto;
	text-align:center;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
}

#banner {
	width:800px;
	border-bottom:1px solid #333333;
}

#nav {
	width:800px;
	border-bottom:1px solid #333333;
}

#lowerbanner {
	width:800px;
}

#content {
	width:760px;
	text-align:left;
	padding:20px;
}

#contentservices {
	width:800px;
	text-align:left;
	background-image:url(images/bg_services.jpg);
	background-position:right;
	background-position:top;
	background-repeat:no-repeat;
}

#contentinservices {
	width:420px;
	padding:20px;
}

#contentcontact {
	width:800px;
	text-align:left;
	background-image:url(images/bg_contact.jpg);
	background-position:right;
	background-position:top;
	background-repeat:no-repeat;
}


p {
	margin-top:0px;
}


#footer {
	width:800px;
	text-align:center;
	margin:auto;
}

#footer p {
	text-align:right;
	font-size:11px;
	margin-top:5px;
}


ul {
	margin-top:5px;
}

li {
	list-style-image:url(images/bullet.gif);
}