body {
 font-size: 62.5%;
 margin-top:25px;
}

* {margin:0; padding:0;} /* this tag is added globally*/

img {
	border: none;
}

#wrapper {
 width:990px;
 margin-left:auto;
 margin-right:auto;
}

#header {
 height: 150px;
 background-color: #666;
}

#navigation {
 width:150px;
 float:left;
 background-color: #999;
}

#content  {
 width:670px;
 float:left;
 background-color: #CCC;
}

#right_side{
 float:left;
 width:170px;
 background-color: #999;
 }

#footer {
 clear:both;
 width:990px;
 background-color: #666;
}

h1 {
 font-family:Verdana, Geneva, sans-serif;
 font-size:1.6em;
 font-weight:bold;
 letter-spacing:1px;
 padding-left: 20px;
}

p {
 font-family:Arial, Helvetica, sans-serif;
 font-size:1.2em;
 line-height:1.7em;
 padding-left: 20px;
}

