img {
	border:0;
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	padding:0;
	background-color:#161614;
	text-align:justify;
	}

#front_right {
	margin:0;
	padding:0;
	width:261px;
	background:url('../images/right-column.png') top left no-repeat;
	}

#paypal {
	width:100%;
	padding-top:360px;
	text-align:center;
	}

#paypal2 {
	width:470px;
	padding-top:12px
	}
	
#toc {
	padding:0px 15px 5px 5px;
	text-align:left;
	width:380px;
	}

	
#toc h2 {
	padding:2px;
	margin:0px;
	}

#toc h1 {
	padding:7px 0 0 0;
	margin:0px;
	}
	
#toc a {
	color:#333;
	}
	
#content {
	padding:0;
	margin-top:0;
	width:413px;
	height:100%;
	text-align:justify;
	}

#inside_header {
	background:url('../images/page_header-inside.png') top left no-repeat;
	margin:0;
	padding:0;
	width:1024px;
	height:88px;
	}
	
#footer {
	padding:10px;
	margin-top:0;
	}

#columns {
	width:800;
	max-width:800;
	margin:0;
	padding:5 10px;
	}
	
#left {
	width:370;
	float:left;
	margin:0 5px;
	}

#right {
	width:370;
	float:right;
	margin:0 32px 0 5;
	}

#pages {
	padding:10 10px 5 5px;
	text-align:left;
	}

	
.toc {
	background-color:transparent;
	background:url('../images/bg-table_of_contents.jpg') top left fixed no-repeat;
	}
	
.content_pages {
	background-color:transparent;
	background:url('../images/bg-page_content.jpg') top left fixed no-repeat;
	}
	
.content_default {
	background-color:transparent;
	background:url('../images/bg-page_content-default.jpg') top left fixed no-repeat;
	}
	
.footer {
	font-family: 'Times New Roman';
	font-size:90%;
	color:#666;
	}

.footer a, .footer a:link, .footer a:visited {
	font-family: 'Times New Roman';
	font-size:95%;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}

.footer a:hover {
	color:#000;
	text-decoration:underline;
	}

h1 {
	font-family:Georgia, Rockwell;
	font-size:150%;
	font-weight:bold;
	color: #333;
	}
	
h2 {
	font-family:Georgia, 'Times New Roman', Rockwell;
	font-size:125%;
	font-weight:bold;
	color: #773e00;
	}

blockquote {
	margin:7px 25px 10px 15px;
	border-left:4px #666 solid;
	border-top:1px #999 dotted;
	border-bottom:1px #999 dotted;
	padding:7px 5px;
	}
	
.frontpage {
	font-size:133%;
	color:#000;
	line-height:1.2em;
	}

.dropcap {
	float:left;
	color:#333;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	line-height:16px;
	padding-top:2px;
	padding-right:3px;
	font-family: 'Times New Roman', Georgia;
	}

.main-list {
	font-family: Georgia, Rockwell;
	color:#333;
	font-size:90%;
	list-style-type:none;
	list-style:none;
	}

.sub {
	font-family: Georgia, Rockwell;
	color:#333;
	font-size:70%;
	}
	
	
.main {
	font-family:'Times New Roman', Georgia, Rockwell;
	color:#333;
	font-size:100%;
	}

.small {
	font-family:'Times New Roman', Georgia, Rockwell;
	color:#666;
	line-height:1.1em;
	font-size:90%;
	}

.smallest {
	font-family:Arial, Helvetica;
	color:#999;
	line-height:12px;
	font-size:11px;
	}

.large {
	font-family:'Times New Roman', Georgia, Rockwell;
	line-height:1.2em;
	color:#333;
	font-size:120%;
	}

.board {
	font-family:'Times New Roman', Georgia, Rockwell;
	line-height:24px;
	font-weight:bold;
	color:#333;
	font-size:16px;
	background:#cdbeae;
	padding:0px 5px;
	}

.form {
	font-family: Garamond;
	font-weight:bold;
	}
	
.form-required {
	font-family: Garamond;
	font-weight:bold;
	color:#a90000;
	}


a, a:link, a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#005382;
	}

a:hover {
	text-decoration: underline;
	color:#005382;
	}



#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}


.less {
	color:#999;
	font-size:12px;
}


#news {
	height:563px;
	width:413px;
	overflow:auto;
	text-align:justify;
	padding:0;
	margin:0;
	background-image:url('http://projecturge.org/images/bg-page_content.jpg') top left fixed no-repeat;
	}

.news {
	background-color:transparent;
	background-image:url('http://projecturge.org/images/bg-page_content.jpg') top left fixed no-repeat;
	font-family:'Times New Roman', Georgia, Rockwell;
	color:#333;
	font-size:100%;
	}
	

	

/* Blog Posts
----------------------------------------------- */

.date-header {
    margin:1.5em 0 .5em;
    }

.post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }

.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.1em;
  color:#077747;
  }
  
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#077747;
  font-weight:normal;
  }
  
.post-title strong, .post-title a:hover {
  color:#333;
  }
  
.post div {
  margin:0 0 .75em;
  line-height:1.1em;
  }
  
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
  
.post-footer em, .comment-link {
  font:67%/1.1em;
  text-transform:uppercase;
  }
  
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
  
.comment-link {
  margin-left:.6em;
  }
  
.post img {
  padding:4px;
  }
  
.post blockquote {
  margin:1em 20px;
  }
  
.post blockquote p {
  margin:.75em 0;
  }
