body {
	background-color: #000000;
	color: #CCCCCC;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top:40px;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	background-position:top center;
}

a {
  outline: none;
  text-decoration: none;
}
a:link { color: #FFF; }
a:visited { color: #CCC; }
a:hover {
  color: #F88;
  text-decoration: none;
}

.header2 {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {color: #999999}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 868px;
	text-align: left;
}

#logo {
	float:left;
	margin-bottom:10px;
}

#menu {
	width: 457px;
	height: 9px;
	color: #FFFFFF;
	text-align: right;
	font-size:12px;
	float:right;
	margin-top:80px;
}

#content {
	width:100%;
	padding-top:100px;
	float:inherit;
}
#contentbackground {
	width:100%;
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	padding-top:10px;
	padding-bottom:10px;
}
#insidecontent {
	border-style:solid;
	border-color:#333;
	border-width:thin;
	padding:40px;
	margin:20px;
}
#service3 {
	width: 170px;
	height: 83px;
	color: #999999;
	font-size: x-small;
	float:left;
	margin-left:20px;
	margin-top:100px;
}

#service2 {
	width: 169px;
	height: 68px;
	color: #999999;
	font-size: x-small;
	margin-left:20px;
	margin-top:100px;
	float:left;
}

#service1 {
	width: 170px;
	height: 97px;
	color: #999999;
	font-size: x-small;
	float:left;
	margin-top:100px;
}
#contact {
  float:right;
  margin-top:100px;
}
#social {
  	margin-top:300px;
	text-align:center;
}
#footer {
	color: #999999;
	font-size: x-small;
	margin-top:20px;
	text-align:center;
}
hr.thin {
height: 1px;
border: 0;
color: #333;
background-color: #333;
width: 80%;
} 
