* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
    background-color: #e6dcc9;
	padding: 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
.hide {
	display: none;
}

#container {
	Z-INDEX: 100;
	BACKGROUND: url(img/page_bg_m.gif) #fff repeat-y center 50%;
	LEFT: 50%;
	MARGIN-LEFT: -410px;
	OVERFLOW: auto;
	WIDTH: 820px;
	POSITION: relative
}
#pageHeader {
	BACKGROUND: url(img/page_bg_tb.gif) no-repeat right 0px;
	MARGIN: 0px auto;
	WIDTH: 820px;
	POSITION: relative;
	HEIGHT: 10px
}
#extraDiv1 {
	BACKGROUND: 0px 20px #ffffff url(img/page_bg_tb.gif);
	LEFT: 50%;
	MARGIN-LEFT: -410px;
	WIDTH: 820px;
	POSITION: relative;
	HEIGHT: 20px;
}

#Page {
	width: 800px;
	background-color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

#Header {
	height: 60px;
}
#Logo {
	float: left;
	width: 160px;
	height: 42px;
	margin: 9px 0px 0px 40px;
	background-image: url('img/logo.gif');
}
#Mainnmenu {
	float: right;
	margin: 23px 40px 0px 0px;
	font-size:14px;
	color:#a0a0a0;
}
#Img {
	height:200px;
	position:absolute;
	top:70px;
}
#Content {
	width: 800px;
	margin-top:200px;
	background-color: #ffffff;
}
#Content p {
	margin: 0px 0px 5px 0px;
	padding:0px;
	line-height:18px;
}
#Content h3 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
#Content #left {
	width: 405px;
	margin: 20px 20px 0px 40px;
	padding: 0px;
	float: left;
	display: inline;
}
#Content #left #top {
	margin-bottom:20px;
}
#Content #left #top h3 {
}
#Content #left #aboutus {
	width: 220px;
	margin: 0px 20px 20px 0px;
	padding: 0px;
}
#Content #left #aboutus h3 {
	color:#27456c;
}
#Content #left #services {
	width: 165px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float: right;
	display: inline;
}
#Content #left #services h3 {
	color:#43571b;
}
#Content #left #contact {
	clear:both;
	padding: 0px;
	margin: 0px;
	color: #666666;
}
#Content #left #contact a {
	color:#333333;
	text-decoration:none;
}
#Content #left #contact a:hover {
	text-decoration:underline;
}
#Content #right {
	width: 305px;
	margin: 20px 20px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: right;
	display: inline;
}
#Content #right #slogan {
	width:262px;
	height:51px;
	margin: 25px 20px 40px 20px;
	padding: 0px;
	background-image:url('img/slogan.gif');
}
#Content #right h3 {
	margin-left: 10px;
}
#portfolio a {
	float: left;
	margin: 11px;
	padding: 3px;
	border: 1px #cebf9f solid;
}
#portfolio a:hover {
	border: 1px #404040 solid;
}
#portfolio img {
	border: 0;
	display:block;
}
#tooltip.fancy {
	border: none;
	width: 210px;
	padding: 20px;
	height: 20px;
	background: url('img/shadow.png');
}
#tooltip.fancy h3 {
	margin-top: 0px;
	margin-bottom: 9px;
	width: 210px;
	text-align: center;
	color: #111;
	font-size: 14px;
}
#tooltip.fancy p {
	width: 190px;
	text-align: left;
	color: #222;
	font-size: 10px;
	text-align: left;
	padding: 0 10px;
}
#slideshow {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}
