/* color palette
dull
 #000 #222 #464 #595 #9a5 #997
vibrant
 #fff #132 #472 #2b1 #bc1 #cb6
*/

/* 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 { list-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;
	visibility: hidden;
	line-height: 0;
}

body {
background: #132 url('../backgrounds/body_bg-820x10.gif') top center repeat-y;
font-family: Georgia sans-serif, Century sans-serif, sans-serif;
font-size: 12px;
color: #fff;
text-align: center;
}
a, a:active, a:visited { color: #fff000; }
a:hover {}

#container {
background: #0d180e;
width: 800px;
text-align: left;
margin-left: auto;
margin-right: auto;
}
	#header {
	}
		#branding {
		height: 230px;
		padding-top: 10px;
		background: url('../backgrounds/forest_bg.gif') top center no-repeat;
		text-align: center;
		}
		#branding_headers {
		background: url('../backgrounds/gnav_bg-20x20.gif');
		font-family: Lucida Sans Console, Lucida Sans, sans-serif;
		}
		#branding_headers h1 {
		font-size: 30px;
		}
		#branding_headers h2 {
		font-size: 24px;
		}
		#global_navigation {
		background: #000;
		}
		#global_navigation li {
		float: left;
		display: block;
		padding: 10px;
		}
		#global_navigation li a {
		color: #fff;
		background: #000;
		text-decoration: underline;
		}
		#global_navigation li a:hover {
		color: #fff000;
		}

	#main_content_wrapper {
	width: 580px;
	float: left;
	overflow: auto;
	}
	#main_content h3 {
	font-variant: small-caps;
	text-decoration: underline;
	font-size: 24px;
	margin-bottom: 10px;
	}
	#main_content {
	padding: 10px;
	}
	#sidebar_wrapper {
	width: 220px;
	float: right;
	}
	#sidebar {
	padding: 10px;
	}
	#author {
	text-align: center;
	margin-bottom: 10px;
	clear: both;
	}

/*-------Begin New by AF--------*/
#main_content ul {
	list-style-type:disc;
	margin-bottom:10px;
	}
#main_content ol {
	list-style-type:decimal;
	margin-bottom:10px;
	}

#main_content ul li {
	list-style-type:disc;
	margin: 5px 25px;
	}
#main_content ol li {
	list-style-type:decimal;
	margin: 5px 25px;
	}
/*-------End New by AF--------*/
#snapFish {color:#fff;}