@charset "utf-8";
/* CSS Document */
#outer-wrapper {
  width: 1017px;
  margin:0 auto;
  text-align:left;
top:0px;

  }
body
{
	background-color:#675c52;
}
#banner-wrapper
{
	height:203px;
	width:1007px;
	position:relative;
	float:left;
	top:0px;
}
#banner-top
{
	background-image:url(bannerTop.jpg);
	height:65px;
	width:1007px;
	position:relative;
	float:left;

}
#link-wrapper
{
	background-color:#46382c;
	height:39px;
	width:1007px;
	position:relative;
	float:left;
}
#link-wrapper img
{
	border:0px;
}

#banner-bottom
{
	background-image:url(bannerBottom.jpg);
	height:99px;
	width:1007px;
	position:relative;
	float:left;
}

#content-wrapper
{
	height:auto;
	width:1007px;
	position:relative;
	float:left;
	background-image:url(wallpaper.jpg);
	background-repeat:repeat-y;
}
#sidebar
{
	height:auto;
	padding-left:84px;
	padding-right:30px;
	margin-top:10px;
	width:277px;
	position:relative;
	float:left;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
}
#sidebar img{border:none;}
#sidebar a{text-decoration:none;}

#sidebar .excite
{
	font-weight:bold;
	font-size:16px;
	color:#FFF;
}

#content
{
	height:auto;
	padding-left:25px;
	padding-right:15px;
	margin-top:-81px;
	width:576px;
	position:relative;
	float:right;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
}
#content img{border:none;}
#content a{text-decoration:none;}
