/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
:link,:visited { text-decoration:none }
ul,ol { xlist-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
.clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
}

body {
background-color: #efefef;
font-family: Arial, sans-serif;
color: #999;
font-size: 12px;
text-align: center;
}

h1, h2, h3, h4, h5 { color: #000; }
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }

a, a:visited, a:hover, a:active {
color: #000;
}

#container {
width: 788px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 30px;
text-align: left;
}

#header {
position: relative;
height: 123px;
background: url("header-bg.gif"/*tpa=http://home.comcast.net/~ironmanpastor/pwp_assets/default/backgrounds/header-bg.gif*/) top left no-repeat;
}

#header h1 {
position: absolute;
top: 40px;
left: 40px;
}
#header h2 {
position: absolute;
top: 70px;
left: 40px;
}

#content {
background: url("content-bg.gif"/*tpa=http://home.comcast.net/~ironmanpastor/pwp_assets/default/backgrounds/content-bg.gif*/) top left repeat-y;
padding: 0px;
width: 788px;

}

#global_navigation {
background: url("gnav-bg.gif"/*tpa=http://home.comcast.net/~ironmanpastor/pwp_assets/default/backgrounds/gnav-bg.gif*/) top left repeat-x;
border: solid 1px #ececec;
width: 718px;
margin-bottom: 20px;
margin-left: 34px;
}
		#global_navigation li {
		float: left;
		padding: 6px 15px 7px 15px;
		display:block;
		}
		html* #global_navigation li {
		padding: 4px 15px 0 15px;
		}
		#global_navigation li a {
		display: -moz-inline-block;
		display: inline-block;
		xheight: 15px;
		color: #999;
		}
		#global_navigation li a:hover {
		}

#main_content {
width: 490px;
border-right: dotted 2px #ececec;
padding: 20px 10px;
margin-left: 34px;
overflow: auto;
}


* html #main_content {
width: 460px;
}


#main_content ol, ul {
	margin:5px 0;
	}
#main_content ul li {
	margin:0 25px;
	}
#main_content ol li {
	margin:0 25px;
	}


#sidebar {
float: right;
width: 200px;
padding: 20px 0px;
margin-right: 34px;
}

#author {
text-align: center;
}

#footer {
background: url("content-footer.gif"/*tpa=http://home.comcast.net/~ironmanpastor/pwp_assets/default/backgrounds/content-footer.gif*/) top left no-repeat;
height: 20px;
}

