* {
	margin:0;
	padding:0;
}
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #8F9DAA;
	margin-top: 20px;
	margin-bottom: 21px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a {
	color: blue;
	text-decoration: underline;
}

p, ul, ol, hr, table , h1, h2{
	margin-bottom: 13px;
}
h1 {
	font-family: "Arial Narrow", Arial, Gadget, sans-serif;
	font-size: 25pt;
}

ul, ol {
	margin-left: 30px;
}


#all {
	background-color: white;
	width: 750px;
	margin: 0 auto;
}
ul#topmenu {
	list-style-type:none;
	padding:0;
	height:57px;
	margin-left:355px;
	margin-bottom: 0px;
}
ul#topmenu li {
	float:left;
	display:inline;
	height:57px;
}
ul#topmenu li#wwd a {
	background:url(images/whatwedo.jpg) 0 0 no-repeat;
	width:100px;
}
ul#topmenu li#port a {
	background:url(images/portfolio.jpg) 0 0 no-repeat;
	width:85px;
}
ul#topmenu li#contact a {
	background:url(images/contactus.jpg) 0 0 no-repeat;
	width:106px;
}
ul#topmenu li#serv a {
	background:url(images/services.jpg) 0 0 no-repeat;
	width:84px;
}
ul#topmenu li#wwd a:hover, ul#topmenu li#port a:hover, ul#topmenu li#contact a:hover, ul#topmenu li#serv a:hover {
	background-position:bottom left;

}
ul#topmenu li a {
	display:block;
	height:57px;
	text-indent:-999em;
}
#keys {
	width: 710px;
	height: 231px;
	margin: 0 auto 20px auto;
	background-image: url(images/key.jpg);
}
#wrapper {
	margin: 0 20px;
}
table#content {
	width: 100%;
	margin: 0;
	padding: 0;
}
table#content td {
	vertical-align: top;
}

table#content td#left {
	width: 180px;

}
table#content td#center {
	width: 20px;
}
table#content td#right {
}
#page_header {
	width: 176px;
	height: 33px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	height: 20px;
}
#sa {
	text-align: center;
	padding: 7px 0;
	font-size: 14pt;
	font-family: "Arial Narrow", Arial, Gadget, sans-serif;
	border-top: 1px solid #ccc;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#sa a {
	text-decoration: none;
	color: blue;
	padding: 4px 8px;
	font-weight: bold;
}
