body {
	margin:0px;
	background-image:url(images/background.jpg);
	height:100%;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	}
	
a {
	color:#04A057;
	}
	
a:hover {
	color:#F6D50E;
	}

#background {
	width:100%;
	background:url(images/header_right.jpg) no-repeat;
	background-position: 735px 0;
	}

#container {
	width:735px;
	background:url(images/napkin2.jpg) top left repeat-y;

	}
	
#header {
	background:url(images/header_right.jpg) no-repeat top right;
	height:166px;
	width:735px;
	float:left;
	}

#sidebar_container{
	height:100%;
	width:213px;
	float:left;

	}
	
#sidebar_t {
	background-image:url(images/napkin.jpg);
	height:300px;
	}
	
	#sidebar_t ul {
		margin:0px;
		padding:0 0 0 20px;
		}
	#sidebar_t li {
		list-style:none;
		height:26px;
		}
		
	#sidebar_t li a:hover {
		padding-left:15px;
		}
		

#content {
	width:447px;
	background-color:#fff;
	float:right;
	padding:0 50px 0 25px;
	}
	
#sidebar_r {
	width:197px;
	height:166px;
	float:right;
	}
	
#footer {
	clear:both;
	background:url(images/footerbg.jpg) no-repeat top right;
	padding-left: 390px;
	color: #FFF;
}

h1 {
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	}
	
h2 {
	margin:0px;
	padding:0px;
	font-size:22px;
	font-weight:bold;
	border-bottom:2px solid #000;
	text-align:center;
	}
	
h3 {
	margin:0px;
	padding:0px;
	font-size:24px;
	font-weight:bold;
	margin-bottom:25px;
	text-align:center;
	color:#0BA358;
	}
	
td h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.quotesource{
	font-size:12px;
	font-weight:normal;
	margin-left:25px;
	}
	
hr.divider {
	width:150px;
	border:0px;
	background-color:#009D4E;
	height:1px;
	text-align:center;
	}
	
.backtotop {
	font-size: 10px;
}
