body, h1, h2, h3, h4, img, p, div, span, blockquote, ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #000;
	color: #FFF;
/*	padding-top: 200px;*/
/*	background-image: url('../img/sample_work_bg.jpg');
*/}

#top, #main {
	width: 950px;
	margin: 40px auto;
}

#menu {
	padding: 0 0 0 93px;
	width: 280px;
	float: left;
}

#content {
	padding: 0 0 0 54px;
	width: 480px;
	float: left;
}

#top h1 {
	font-size: 1px;
	text-indent: -9999px;
	background: #000 url('../img/3-group_header.png') no-repeat;
	width: 374px;
	height: 27px;
}

#top h1 a {
	display: block;
	float: left;
	position: relative;
	height: 25px;
}

#top h1 a#header {
	width: 240px;
}

#top h1 a#email {
	width: 120px;
	margin-left: 10px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li a {
	display: block;
	background-repeat: no-repeat;
	width: 273px;
	font-size: 1px;
	text-indent: -9999px;
/*	behavior: url(iepngfix.htc);*/
}

#menu ul li#aboutus a {
	height: 51px;
	background-image: url('../img/menu_off_about.png');
}

#menu ul li#aboutus a:hover, #menu ul li#aboutus a.active {
	background-image: url('../img/menu_on_about.png');
}

#menu ul li#work a {
	height: 60px;
	background-image: url('../img/menu_off_work.png');
}

#menu ul li#work a:hover, #menu ul li#work a.active {
	background-image: url('../img/menu_on_work.png');
}


#menu ul li#news a {
	height: 54px;
	background-image: url('../img/menu_off_news.png');
}

#menu ul li#news a:hover, #menu ul li#news a.active {
	background-image: url('../img/menu_on_news.png');
}

#content div.news {
	margin-bottom: 2em;
/*	border: 1px solid red;*/
}

#content h2 {
	font-size: 18px;
	line-height: 1.2em;
}

#content h3 {
	font-size: 13px;
	margin: -5px 0 10px 0;
	line-height: 1.2em;
}

#content p {
	font-size: 17px;
	line-height: 1.2em;
	margin-bottom: 1em;
}

#content div.team_member {
	margin-top: 1em;
}

#content div.team_member h4, #content div.team_member p {
	display: inline;
}

#content div.team_member h4 {
	font-size: 16px;
}

#content div.team_member p {
	font-size: 14px;
}

#content div.team_member address {
	font-size: 13px;
	font-style: normal;
}