body
{
	background: #FCFBF7;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin:0 auto; 
}
a, a:hover, a:visited a:active
{
	color: black;
}
#container
{
margin:90px auto 0; 
text-align:left; 
	width: 850px;
	height: 550px;
	border: 14px solid #D9DEE1;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	background-image:url(images/servo.jpg);
}

#navigation
{
	height: 20px;
	text-align: center;
	padding-top: 4px;
	width: 570px;
	top: 50px;

}
#navigation a, a:hover, a:visited a:active
{
text-decoration: underline;
}
#navigation a
{
	text-decoration: none;
}
#navigation a:hover, a:visited a:active
{
	text-decoration: underline;
}
#content
{
	width: 520px;
	top: 60px;
	height: 428px;
}

#content img {
margin: 2px 15px 10px 0px;
float: left;}

h1  {
padding:0;
margin:16px 10px 10px 15px;
font-size:47px;
font-weight:bold;
letter-spacing: 1px;
font-family: Arial, Helvetica, sans-serif;
color: #545454;
text-decoration: none;}
h1 a {
font-weight:bold;
color: #545454;
text-decoration: none;}
h1 a:hover {
font-weight:bold;
color: #545454;
text-decoration: none;}

h2
{
	margin:0px;
	background-color: #D9DEE1;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #545454;
}
p
{
	padding: 1px 10px;
}