body {
  margin-left: 1%; 
  margin-right: 1%;
  margin-top: 1%;
  color: black; 
 	font-family: Arial, Verdana, sans-serif;
  width: 920px;
  font-size: 12px;
}

#navigation {
 float: left;
 width: 120px;
 background-color: #00aeef;
}
	#navigation ul
	{
		margin-left: 0;
		margin-top: 0;
 		padding-left: 0;
 		list-style-type: none;
 		font-family: Arial, Helvetica, sans-serif;
	}

	#navigation a
	{
  	display: block;
  	padding: 3px;
  	width: 114px;
  	color: #fff;
  	background-color: #036;
  	border-bottom: 1px solid #eee;
	}

	#navigation a:link, #navlist a:visited
	{
  	color: #EEE;
  	text-decoration: none;
	}

	#navigation a:hover
	{
  	background-color: #369;
  	color: #fff;
	}

#overview 
{
   margin-left: 130px;
   border: 3px solid #00aeef;
}

	#overview a
	{
  	display: block;
  	padding: 3px;
  	background-color: #036;
  	color: #fff;
  	text-decoration: none;
	}

	#overview a:link, a:visited
	{
  	color: #fff;
	}

	#overview a:hover
	{
  	background-color: #369;
  	color: #fff;
	}

#acontent {
   margin-left: 130px;
   border: 3px solid #00aeef;
	 padding: 8px;
}

	#acontent p 
	{
		color: #036;
		font-size: 14px;
	}
	#acontent img
	{
		float: right;
		clear: right; 
	}
	#acontent h1 
	{
		color: #036;
		font-size: 16px;
	}

	#acontent a, a:link, a:visited
	{
  	color: #036;
	}

	#acontent a:hover
	{
  	color: #369;
	}
	#acontent td
	{
  	font-size: 12px;
		color: #036;
		vertical-align: top;
	}

#product {
   margin-left: 130px;
   border: 3px solid #00aeef;
}

#product a, a:link, a:visited
{
  color: #036;
}

#product a:hover
{
  color: #369;
}

#product td
{
  font-size: 12px;
	vertical-align: top;
}

#footer {
  clear: both;
  font-size: 10px;
  color: #666
}

