html {
	margin: 0;
	padding: 0;
	border: none;
	background: #13150e url(../img/html_bg.gif) repeat-x;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#header {
	width: 700px;
	height: 152px;
	font-size: .825em;
	margin: 0 auto;
	background: url(../img/jill_kenton.gif) no-repeat 20px 10px;
}
div#header h1, div#header h2, div#header p, hr, #skip {
	display: none;
}
div#header ul {
	margin: 0;
	padding: 110px 0 0 320px;
	list-style-type: none;
	height: 20px;
	font-size: 11px;
}
div#header ul li {
	display: inline;
}
div#header ul li a {
	display: block;
	float: left;
	color: #eda200;
	text-decoration: none;
	margin: 0 12px 0 0;
}
div#header ul li a:hover {
	color: #fff;
}
div#header ul li a.active {
	color: #fff;
	font-weight: bold;
}
div#header ul li a:hover.active {
	color: #fff;
	cursor: default;
}
div#body {
	background-color: #fff;
	padding: 30px 0;
}
div#body div#content {
	width: 360px;
	margin: 0 auto;
	padding: 0 0 0 320px;
	background: url(../img/jill_kenton.jpg) no-repeat;
	height: 495px;
}
body > div#body > div#content {
	height: auto;
	min-height: 495px;
}
div#body div#content h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #eda200;
	font-size: 1.5em;
}
div#body div#content h3.heading {
	padding: 0 0 1em 0;
}
div#body div#content h4 {
	margin: 0;
	padding: 0 0 .8em 0;
	font-weight: normal;
	font-size: 1em;
	color: #797878;
}
div#body div#content p {
	margin: 0 0 .8em 0;
	padding: 0;
	font-weight: normal;
	font-size: .7em;
	line-height: 140%;
	width: 320px;
}
div#body div#content p strong {
	color: #747474;
}
div#body div#content a {
	color: #cd8200;
	font-weight: bold;
	text-decoration: none;
}
div#body div#content a:hover {
	color: #000;
	text-decoration: underline;
}
div#footer {
	height: 102px;
	background: url(../img/footer_bg.gif) repeat-x;
}
div#footer address {
	width: 360px;
	margin: 0 auto;
	padding: 20px 0 0 320px;
	font-style: normal;
	color: #fff;
	font-size: .7em;
	line-height: 140%;
}
div#footer address a {
	color: #eda200;
	text-decoration: none;
	font-size: .93em;
}
div#footer address a:hover {
	color: #fff;
}

div#footer div#credits {
	width: 360px;
	margin: 0 auto;
	padding: 5px 0 0 320px;
	font-style: normal;
	color: #fff;
	font-size: .625em;
	line-height: 140%;
	color: #545846;
}
div#footer div#credits a {
	color: #545846;
	text-decoration: none;
}
div#footer div#credits a:hover {
	color: #eda200;
}



/* inside */
table, thead, tbody, tr, td {
	padding: 0;
 	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table {
	margin: 1em 0;
}
table caption {
	display: none;
}
table thead tr th {
	text-align: left;
	padding: .4em 0 .35em 0;
	font-size: .875em;
	border-bottom: solid #999 1px;
	color: #eda200;
}
table thead tr th#channel {
	padding-left: .8em;
}
table tbody tr td {
	font-size: .70em;
	color: #555;
	padding: .4em 0 .3em 0;
	border-bottom: solid #ddd 1px;
	line-height: 16px;
}
table tbody tr td strong {
	padding-left: 1em;
	padding-right: 1em;
}
table tbody tr td img {
	vertical-align: top;
	padding: 0;
}
table tbody tr td strong {
	color: #666;
}
ul#pics {
	margin: 0;
	padding: 0;
	list-style-type: none;
} 
ul#pics li {
	display: block;
	width: 90px;
	height: 90px;
	float: left;
	margin: 0;
	padding: 0;
}
ul#pics li a {
	display: block;
	float: left;
	width : 70px;
	height: 70px;
	border: solid #cacaca 1px;
	background-color: #fff;
	padding: 4px;
	color: #ccc;
	font-size: .7em;
}
ul#pics li a:hover {
	border: solid #000 1px;
	background-color: #222;
}
ul#pics li a img {
	border: none;
}



ul#contact_details {
	list-style-type: square;
	font-size: .8em;
	color: #000;
	line-height: 160%;
}
ul#contact_details li a {
	color: #777;
	text-decoration: none;
}
ul#contact_details li a:hover {
	color: #eda200;
}

/* contact form */
form#contact_form {
	margin: 0;
	padding: 0;
}
form#contact_form fieldset {
	padding: 1em;
	margin: 0;
	border: solid #ccc 1px;
}
form#contact_form fieldset legend {
	font-size: .7em;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666;
}
form#contact_form br {
	display: none;
}
form#contact_form fieldset label, form#contact_form fieldset input, form#contact_form fieldset textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	display: block;
}
form#contact_form fieldset label {
	margin: 0 0 .2em 0;
}
form#contact_form fieldset input {
	margin: 0 0 .5em 0;
	padding: 2px 4px;
	width: 310px;
	color: #666;
}
form#contact_form fieldset textarea {
	margin: 0 0 1em 0;
	padding: 2px 2px 2px 4px;
	width: 312px;
	height: 100px;
	overflow: auto;
	color: #666;
}
form#contact_form fieldset input#form_submit {
	margin: 0;
	width: 322px;
	cursor: pointer;
	color: #000;
}
/* end contact form */

/* video */
div#video {
	width: 320px;
	height: 260px;
	padding: 9px;
	border: solid #ccc 1px;
	margin: 1em 0;
}
ol#videos {
	font-size: .8em;
	line-height: 160%;
}
ol#videos li a {
	color: #666;
	text-decoration: none;
}
ol#videos li a:hover {
	color: #eda200;
}
