body {
	font-family: Arial, Helvetica, sans-serif;
	background: #336699 url(../images/bg.gif) 0 -4px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #003F7C;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #003468;
}

a:hover {
	text-decoration: underline;
}


h1#logo {
	width: 756px; /*740+8+8*/
	height: 171px;
	margin: 22px auto 0 auto;
	padding: 0;
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: 4px 0;
}

.what {
	background-image: url(../images/what_title_bg.jpg);
}

.portfolio {
	background-image: url(../images/portfolio_title_bg.jpg);
}

.aboutus {
	background-image: url(../images/aboutus_title_bg.jpg);
}

.contact {
	background-image: url(../images/contact_title_bg.jpg);
}

.techniques {
	background-image: url(../images/techniques_title_bg.jpg);
}

div#container {
	width: 756px;
	margin: 0 auto;
	background: transparent url(../images/body_bg.png) repeat-y 4px 0;
}

div#menu {
	background: #494949 url(../images/menu_bg.png) repeat-x;
	margin: 0 8px;
	padding: 0;
	height: 42px;
}

div#menu ul {
	margin: 0 auto;
	padding: 0;
	width: 518px;
	height: 42px;
	list-style: none;
	border-right: 1px solid #545455;
	border-left: 1px solid #2B2B2B;
}

div#menu li {
	margin: 0;
	padding: 0;
	float:left;
}

div#menu a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	height: 42px;
	float:left;
	text-decoration: none;
	color: #CCC;
	font-size: 1.3em;
	padding: 0;
	margin:0;	
	line-height: 42px;
	border-left: 1px solid #545455;
	border-right: 1px solid #2B2B2B;
	text-align: center;
}

div#menu a:hover, div#menu li.selected a {
	color: white;
	background: #494949 url(../images/pushed_bg.png) repeat-x;
	border-right: 1px solid #707070;
}

li#what a {
	width: 93px;
}

li#portfolio a {
	width: 142px;
}

li#about a {
	width: 85px;
}

li#contact a {
	width: 106px;
}

li#techniques a {
	width: 82px;
}

div#content {
	margin: 0 8px;
	padding: 1px 60px;
	background: transparent url(../images/content_fade.png) repeat-x;
	line-height: 130%;
}

div#content h1, div#content h2 {
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 2em;
	margin: 1em 0;
}

div#content h2 {
	font-size: 1.5em;
}

div#footer {
	width: 756px;
	margin: 0 auto;
	background: transparent url(../images/bottomcap.png) no-repeat 4px 0;
	text-align: center;
	padding: 20px 0 10px 0;
	font-size: .6em;
	color: #D7E6F4;
}

div#googlebox {
	width:333px;
	height: 30px;
	margin: 2em auto 0 auto;
	padding: 0 0 0 37px;
	background: url(../images/searchbak.png) no-repeat;
}

input#googlesearch {
	border: 1px solid black;
	background: white;
	margin: 5px 0 0 0;
	padding: 0;
	width: 175px;
	height: 18px;
}

input#btnG {
	float:right;
}

div.sitedescrip {
	height: 100%;
}

div.sitedescrip img {
	float: left;
	margin: 0 0 1em 0;
}

hr {
	height: 1px;
	clear: left;
	border: 0;
	border-bottom: 1px solid #B5D1EC;
}

div.sitedescrip h3 {
	font-size: 1em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left:180px;
}

div.sitedescrip p {
	margin-left:180px;
}

dt {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}