/* General template-specific CSS */

body {
	background:url(../images/testbg3.jpg) repeat;
	}
	
	#leftsection {
	float: left;
	background-color: #fff;
	border: 1px solid #000;
	width: 77%;
	margin: 0 8px 0 0;
	padding: 10px;
	clear: both;
	}
	
#sidebar {
	width: 18%;
	float:right;
	background-color: transparent;
	margin: 0 2px 0 0;
	font-size: .9em;
	}
	
#sidebar img {
width: 100%;
}
	
.links {
	background-color: #eee;
	margin: 0 0 0 0;
	border: 1px solid #000;
	margin: 0 0 10px 0;
	}
	
.links p {
text-align: left;
}	
	
.links h2 {
	display: block;
	background-color: #000;
	color: #fff;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	margin: 0;
	padding: 2px 2px 2px 2px;
	font-weight: normal;
	}
	
.links ul li {
	margin-left: -10px;
	padding: 3px 0 3px 0;
	}
	

/* End general template CSS */

