@charset "utf-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(../images/logo.gif);

}
#header {
	background:url(../images/header.gif);
	background-color:#000000;
	margin:auto;
	height:150px;
}
#menu{
	margin:auto;
	height:55px;
	background-color:#000000;
	padding-top:16px;
}
#menu-text{
	margin:auto;
	width: 960px;
	font-size: 32px;
	color: #FFFFFF;	
	padding-left:20px;
}
#menu a{
color:#FFFFFF;
}
#menu_bottom{
	margin:auto;
	height:6px;
	background-color:#0066FF;
}
#total {
    width: 938px;
	height:100%;
	position: relative;
	margin: 0px auto;
	margin-top:0px;
	padding:5px 15px 15px 15px;
	background-color: #FFF;
border-left: thin solid #eef4fe;
border-right: thin solid #eef4fe;
}
#content-left{
	background: #FFF;
	float: left;
	width: 670px;
	color:#000000;	
}
#content-right {
	background: #FFF;
	float: right;
	width: 230px;
	color:#000000;
}
#pagecontent{
	background: #FFF;
	float: left;
	color:#000000;	
}
#footer{
    color:#000000;
	height: 30px;
	background:#ffffff;
	font-size:10px;
	padding: 5px 0px 0 0px;
	margin:auto;
	text-align: center;
	clear: both;
	}
	a{
color: #006cff;
}
h2 a{
color: #006cff;
}

/*team page*/
#team_left{
float:left;
width:200px;
height:300px;
}
#team_right{
float:right;
width:700px;
height:300px;
}
.introtext{
color: #006cff;
}
