body {background-image: url(../assets/frameworks/site_background.jpg);
	background-repeat: x,y;
	font-family: sans-serif;
	font-size: 14pt;
	color: rgb(30,30,30);
	margin: 0px;
	}
	
tr.content {background-image: url(../assets/frameworks/page_background.jpg);
	background-repeat: repeat-y;
	}
	
td.sidebar {border-right: 1px dotted rgb(30,30,30);
	font-size: 10pt;}
	
p.sidebar {margin-left: 20px;
	margin-right: 10px;
	line-height: 1.5em;}
	
.captions {
	font-size: 9pt;
	color: #333333;
	line-height: 1.2em;
	margin-right: 40px;
	}
	
img.white {
	border: 5px solid rgb(255,255,255);
	}
	
img.thumb {
	border: 3px solid rgb(255,255,255);
	}
	
ul.content {margin-left: 20px;
	margin-right: 40px;
	font-size: 11pt;
	line-height: 1.3em;}
	
h1 {font-size: 28pt;
	font-weight: normal;
	margin-right: 20px;
	margin-bottom: 0px;}
	
h2 {font-size: 14pt;
	background-color: rgb(199,199,135);
	border-top: 1px dotted rgb(90,90,90);
	border-bottom: 1px dotted rgb(90,90,90);
	padding: 3px;
	margin-right: 30px;
	}
	
p.content {margin-right: 30px;
	font-size: 11pt;
	line-height: 1.5em;}
	
p.copyright {font-size: 9pt;
	color: rgb(90,90,90);}