/*===[ Styles by mrbiotech ]===*/
* body {
	padding: 0;
	margin: 0;
	}
body {
	text-align: left;
	background: #000 url("images/logo.gif") no-repeat top left;
	color: #fff;
	border: 0px;
	margin: 0px;
	padding: 0px;
	min-width: 750px;
	}
img {
	border: 0px;
	}
#title {
	padding-right: 2em;
	}
#title h1 {
	margin: 13px 0 7px 0;
	}
#title h2 {
	padding: 0;
	}
#header {
	padding: 0px;
	margin: 0px;
	background: #000000 url("../images/head_tile.png") repeat-x top left;
	min-height: 131px;
	clear: both;
	}
#title a, #header a {
	border: 0px;
	}
.container {
	float: left;
	display: inline;
	margin-left: 380px;
	margin-right: 30px;
	text-align: left;
	padding: 0px;
	clear: both;
	min-width: 300px;
	max-width: 1000px;
	}
p, ul, ol, li, ul li, ol li,code, samp, pre {
	padding: 0.2em 0.4em;
	}
li {
	list-style-position: outside;
	margin-left: 40px;
	}
blockquote {
	font-family: garamond;
	font-style: italic;
	color: #860;
	background-color: #fed;
	padding: 0.8em;
	border-right: 1px solid #edc;
	border-bottom: 1px solid #edc;
	}
blockquote p:first-letter {
	float: left;
	padding: 0 6px 6px 0;
	font-size: 3.5em;
	}
/*===[ Boxes ]===*/
.box1 {
	background: #fff url(images/top_ugh.gif) top left no-repeat;
	margin: 1em 0 0 0;
	font-style: italic;
	}
.box1 h2:first-child {
	padding: 40px 8px 0 8px;
	}
.box2 {
	background: #fff url(images/top_layingdown.gif) top left no-repeat;
	margin: 1em 0;
	font-style: italic;
	}
.box2 h2:first-child {
	padding: 50px 8px 0 8px;
	}
div.box1 p:last-child, div.box2 p:last-child {
	background: #fff url(images/btm.gif) bottom right no-repeat;
	color: #321;
	font-size: 0.8em;
	font-style: italic;
	min-height: 11px;
	}
.box3 h2:first-child {
	background: #fff url(images/top.gif) top left no-repeat;
	margin: 0;
	}
.box3 p, .box3 ul, .box3 ol, .box3 h2,  .box3 h3, .box3 h4, .box3 h5, .box3 ul li, .box3 ol li {
	padding: 0.2em 0.4em;
	}
.box3 {
	color: #321;
	font-size: 0.8em;
	font-style: italic;
	background: #fff url(images/btm_hangingon.gif) bottom right no-repeat;
	padding-bottom: 124px;
	}

#commentpanel {
	clear: both;
	border-top: 1px solid #222;
	background-color: #111;
	min-height: 100px;
	}
#commentpanel .subcol {
	border-right: 1px dotted #444;
	}
#footer {
	clear: both;
	margin: 0;
	background-color: #222222;
	border-top: 1px solid #665;
	padding: 0 0.5em;
	overflow: auto;
	}
#footer p+p{
	border-top: 1px dotted black;
	padding: 0.5em;
	}
.imgleft, .imgright {
	padding: 10px;
	background-color: #fed;
	border-left: 1px solid #dbc;
	border-top: 1px solid #dbc;
	border-right: 1px solid #ba9;
	border-bottom: 1px solid #ba9;
	}
.imgleft {
	float: left;
	margin: 0 10px 10px 0;
	}
.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}
.center {
	text-align: center;
	}
.innerbox {
	font-size: 0.7em;
	}
.boxed {
	background-image: url("../images/catbg.jpg");
	background-repeat: repeat-x;
	background-color: #141414;
	border: 1px solid #141414;
	padding: 6px;
	}


/*===[ Typography ]===*/
body {
	font-family: 'IM Fell English SC', Baskerville, Garamond, serif;
	font-size: 150%;
	color: #876;
	x-letter-spacing: 0.1em;
	}
h1, h2, h3, h4 {
	font-family: Meddon, cursive;
	clear: both;
	}
h1 {
	font-size: 64px;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.1em;
	}
p {
	line-height: 120%;
	font-size: 1em;
	}
b {
	color: #775;
	}
#title {
	text-align: left;
	}
#title h1 {
	font-size: 1.6em;
	color: #fff;
	}
#title h2 {
	color: #777;
	font-size: 0.8em;
	}
#header {
	text-align: center;
	}
#title a, #header a {
	text-decoration: none;
	}
#footer {
	font-size: 0.8em;
	}

/*===[ Table styles ]===*/
table {
	border-top: 1px solid #432;
	border-bottom: 1px solid #432;
	margin: 0.5em;
	}
table th {
	padding: 0 20px 0 20px;
	font-weight: bold;
	border-bottom: 1px solid #432;
	text-align: center;
	font-style: italic;
	letter-spacing: 0.2em;
	text-shadow: 2px 2px 3px #222;
	color: #689;
	}
table td {
	border-top: 1px dotted #210;
	padding: 0.4em;
	}


/*===[ Link styles ]===*/
a {
	text-decoration: none;
	}
a:link {
	color: #99D171;
	}
a:visited {
	color: #C1C1A1;
	}
a:hover {
	color: #D1FFD1;
	border-bottom: 2px solid #55ff55;
	}
a:active {
	color: #FFFFC1;
	}
