/***** DIVS *****/
body {
	color: black;
	background-color: black;
	background-image: url("images-main/backgrounds/black-tile.jpg");
	background-repeat: repeat;
	font-size: 15px;
	font-family: "Helvetica","Arial",sans-serif;
	text-align: center;
	margin: 0px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 1006px;
	min-height: 802px;
}
	.boards {
		z-index: -1;
		position: absolute;
		top: 0px;
		bottom: 0px;
		height: 100%;
		width: 72px;
		background-repeat: repeat-y;
	}
		#boards-left {
			left: 0px;
			background-image: url("images-main/backgrounds/boards-left.png");
		}
		#boards-right {
			right: 7px;
			background-image: url("images-main/backgrounds/boards-right.png");
		}
	#canvas {
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 67px;
		left: 67px;
		width: 864px;
		background-color: white;
		background-image: url("images-main/backgrounds/canvas.jpg");
		background-repeat: repeat-y;
		z-index: -2;
	}
	
	#main {
		padding: 15px;
		padding-right: 90px;
		padding-left: 90px;
		z-index: 10;
	}
		#banner {
			width: 100%;
		}
			#logo {
				height: 192px;
				width: 777px;
				background-image: url("images-main/backgrounds/logo.png");
				background-repeat: no-repeat;
			}
			
			#header-photo {
				margin-left: 650px;
				margin-top: -15px;
			}

		#menu {
			float: left;
			height: 350px;
			width: 150px;
			padding: 25px;
			line-height: 1.5;
			font-family: SignPainter;
		}
			#menu a {
				color: black;
			}
			#menu a:hover {
				color: white;
				text-decoration: none;
			}
		
		#content {
			padding: 25px;
			padding-left: 75px;
			padding-right: 50px;
			text-indent: 20px;
		}
			#people {
				margin-left: 125px;
			}
				#people p {
					margin: 0;
				}
			#writings {
				margin-left: 125px;
			}
			#about {
				margin-left: 125px;
			}
		#footer {
			height: 200px;
			padding-left: 50px;
		
		}
			#footer img {
				float: left;
				padding-right: 25px;
			}
			#footer .more_info {
				padding-top: 50px;
				font-family: SignPainter;
				font-size: 16px;
			}
		
		#donate {
			clear: both;
			margin-left: 550px;
		}

#watermark {
	position: absolute;
	bottom: 0px;
	left: 45%;
	height: 99px;
	width: 181px;
	background-image: url("images-main/watermark.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

ol {
	list-style-position: inside;
}


/***** CLASSES *****/
.profile {
	float: left;
	padding-right: 15px;
	border: 0px;
	height: 125px;
}

/***** GENERAL *****/
h2 {
	font-family: SignPainter;
	font-size: 20px;
	text-indent: 0;
	margin: 0;
}
h3 {
	font-family: SignPainter;
	font-size: 16px;
	font-weight: normal;
	text-indent: 0;
	margin-bottom: 0;
}
img {
	border: 0;
}

/*
@font-face {
	font-family: SignPainter;
	src: url('SignPainter.ttf');
}
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 28, 2011 */
@font-face {
    font-family: 'SignPainter';
    src: url('signpainter-webfont.eot');
    src: url('signpainter-webfont.eot?iefix') format('eot'),
         url('signpainter-webfont.woff') format('woff'),
         url('signpainter-webfont.ttf') format('truetype'),
         url('signpainter-webfont.svg#webfontY2HoJQtw') format('svg');
    font-weight: normal;
    font-style: normal;
}



/***** LINKS *****/
a:link {
	color: #4a5e82;
	text-decoration: none;
}
a:visited {
	color: #4a5e82;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

