body {
	color: #2a2a2a;
	border: 0; margin: 0; padding: 0;
	background-color: #eeeeee;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif 
}

#container {
	margin-left: auto; margin-right: auto;
	padding-left: 10px; padding-right: 10px; padding-top: 30px; padding-bottom: 10px;
	width: 820px;
	background-image: url(images/bg.jpg); background-repeat: no-repeat;
}

a {
	color: #2b2b2b;
	text-decoration: none;
	font-weight: normal;
}


a:hover {
	color: #979c9c;
	text-decoration: none;
}

h3 {
	font-weight: normal;
}

/* header */

#header {
	height: 80px;
}

#logo {
	background-image: url(images/logo.png);
	float: left;
	height: 43px; width: 413px;
}

#nav {
	margin-top: 05px;
	float: right;
}

#nav li {
	display: inline;
	list-style: none;
	font-size: 25px;
	margin-left: 15px;
}

/* main */

#main {
	width: 820px; height: 525px;
	background-image: url(images/main.jpg);
	margin-top: -10px;
}

#websites {
	width: 515px; height: 460px;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
}

#websitestitle {
	background-image: url(images/websitestitle.png);
	width: 381px; height: 27px;
	margin-left: auto; margin-right: auto;
}

#row1, #row2 {
	width: 515px;
	height: 192px;
	overflow: hidden;
	margin-top: 25px;
}

#website1, #website3 {
	float: left;
}

#website2, #website4 {
	float: right;
}

#other {
	width: 127px;
	float: right;
	margin-right: 65px;
	margin-top: 12px;
}

#othertite {
	width: 127px; height: 22px;
	background-image: url(images/otherstuff.png);
}

#other1, #other2 {
	margin-top: 25px;
	margin-left: auto; margin-right: auto;
}

#other1 {
	margin-left: 5px;
}

#other2 {
	margin-top: 40px;
	margin-left: 2px;
}

/* testimonals */

#testimonals {
	width: 820px;
	margin-top: 30px;
}

#testimonalstitle {
	background-image: url(images/testimonals.png);
	width: 170px; height: 26px;
}

#testimonal1 {
	float: left;
	margin-top: 15px;
	width: 820px;
}

.author {
	width: 200px; float: left;
}

.author li {
	color: #919191;
	list-style: none;
	font-size: 13px;
	line-height: 15px;
	position: relative;
	margin-left: -38px;
	top: -10px;
}


#testimonal2 {
	float: left;
	margin-top: 0px;
	width: 820px;
}

.testimonaltext {
	position: relative;
	top: 2px;
	font-size: 20px;
}