body {
font-family: arial, sans-serif;
}

body a {color: #00f;}
body a:hover {color: #f00;}

#hide-access {
display: none;
}

#home-container, #container {
position: relative;
width: 800px;
margin: 0 auto;
}

#header {
text-align: center;
}

#navigation {
margin: 0px 100px 40px;
padding: 20px 30px;
background-color: #efefef;
}

#stylelinks {
position: absolute;
width: 200px;
top: 50px;
margin: 200px 400px;
}


#how-help {
position: relative;
width: 300px;
float: left;
}

#services {
position: relative;
width: 400px;
float: right;
}

#home-footer, #footer {
position: relative;
clear: both;
text-align: center;
margin: 40px;
padding: 5px;
}

#service-box, #faqs {
position: relative;
margin: 30px auto;
width: 500px;
text-align: center;
}

#faqs {
width: 600px;
}


#service-box ul li, #faqs ul li {
position: relative;
display: inline;
padding: 10px;
}



.title {
text-align: center;
}
