body {
	margin: 0;
	padding: 0;
	background-color: #fff9ea;
	font:12px/18px verdana;
}

p {
font:12px/18px verdana;
color:#000;
}

p a {
color:#AA3700;
}

p a:hover {
color:#FF6633;
}
p a:visited {
color:#AA3700;
}
p a:active {
color:#AA3700;
}
#decorative-header {
	height: 19px;
	background-color: white;
	border-bottom:  1px solid #DBDDCF;
}
#navigation {
	position:absolute;
	left:282px;
	top:103px;
	zindex:11;
}
#navigation a img {
	border-bottom:  1px solid #DBDDCF;
}
#navigation a.active img {
	border-bottom:  2px solid white;
}
#main {
	border-left:  2px solid #DBDDCF;
	border-right:  2px solid #DBDDCF;
	background-color: white;
}
.footer {
margin-left:20px;
margin-top:10px;
margin-bottom:5px;
font:11px verdana;
line-height:14px;
color:#666;
}

.footer a {
text-decoration:none;
font:11px verdana;
color:#666;
}

.footer a:visited {
color:#666;
}

.footer a:hover {
text-decoration:underline;
}
.watch {
	margin:0px 30px 0px 30px;
}
.watch .odd, .watch .even {
	clear:both;
}
.watch img.thumb {
	margin-bottom:20px;
	border-width: 0px;
}
	.watch .even img.thumb {
	float:left;
	margin-right:10px;
}
.watch .odd img.thumb {
	float:right;
	margin-left:10px;
}
