@charset "utf-8";
/* CSS Document */


img { behavior: url(../iepngfix.htc); }


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color:#454545;
}


a {
	outline: none;
	text-decoration:none;
	color:#454545;
}

a:hover {
	color: #111;	
}

img {
	border: 0;	
}

h1 {
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;	
}

h1 a {
	color: #111;	
}


/**common**/

#wrapper {
	margin:auto;
	margin-top: 75px;
	margin-bottom: 50px;
	width: 1000px;
	height: 559px;
	background:url(../images/home_bgr.jpg) top no-repeat;
}

#leftcol {
	width: 331px;
	height: 559px;
}	

#leftcol_content {
	width: 227px;
	height: 272px;
	padding: 42px 52px 100px 52px;
}

#leftcol_logo {
	width: 331px;
	height:129px;
	background:url(../images/logo.png) top no-repeat;
	behavior: url(../iepngfix.htc);
}

#leftcol_menu {
	width: 331px;
	/*margin-top: 100px;*/
	margin-top: 5px;
	height: 29px;
	behavior: url(../iepngfix.htc);
}

#leftcol_menu img {
	position:relative;
	float:left;
	behavior: url(../iepngfix.htc);
}

#rightcol {
	width: 669px;
	height: 559px;	
}

/*#rightcol img {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position:relative;
	float:left;
}*/


#rightcol_inner {
	width: 565px;
	height: 475px;
	padding: 42px 52px 42px 52px;
}

/**common**/

/**about**/

.about_bgr {
	background:url(../images/about_leftcol_bgr.jpg) top no-repeat;	
}

.about_bgr1 {
	background:url(../images/group.jpg) top no-repeat;
}
/**about**/



/**team**/

/*
.team_pic {
	margin-right: 30px;
	margin-bottom: 30px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
}
*/
.team_container {
	height: 129px;
	width: 475px;
	display:block;
	padding-bottom:10px;
}

.team_left {
	height: 129px;
	width: 129px;
	float:left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display:block;
}

.team_right {
	margin-left: 20px;
	height:129px;
	display:block;
	
}

/**team**/



/**misc**/

.floatleft {
	position: relative;
	float:left;
}

.floatright {
	position: relative;
	float:right;
}

.clear {
	clear: both;	
}

.grey_bgr {
	background:#e5e5e5;	
}

.link_underline {
	border-bottom:1px solid #ae5d5c;	
}

/**misc**/

.style1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color:#454545;
}


