/* 
 * XtremXpert 
 */

body { 
  background:#ffffff;
}
#header { 
  height:100px; 
  margin:0 auto; 
  padding:0; 
  position:relative;
  width:810px;
}
#title { 
  color:#fff; 
  margin:0; 
  padding:0; 
  text-align:left; 
}
#nav {
  height:50px;
  position:relative;
  width:100%;
  background-color:#CCCCCC;
}
#main { 
  padding:0;
  margin:0 auto; 
  width:810px;
  height:auto;
  text-align:center;
}
#main_content { 
	background:#fff; 
}
.headerbgb { 
    background-image: url(images/header_bg_b.png);
	background-repeat:repeat-x;
	background-color:#fff;
	margin-left:10px;
	margin-right:10px;
}
.headerbgy { 
    background-image: url(images/header_bg_y.png);
	background-repeat:repeat-x;
	background-color:#fff;
	margin-left:10px;
	margin-right:10px;
}
#footer { 
  padding:0;
  margin:0 auto;
  width:810px;
  height:50px;
  background-color:#ffffff;
  background-image:url(images/footer_bg.png);
  background-repeat:repeat-x;
}
.footer {
  list-style:none;
  display:inline;
  color:#999999;
}
.footer li {
  float:left;
  margin-left:10px;
  padding-top:10px;
}
.footer li a {
  float:left;
  color:#999999;
}
.footer li a:hover {
  text-decoration:none;
}
#main_content .container { 
  background:#fff; 
}
.container { 
  width:810px; 
}
.borderme {border: 1px solid #c3c3c3;}