body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 25px;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

#container {
	text-align: center;
	margin: 0 auto;
	width: 780px;
}

#header h1 {
	background-repeat: no-repeat;
	height: 141px;
	width: 780px;
	text-indent: -20000px;
	margin: 0;
}

#content {
	background-repeat: no-repeat;
	height: 266px;
	width: 780px;
	text-indent: -20000px;
}

#footer {
	background-image: url(images/Liquid_03.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 780px;
	text-indent: -20000px;
}

#footer .legal {
	text-indent: 0;
	text-align: right;
	margin: 0px 85px 0 0;
	padding-top: 120px;
	font-size: smaller;
	color: silver;
}	

#footer .legal p {
	margin: 0;
}

#navigation {
	position: absolute;
	top: 473px;
	margin-left: 90px;
	font-size: 12px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin-bottom: 10px;
}

#navigation a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover {
	border-bottom: 2px solid yellow;
}

#home .home,
#design .design,
#contact .contact {
	border-bottom: 1px dotted white;
}	

