div#container {
	width: 1200px;
	margin: auto;
	text-align: left;
}

td.content {}
td.sidebar {
	width: 250px;
}


/* ! content styles */
	div.content {
		background-image: url(../images/bg_content.png);
		background-repeat: repeat-y;
		width: 941px;
		margin: auto;
		color: #818181;
	}
	div.contentTop {
		background-image: url(../images/bg_contentTop.png);
		background-repeat: no-repeat;
		width: 941px;
		margin: auto;
		height: 14px;
	}
	div.contentBottom {
		background-image: url(../images/bg_contentBottom.png);
		background-repeat: no-repeat;
		width: 941px;
		margin: auto;
		height: 14px;
	}

	div#appContent {
		margin: 0px 3px 0px 3px;
	}
	

/* ! tip styles for page peel effect */
	span.tip {
		display: block;
		margin: 27px 0px 3px 0px;
		padding: 11px 0px 9px 23px;
		font-size: 14px;
		font-weight: bold;
		color: #a19d90;
		background-image: url(../images/bg_tip.png);
		background-repeat: no-repeat;
	}
	
	span.tip span {
		display: block;
		margin: 5px 36px 5px 5px;
		font-size: 11px;
		font-weight: normal;
	}
	
	span.tip span ul {
		padding: 5px;
		margin: 0px;
	}
	
	span.tip span ul li {
		margin: 3px 9px 6px 18px;
	}





