@charset "UTF-8";
/* CSS Document */
body, html {
background-color: #ffffff;
margin: 0;
padding:0;
font-family:verdana,sans-serif;
font-size: 12px;
line-height: 1.8em;
width: 100%;
height: 100%;
}

#page{
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#topBar {
color: #FFFFFF;
background-color: #86a1a8;
padding: 0 10px 10px 10px;
margin-bottom: 35px;
font-size: 1.6em;
text-align: center;
}

#topBar a:link, #topBar a:visited {
	color: #fff;
}

#topBar a:hover {
	background: #fff;
	color: #86a1a8;
}


div, a {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #86a1a8;
}
.box{
background-color:#ffffff;
}

.boxTop         { background: url(../gfx/boxCornersTop.gif) repeat-x; }
.boxTop div     { background: url(../gfx/boxCornersTopLeft.gif) no-repeat top left; }
.boxTop div div { background: url(../gfx/boxCornersTopRight.gif) no-repeat top right; }

.boxBot         { background: url(../gfx/boxCornersBottom.gif) repeat-x; }
.boxBot div     { background: url(../gfx/boxCornersBottomLeft.gif) no-repeat top left; }
.boxBot div div { background: url(../gfx/boxCornersBottomRight.gif) no-repeat top right; }

.boxContentWrap { background: url(../gfx/boxCornersLeft.gif) repeat-y left; }
.boxContent     { background: url(../gfx/boxCornersRight.gif) repeat-y right;  }
.minheight { min-height: 255px; }

.boxTop div,.boxTop,.boxBot div,.boxBot {
	height: 6px;
	font-size: 1px;
}
.boxContent  { padding:50px 50px 50px 50px; margin:0px;  }



/* end:box */

#about { 
width: 435px;
}
#contact {
float: right;
width: 435px;
}
#image { 
width: 450px;
}
#team {
float: right;
width: 435px;
}
.row {
width : 900px;
}

.sep {
	clear: both;
	padding: 0;
	margin: 0;
}

h1 {
margin: 0;
padding: 0;
}