body {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma;
	font-size: 9pt;
	background-image: url(images/pat_20050823003407.gif);
}

#container1 {
	position: relative;
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
	border: 1px solid black;
}

#container2 {
	
}

#header {
	background-image: url(images/header.jpg);
	width: 600px;
	height: 130px;
}

#menucontainer {
	background-color: #857d49;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#menu {
	list-style: none;
	padding: 3px 0px 3px 0px;
	margin: 0;
}

#menu li {
	display: inline;
	color: #fff;
	padding-left: 25px;
	padding-right: 10px;
	font-family: Garamond;
	font-size: 12pt;
	font-weight: bold;
}

#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #f9ed23;
}

#main {
	width: 446px;
	background: url() #ebf1f2;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
}

#right {
	width: 154px;
	background: url(images/edge.gif) repeat-y;
	background-color: #9fd172;	
	text-align: center;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
}

.clipphoto {
	width: 150px;
}

.deck {
	margin: 3px 0px 15px 0px;
}

.clip {
	margin-bottom: 20px;
}

#footer {
	color: white;
	font-weight: bold;
	background-color: #857d49;
	border-top: 1px solid black;
	text-align: center;
	padding: 3px 0px 3px 0px;
}


/* Read.php */
#full {
	
	background: url() #ebf1f2;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
}

.title {
	font-size: 13pt;
	font-weight: bold;
	margin-top: 15px;
}

.source {
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

.pubdate {
	font-size: 9pt;
	//font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	text-align: left;
}

#content ol, #content ul {
	margin-left: 20px;
	padding-left: 0px;
}

#content li {
	margin-bottom: 10px;
}

#content .compact li {
	margin-bottom: 3px;
}

img.bordered {
	border: 1px solid #999999;
}

img.inline {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}


/* Contact.php */
.input {
	width: 300px;
	font-family: Arial, Tahoma;
	font-size: 10pt;
	padding-left: 3px;
	padding-right: 3px;
}

textarea.input {
	width: 98%;
	height: 200px;
	margin-right: 10px;
}

.submit {
	font-family: Arial, Tahoma;
	font-size: 9pt;
	font-weight: bold;
}

.quote {
	margin-top: 20px;
	text-align: left;
}

.author {
	text-align: right;
	font-style: italic;
}

.spread {
	float: left;
	width: 100px;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	border: 1px solid #999999;
}

a {
	color: #658549;  //#517171;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 11pt;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	padding-bottom: 0px;
	background: url(images/flower2.gif) no-repeat;
	background-position: right center;
	text-align: left;
}

h3 {
	font-size: 10pt;
	margin: 0;
	padding: 0; 
}

p {
	margin: 3px 0px 15px 0px;
}

.endcap {
	font-weight: bold;
}

.rightsidebar {
	float: right;
	width: 225px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 5px 10px;
	border: 1px solid black;
	background-color: #dddddd;
}

.leftsidebar {
	float: left;
	width: 225px;
	padding: 10px 10px 0px 10px;
	margin: 0px 10px 5px 0px;
	border: 1px solid black;
	background-color: #dddddd;
}

.small {
	font-size: 8pt;
}

.wide {
	width: 300px !important;
}

.subheader {
	font-weight: bold;
	margin-bottom: 0px;
}

.bottombar {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid black;
	background-color: #dddddd;
}