body, td, th {
	font-family:arial,sans-serif;
	font-size:13px;
	line-height:1.4em;
}

* { margin:0; border: 0;}

a, object { outline:none; } /* stop that ugly outline around clicked links / objects */
:focus { -moz-outline-style: none; }  /* redundant with outline:none, but can't hurt */
/* NOTE THAT THESE TWO REPORTEDLY DO NOT WORK IN IE
/* Use onfocus="this.hideFocus=true;" as attribute in A or OBJECT tag for IE, or 
use javascript to blur focus in all, e.g.:
http://codylindley.com/Javascript/223/hiding-the-browsers-focus-borders-should-i-shouldnt-i
*/

a:link {
	color: #5e761b;
	text-decoration:none;
}
a:visited {
	color: #5e761b;
	text-decoration:none;
}
a:hover, a:focus {
	color: #ffffff;
	text-decoration:underline;
}
a:active {
	color: #ffffff;
	text-decoration:none;
}

#footer_div {
	font-size:12px;
	color: #9d8b66;
	text-transform:uppercase;
}

.footer_credit {
	font-size:10px;
	text-transform:none;
	line-height:28px;
}

#footer_div a:link, #footer_div a:visited {
	color: #9d8b66;
	text-decoration: none;
}

#footer_div a:hover, #footer_div a:active, #footer_div a:focus {
	color: #ffffff;
	text-decoration: none;
}

form select {
	color:#eae1d5;
	background-color:#ae895b;
	border:2px solid #ae895b;
	border-top-color:#a48052;
	border-left-color:#a48052;
	border-right-color:#bfa27f;
	border-bottom-color:#bfa27f;
	width:120px;
	margin-bottom:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#inside_outer_div {
	width:861px;
	margin:30px auto 6px auto;
	background-image:url(../images/ctw2-inside-bgpaper-sides.png);
}

#inside_top_div {
	width:861px;
	height:149px;
	background-image:url(../images/ctw2-inside-bgtop.jpg);
}

#inside_content_div {
	width:835px;
	background-image:url(../images/ctw2-inside-bgpaper-twine.jpg);
	margin:0 0 0 10px;
	padding:0 0 40px 0;	
}

#inside_nav_left {
	float:left;
	width:178px;
	height:234px;	
	background-image:url(../images/ctw2-inside-bgnavleft.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#inside_taped_label_content {
	width:638px;
	margin:0 15px 0 178px;
	background-image:url(../images/ctw2-inside-bglabel.jpg);
	background-repeat:repeat-y;	
}

#inside_bumper_sticker {
	width:638px;
	min-height:105px;
	margin:20px 15px 0 178px;
	text-align:left;	
	line-height:2.5em;
}

#inside_bottom_fader {
	height:59px;
	width:861px;
	margin:-59px auto 0;
	background-image:url(../images/ctw2-inside-bgpaper-bottomfader.png);
	background-repeat:no-repeat;	
}