body {
	background: #FFF url("images/gradient.jpg") repeat-x top right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color: #868686;
	line-height: 1.6em;
	padding: 20px 0px 0px 0px;
}

p {
	margin: 0px;
}

#outer {
	background: url("images/outer.gif") no-repeat top left;
	width: 660px;
	height: 500px;
	margin: 0 auto;
}

#container {
	width: 600px;
	height: 437px;
	border: 1px solid #999;
	background: #FFF url("images/bottom.jpg") no-repeat bottom right;
	margin-bottom: 5px;
	position: relative;
	left: 30px;
}

#masthead {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 117px;
	width: 600px;
	background: url("images/masthead.jpg") no-repeat top left;
}

#masthead a {
	display: block;
	height: 80px;
	width: 170px;
}

#header {
	padding: 0px 10px 5px 10px;
	width: 49%;
	float: left;
	height: 20px;
	font-size: 0.9em;
	position: absolute;
	top: 90px;
	left: 0px;
}

#email {
	height: 20px;
	position: absolute;
	top: 90px;
	right: 10px;
}

#email a {
	padding: 3px 30px 0px 0px;
	margin-right: 6px;
	color: #666;
	background: url("images/email.jpg") no-repeat center right;
}

#email a:hover {
	background: url("images/emailup.jpg") no-repeat center right;
	color: #5EA2E2;
}

h3 {
	font-size: 1.25em;
	font-weight: normal;
	margin: 0px;
	padding-left: 6px;
	display: inline;
	text-transform: uppercase;
	color: #666;
}

#content {
	position: absolute;
	top: 117px;
	height: 210px;
	width: 568px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #B5B5B5;
	padding: 8px 16px 0px 16px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}

#content p {
	margin: 0px 0px 10px 0px;
}

#content ul {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px 25px 0px 0px;
}

#content #leftblock .aboutlink {
	position: absolute;
	top: 190px;
	left: 15px;
}

.bigger {
	font-size: 1.3em;
	text-align: center;
	line-height: 2em;
	color: #999;
}

#clientpics {
	margin-top: 15px;
}

#clientpics img {
	margin-bottom: 5px;
}

td {
	padding: 0px 40px 0px 0px;
}

.rowhead {
	color: #333;
}

.head {
	color: #4F4F4F;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #5EA2E2;
}

#leftblock {
	width: 33em;
}

.left_float {
	float: left;
}

.logo_block {
	width: 180px;
	height: 60px;
}

#navigate {
	padding: 0px 6px 0px 6px;
	margin-top: 10px;
	position: absolute;
	top: 335px;
	left: 10px;
	line-height: 1.7em;
}

#navigate p, #navigate a {
	text-transform: uppercase;
	color: #666;
}

#navigate a {
	padding: 2px 0px 0px 20px;
	background: url("images/boxgrey.jpg") no-repeat center left;
	text-decoration: none;
}

#navigate .highlight {
	background: url("images/boxblue.jpg") no-repeat center left;
}

#navigate a:hover {
	background: url("images/boxlight.jpg") no-repeat center left;
	color: #5EA2E2;
}

img {
	border: 0px;
}

#outer img {
	margin-right: 30px;
}

#ads {
	position: relative;
	left: 90px;
	top: 40px;
}


