body, html * {
	margin:0;
	padding:0;
}

a {
 color:#3bc9da;
 }

body {
	background-color:#183671;	
	font: 13px Arial, Helvetica, sans-serif;
	line-height:21px;
	color:#fff;
}

h1#branding a {
	width:340px;
	height:100px;
	position:absolute;
	top:0;
	left:420px;
	text-indent:-9999px;
}

#container {
	width:769px;
	margin:auto;
}

#header {
	background:url(../images/header.jpg);
	width:769px;
	float:left;
	height:208px;
	position:relative;
}

#title {
	position:absolute;
	top:110px;
	left:250px;
}

#content {
	background:url(../images/bg.jpg);
	width:769px;
	float:left;
}

.column1 ul,
.column2 ul
.column3 ul
.column4 ul {
	margin:0 0 0 5px;
	padding:0 0 0 10px;
	}


.column1{
	width:520px;
	float:left;
	padding: 0 10px 30px 20px;
	position: relative;
}

.column2{
	width:270px;
	float:left;
	padding: 0 10px 0 25px;
}

.column3{
	width:260px;
	float:left;
	padding: 0 10px 0 20px;
	position:relative;
}

.column5{
	width:530px;
	float:left;
	padding: 0 10px 0 185px;
	position:relative;
}

.right {
	float:right!important;
	padding-right:15px;
}

.column4{
	width:530px;
	float:left;
	padding: 0 10px 0 20px;
}


#navi {
	width:161px;
	float:left;
}

#navi li {
	height:20px;
	list-style:none;
	text-align:right;
}

#navi li a:link,
#navi li a:visited {
	color:#fff;
	text-decoration:none;
	width:141px;
	height:20px;
	display:block;
	padding-right: 20px;
	background:url(../images/but_off.gif) 9px 0 no-repeat;
}

#navi li a:hover,
#navi li a:active {
	color:#fff;
	text-decoration:none;
	background:url(../images/but_on.gif) 9px 0 no-repeat;
}

#footer {
	background:url(../images/bot.jpg) no-repeat 0 -835px ;
	width:579px;
	height:45px;
	float:left;
	color:#fff;
	padding:105px 0 0 190px;
	font-size:12px;
	line-height:15px;
	color:#A9B8D7;
}

.floatleft {
	float: left;
}

.teamcontainer {
	width: 166px;
	height: 124px;
	float: left;
	position: relative;

}

.teambild {
	width: 153px;
	height: 110px;
	margin: 9px 6px 5px 7px;
}

.teambildborder {
	background: url(../images/teamborder.gif) no-repeat;
	width: 166px;
	height: 124px;
	z-index:20;
	position:absolute;
	top:0px;
	left:0px;
}

.teaminformation {
	width: 350px;
	height: auto;
	float: left;
}

.clear {
	clear: both;
}
