body {

	min-width: 948px;

	text-align: center;

	margin-top: 0px;

	font-family: Verdana;

	font-size: 12px;

	color: #666666;

	background-color: #CCCCCC;

	background-attachment: inherit;

	/*background-image: url(bg.png);*/

	/*background-repeat: repeat-y;*/
	
	/*background-position: center top;*/

	overflow: scroll;

}

#container {

	text-align: center;

	width: 948px;
	
	margin:0 auto;

	padding-right: 5px;

	padding-left: 5px;
	
	background-image: url(bg.png);

	background-repeat: repeat-y;
	
	background-position: center top;

}

#sidebar {

	width: 250px;

	float: left;

	margin-top: 0px;

	margin-left: 5px;

}

	#feature {

	width: 225px;

	border: 1px solid #999999;

	font-size: 11px;

	margin-top: 10px;

	margin-bottom: 10px;

	margin-left:10px;

	background-color:#CCCCCC;

}

#text {

	width: 600px;
	
	height: 600px;

	float:left;

	text-align:left;

	margin-left: 40px;

	margin-top: 20px;
	
	line-height: 20px
	
}

	a:link {

	color: #333333;

	text-decoration: none;

	font-family: Verdana;

	font-size: 11px;

	}

	a:visited {

	text-decoration: none;

	color: #666666;

	font-family: Verdana;

	font-size: 11px;

	}

	a:hover {

	text-decoration: none;

	color: #999999;

	font-family: Verdana;

	font-size: 11px;

	}

	a:active {

	text-decoration: none;

	color: #666666;

	font-family: Verdana;

	font-size: 11px;

	}

	li {

	text-decoration:none;

	}

#content {

	overflow:hidden;

	padding-left: 15px;

}

#footer {

	/*position: absolute;*/
	position: relative;
	
	width: 948px;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #999999;

	background-color:#FFFFFF;

	padding-top: 5px;

	padding-bottom:5px;

	bottom:0px;

}

	a:link {

	color: #666666;

	text-decoration: none;

	font-family: Verdana;

	font-size: 11px;

	}

	a:visited {

	text-decoration: none;

	color: #666666;

	font-family: Verdana;

	font-size: 11px;

	}

	a:hover {

	text-decoration: none;

	color: #999999;

	font-family: Verdana;

	font-size: 11px;

	}

	a:active {

	text-decoration: none;

	color: #666666;

	font-family: Verdana;

	font-size: 11px;

	}

	li {

	text-decoration:none;

	}

img {

	border: none;

}

