* {padding: 0px; margin: 0 auto;}
img {border: 0px;}
a {color: #fff000; text-decoration: none;}
a:hover {color: #fff; text-decoration: none;}
body {
background-color: #4e668c;
color: #fff;
font-family: Arial;
font-size: 14px;
}
#header {
height: 70px;
width: 960px;
}
#header .logo {
width: 400px;
float: left;
height: 70px;
}
#header .nav {
float: right;
display: inline;
height: 70px;
padding: 20px;
text-shadow: 1px 1px 1px #000;
font-size: 18px;
}
.nav li {
list-style-type: none;
display: inline;
}
#content {
width: 960px;
height: 700px;
background-color: #4f6185;
border: 1px solid #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#content-about {
width: 960px;
height: 300px;
background-color: #4f6185;
border: 1px solid #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#content-rating {
width: 960px;
height: 1250px;
background-color: #4f6185;
border: 1px solid #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#content-services {
width: 960px;
height: 850px;
background-color: #4f6185;
border: 1px solid #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#content-contact {
width: 960px;
height: 350px;
background-color: #4f6185;
border: 1px solid #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#content-rating p {
padding: 10px;
}
h1 {
text-align: center;
}
.number {
font-family: Helvetica, Arial, sans-serif;
font-size: 54px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -2px;
line-height: 1.2em;
text-align: center;
padding: 10px;
}
.leftside {
float: left;
width: 600px;
}
.leftside p {
padding: 10px;
text-align: justify;
text-indent: 25px;
}
.rightside {
float: right;
display: inline;
width: 300px;
position: relative;
}
#footer {
width: 960px;
height: 30px;
}
#footer p {
padding: 10px;
text-align: center;
font-size: 10px;
}
#footer img {
vertical-align: middle;
}