@charset "utf-8";
/* CSS Document */
@import url('nav.css');
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#e3a857;
	color:#fffafa;
	}
a{
	text-decoration:none;
	outline:none;
	}	
.rounded{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;			
	}
.toprounded{
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;			
	}	
#wrapper{
	width:980px;
	height:auto;
	margin:0 auto;
	padding:0;
	}
#Container{
	width:980px;
	height:auto;
	margin:0 auto;
	padding:0;
	float:left;
	background:#c5b358;
	}
#HeaderOuter{
	width:980px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	}
#Logo{
	width:auto;
	height:103px;
	float:left;
	margin:2px 0px 7px 15px;
	padding:0;
	}
#CodeOuter{
	width:auto;
	float:right;
	margin:5px 10px 0 0;
	padding:0;
	height:0;
	}	
#BannerOuter{
	width:980px;
	height:295px;
	float:left;
	margin:0;
	padding:0;
  }
 #portfolio{
	width:980px;
	height:295px;
	margin:0px auto 0 auto;
	padding:0;
	float:left;
	/*background:url(../images/stage_bg.png) repeat;*/
  } 
 #ScrollOuter{
	width:960px;
	height:40px;
	float:left;
	margin:5px 10px;
	padding:0px;
	border:1px solid #333;
	background:url(../images/nav_b_bg.png) repeat-x;
	}	
#ScrollDivContent{
	width:960px;
	height:30px;
	float:left;
	margin:0px 10px;
	padding:0px;
	line-height:30px;
	font-size:18px;
	color:#fff;
	}	 
#BodyContentOuter{
	width:980px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	}
	