body {
	margin: 10px;
	padding: 0;
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
}

#wrapper {
	width: 744px;
}

#header {
	width: 744px;
	height: 128px;
	background: #fff url('images/banner.png') top left no-repeat;
}

#menu {
	margin:0;
	padding:0;
	width: 744px;
	height: 24px;
}

#menu a {
	margin:0;
	padding:0;
}

#content-wrapper {
	margin:0;
	padding:0;
	width: 744px;
	height: 273px;
}

#left-content {
	float: left;
	display:inline;
	width: 366px;
	height: 273px;
	background-color: #d6d6d6;
	overflow:auto;
	padding:0 10px;
}

#scroll-bar {
	width: 21px;
	float: left;
	display:inline;
	height: 273px;
	background-color: #d6d6d6;
	vertical-align: middle;
}

#footer {
	width: 744px;
	height: 25px;
	background: url('images/footer.png') top left no-repeat;
}

.home {
	background: url('images/home-bg.png') bottom right no-repeat;
}

.rates {
	background: url('images/rates-bg.png') bottom right no-repeat;
}

.what-we-do {
	background: url('images/what-we-do-bg.png') bottom right no-repeat;
}

.certifications {
	background: url('images/certifications-bg.png') bottom right no-repeat;
}

.software {
	background: url('images/software-bg.png') bottom right no-repeat;
}

.about {
	background: url('images/about-bg.png') bottom right no-repeat;
}

.google-ranking {
	background: url('images/google-ranking-bg.png') bottom right no-repeat;
}