body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#CCC;
}

#pagecontainer {
	width:900px;
	margin:0px auto;
	position:relative;
	border:1px solid #000;
	border-bottom-style:none;
	background-color:#FFF;
}

#toppanel {
	width:890px;
	height:18px;
	padding:5px 0px 0px 10px;
	background:url(../images/bg_top.gif) repeat-x #1f1f1f;
}

#toppanel img {
	width:15px;
	height:11px;
	border-width:0px;
}

#toppanel a {margin:0px 12px;}

#header {
	width:900px;
	height:243px;
	background:url(../images/header.jpg) no-repeat #1f1f1f;
	cursor:pointer;
}

#headline {
	width:100%;
	height:4px;
	background:url(../images/bg_headline.gif) repeat-x #bebebe;
	font-size:0px;
}

.headermenu {
	display:block;
	text-decoration:none;
	position:absolute;
	top:23px;
	width:110px;
	height:270px;
	background:transparent no-repeat;
}

.headermenu span {
	display:block;
	text-decoration:none;
	position:absolute;
	bottom:9px;
	left:32px;
	font-size:11px;
	color:#97989a;
	width: 62px;
}

.headermenu span {text-decoration:none; cursor:pointer;}
.headermenu:hover span {text-decoration:underline;}

#homebox {
	right:302px;
	background-image:url(../images/bg_home.png);
}

#homebox span {left:39px;}
#homebox:hover {background-image:url(../images/bg_home_o.png);}

#servicesbox {
	right:194px;
	background-image:url(../images/bg_services.png);
}

#servicesbox:hover {background-image:url(../images/bg_services_o.png);}

#contactsbox {
	right:86px;
	background-image:url(../images/bg_contacts.png);
}
#contactsbox:hover {background-image:url(../images/bg_contacts_o.png);}

#contentbox {
	width:100%;
	border-bottom:1px solid #000;
	margin-bottom:1px;
}

#contentbox td.column1 {
	width:53%;
	padding-left:15px;
	padding-top:0px;
}

#contentbox td.column2 {
	width:47%;
	vertical-align:top;
	padding-left:15px;
	padding-top:20px;
}

#contentbox h2 {
	font-size:14px;
	margin:10px 0px;
}

#contentbox h1 {
	font-size:16px;
	margin:10px 0px;
	color:#666;
	font-weight: 900;
}

#contentbox h2.tag {
	font-size:14px;
	color:#666;
	font-style: italic;
	padding:0px;
	margin: 0px;
}

#contentbox p {
	margin:10px 0px 20px;
	font-size:12px;
}

.list1 {
	list-style:none inside;
	padding:0px;
	margin-left:0px;
}
.list1 li {
	background:url(../images/bullet.gif) no-repeat 0px 6px;		
	padding-left:15px;
	_padding-left:0px; /* IE6 hack */
	font-weight:bold;
	font-size:12px;
	margin:10px 0px;
}

#outmngteam img {
	float:left;
	display:block;
	margin-right:20px;
	width:113px;
	height:152px;
}

#outmngteam strong {font-size:12px;}

#outmngteam p {margin:0px 0px 15px;}

#footer {
	width:100%;
	height:108px;
	background:url(../images/bg_footer.png) no-repeat #101116;
	padding-top:6px;
}

#footer div {
	width:100%;
	text-align:center;
}

#footer span {white-space:nowrap;}

#footer a {
	margin:0px 17px;
	font-size:11px;
	color:#97989a;
	text-decoration:none;
}

#footer a:hover {text-decoration:underline;}

