body{
	margin:0;
	padding:0;
	background:#191919;
}

#container{
	border:0;
	width:912px;
	height:100%;
}


/* HEADER with Logo and Function links */

#head{
	width: 100%;
	height: 90px;
	border-bottom: 5px solid #191919;
	background-color:#FFFFFF;
}
#logo{
	float:left;
}
#searchbar{
	float:right;
	margin-right:0px;
	position:relative;
	width:350px;
}

#mini-links {
	position:relative;
	top: 0px;
	left:0px;
	padding-bottom: 10px;
}
#mini-links a{
	font-size:10px;
	color:#999999;
	text-decoration:none;
	padding: 0px 0px 0px 19px;
}
#mini-links a:hover{
	text-decoration:none;
	color: #666666;
}

/* search form: */
#searchform {
	margin: 0px 0px 0px 0px;
} 

#searchform input, #searchform textarea, #searchform select {
  margin-bottom: 5px;
  padding: 2px;
  color: #000;
  background: #eee;
  width:190px;
  font: normal 11px "lucida sans unicode", serif;
  border: 1px solid #000;
}

#searchform input.button {
  border:none;
  font: normal 10px "lucida sans unicode", serif;
  color: #fff;
  background: #3977A7;
  width: 44px;
  padding-top: 3px;
  margin-top: 2px;
  padding-left: 2px;
}

#searchform input:focus,
#searchform input:hover,
#searchform textarea:focus,
#searchform textarea:hover,
#searchform select:focus,
#searchform select:hover {
  color: #000;
  background: #e2e1e1;
}
/* end of search form */

/* end of HEADER with Logo and Function links */


/* CONTENT area */

#content{
	background-color:#fff;
	border-right: 5px solid #191919;
	padding:10px;
	padding-right:8px;
	width:634px;
}
* html #content{
	width:650px;
}
#contentright, #frontbottomright{
	background-color:#fff;
	width:257;
	
}
#contentright .box{ 
	padding:0 7px 0 7px; 
	border-bottom: 5px solid #191919;
}

#contentright h3{ 
	border-bottom: 1px dashed #999999;
}

#frontbottom{
	background-color:#fff;
	border-top: 5px solid #191919;
	border-right: 5px solid #191919;
	padding:10px;
}
#frontbottomright{
	border-top: 5px solid #191919;
	padding:10px;
}
#flashcontent{
	margin-bottom:10px;
}

#icoach{
	background-image: url("../images/icoach-icon.png");
	background-repeat: no-repeat;
	background-position: top right;
	height: 115px;
	text-align:left;
	border-bottom: 5px solid #191919;
	padding:5px;
}

/* end of CONTENT area */

/* FOOTER area */

#footer{
	border-top: 5px solid #191919;
	border-bottom: 10px solid #191919;
	height:40px;
	text-align:center;
	background-color:#fff;
}
/* end of FOOTER area */

input, textarea, select {
	border:none;
  margin-bottom: 5px;
  padding: 2px;
  font: normal 13px arial;
  color: #fff;
  background: #191919;
  font: normal 11px "lucida sans unicode", serif;
}

#sitemap{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-left:10px;
}
