/* Structure CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url(../images/bg.gif) top center no-repeat;
}

/* Page */

	#Page {
		width: 960px;
		margin: 0 auto;
		background-color: #FFFFFF;
	}

/* Secondary Content Areas */

	#Content {
		margin: 0 0 0 10px;
	}
	
	#ColumnLeft {
		float: left;
		width: 190px;
		padding: 0 0 0 0;
		background: url(../images/bg-columnleft.gif) #ffffff top left no-repeat;
		text-align: center;
	}
	
	#ColumnRight {
		float: left;
		width: 753px;
		padding: 0 0 0 0;
	}
	
	#ContentShell {
		padding: 25px 0 0 0;
	}
	
	#ContentLeft {
		float: left;
		width: 476px;
		padding: 0 45px 0 30px;
		background: url(../images/bg-content.gif) #ffffff top left no-repeat;
	}
	
	#ContentRight {
		float: left;
		width: 202px;
		padding: 3px 0 0 0;
	}
	
	.clear {
		clear: left;
	}

/* Footer Area */


	#Footer {
		clear:left;
		background: url(../images/bg-footer.gif) #ffffff top left no-repeat;
		border-top: 3px solid #f5dba1;
		padding: 13px 0 20px 75px;
	}