
body,html { height:100%; }

body {
margin:0;
padding:0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
text-align:center;
min-width:750px;

}

#wrapper { 
margin: 0 auto;
  width: 770px;
  text-align: left;
margin-top:10px;
}


h1, h2, h3, p {
color: #777;
}

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

a:hover {
text-decoration: underline;
}


#header {
 width: 750px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 height: 300px;
 margin: 10px 0px 5px 0px;
}

#navigation {
width: 750px;
word-spacing: 8px;
height: auto;
color: #eee;
text-align: center;
font-size: 9pt;
padding: 0 0 10px 0;
}

#navigation a{
text-decoration: none;
}

#navigation a:hover{
text-decoration: underline;
}

#content { 
 width: 750px;
 color: #FF0066;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: auto;
text-align: justify;
float: left;
}

ul#contentlist {
color: #777;
}

.imageproduct {
float:right; 
width:300px; 
margin: 60px 10px 10px 40px;
}


#footertext {
font-size: 8pt; 
text-align:right;
float:right; }



#codetable
{
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;

	text-align: left;
}
#codetable th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#codetable td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#codetable tbody tr:hover td
{
	color: #009;
}

#codetable {margin:0;padding:0}