body {
	color: black;
	background-color: white;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
	padding:0;
	width: 100%;
	text-align: center;
}

#page {
	display: block;
	width: 707px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: 707px;
	height: 155px;
	margin-top: 77px;
}

#header span {
	background: url(images/cocamware_weblogo.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1, h2, p, ul {
	padding-left: 5px;
}
