body {
	background: #b4b38e url(http://charlie-cox.com/images/v8/v8_bg.jpg) repeat-x;
	margin: 0px;
	font: 8pt Arial;
	color: #2e3216;
}
a {
	color: #ececdd;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
b, strong {
	color: #4b4e0a;
}
em, u, i {
	color: #676e0c;
}
strike {
	color: #7a795f;
}
a img {
	border: 4px solid #bbba8f;
}
a:hover img {
	border-color: #818062;
}
table, tr, td {
	font: 8pt Arial;
}
textarea, input, select, button {
	background: #a8a783;
	border: 1px solid #9b9e70;
	margin: 1px;
	font: 8pt Arial;
	color: #2e3216;
	padding: 3px;
}

/* SIDE BAR */
#side-bar {
	background: none;
	width: 300px;
	height: auto;
	padding: 5px;
	vertical-align: top;
}
#side-bar h1 {
	font: 11pt Georgia;
	font-weight: bold;
	font-style: italic;
	color: #6a6c25;
	border-bottom: 1px dotted ##6a6c25;
	text-align: center;
	margin: 0px;
	margin-bottom: 5px;
}
#side-bar .main {
	margin: 0px;
	margin-bottom: 15px;
}
#side-bar .text, #side-bar td {
	text-align: justify;
	color: #555545;
}
#side-bar a {
	color: #727735;
	font-weight: bold;
}
#side-bar b {
	color: #dfdbca;
}
#side-bar strike {
	color: #99987a;
}
#side-bar a img {
	border: 1px solid #86856c;
}
#side-bar a:hover img {
	border-color: #dfdccb;
}

/* CONTENTS BODY */
#contents-body {
	background: none;
	width: 613px;
	height: auto;
	padding: 5px;
	vertical-align: top;
}
#contents-body h1 {
	font: 16pt Georgia;
	font-style: italic;
	color: #0a0c1a;
	margin: 0px;
}
#contents-body h2 {
	font: 7pt Arial;
	letter-spacing: 1px;
	color: #646a1d;
	margin: 0px;
	margin-bottom: 10px;
}
#contents-body .main {
	background: #a8a783;
	border: 1px solid #9b9e70;
	padding: 10px;
	margin: 0px;
	margin-bottom: 25px;
}
#contents-body .text {
	text-align: justify;
}
#contents-body blockquote {
	background: #979570;
	border: 1px dotted #72794e;
	padding: 10px;
	color: #d9d7b8;
}

/* LAYOUT */
#welcome-box {
	background: #ddddcf url(http://charlie-cox.com/images/v8/v8_07.jpg) no-repeat;
	width: 235px;
	height: 68px;
	font: 7pt Arial;
	letter-spacing: 1px;
	color: #666b45;
	text-align: justify;
	vertical-align: middle;
}
#latest-photos {
	background: #8d8e61 url(http://charlie-cox.com/images/v8/v8_09.jpg) no-repeat;
	width: 333px;
	height: 68px;
	text-align: center;
	vertical-align: middle;
}
#latest-photos a img {
	border: 1px solid #bcbf9d;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	width: 45px;
	height: 50px;
}
#latest-photos a:hover img {
	border: 1px solid #dfdbc9;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	width: 45px;
	height: 50px;
}
#ad-block {
	width: 728px;
	height: 90px;
}