body {
	background-color: rgb(0,0,0);
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: rgb(79,71,55);
	line-height: 1.3em;
	}
	

	
td.sidebar {
	background-image: url(../assets/frameworks/content_bground.jpg);
	background-repeat: repeat;
	}
	
td.content {
	background-image: url(../assets/frameworks/content_bground.jpg);
	background-repeat: repeat;
	}
	
td.con_pad {
	background-image: url(../assets/frameworks/content_bground.jpg);
	background-repeat: repeat;
	}
	
h1 {
	font-weight: bold;
	font-size: 24px;
	color: rgb(45,45,45);
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 10px;
	display: block;
	}
	
h2 {
	font-size: 18px;
	color: rgb(79,71,55);
	margin-top: 0px;
	margin-left: 35px;
	margin-right: 10px;
	background-color: rgb(188,169,125);
	border-top: 1px dotted rgb(109,98,77);
	border-bottom: 1px dotted rgb(109,98,77);
	padding-top: .3em;
	padding-left: 1em;
	padding-bottom: .3em;
	padding-right: 1em;
	display: block;
	}
	

	
p.content {font-family: sans-serif;
	font-size: 14px;
	color: rgb(79,71,55);
	margin-left: 55px;
	margin-right: 30px;
	display: block;
	}
	
ul.content {font-family: sans-serif;
	font-size: 14px;
	color: rgb(79,71,55);
	margin-left: 55px;
	margin-right: 30px;
	display: block;
	}
	
ol.content {font-family: sans-serif;
	font-size: 14px;
	color: rgb(79,71,55);
	margin-left: 55px;
	margin-right: 30px;
	display: block;
	}
	
img.white {
	border: 1px solid rgb(90,90,90);
	}
	
p.sidebar {font-family: sans-serif;
	font-size: 12px;
	color: rgb(109,98,77);
	margin-left: 20px;
	margin-right: 40px;
	display: block;
	}
	
p.sidebar a:link {
	font-weight: bold;
	font-size: 12px;
	color: rgb(67,104,47);
	text-decoration: none;
	}
	
p.sidebar a:visited {
	font-weight: bold;
	font-size: 12px;
	color: rgb(67,104,47);
	text-decoration: none;
	}
	
p.sidebar a:hover {
	font-style: bold;
	text-decoration: underline;
	}
	
p a:link {
	font-weight: bold;
	font-size: 14px;
	color: rgb(67,104,47);
	text-decoration: none;
	}
	
p a:visited {
	font-weight: bold;
	font-size: 14px;
	color: rgb(47,104,65);
	text-decoration: none;
	}
	
p a:hover {
	font-style: bold;
	text-decoration: underline;
	}
	
li a:link {
	font-weight: bold;
	font-size: 14px;
	color: rgb(67,104,47);
	text-decoration: none;
	}
	
li a:visited {
	font-weight: bold;
	font-size: 14px;
	color: rgb(47,104,65);
	text-decoration: none;
	}
	
li a:hover {
	font-style: bold;
	text-decoration: underline;
	}