body {
	font-family: georgia, times, serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #ffb075;
	background: #a20703;
	
}

.mystyle {
        font-family: georgia, times, serif;
        font-size: 8pt;
        color: #ffb075;
}

A:link { 
	color: #f66a04; 
	text-decoration: none; 
	font-weight:bold;
}

A:visited { 
	color:#f66a04; 
	text-decoration: none; 
	font-weight:bold;
}

A:hover { 
	color: #ffffff; 
	text-decoration: underline; 
	font-weight:bold;
}

#wrapper {
	position:relative;
	width:945px;
	margin:0px auto;
	background-image: url(../livingink/Livinginkcntrtile.jpg);
}

#masthead {
	overflow:auto;
	margin:0;
	/*height: 576px;*/
	width: 945px;
	padding: 312px 0 0 0;
	background-image: url(../livingink/Livinginktophead.jpg);
	background-repeat: no-repeat;
}

#innerpage {
	margin:0;
	width: 830px;
}

#contentleft {
	float:left;
	width:130px;
	padding-left:100px;
	text-align:left;
}

#contentright {
	float:right;
	width:440px;
	padding-right:80px;
	text-align:left;
}

#footer {
	clear:both;
	background-color:#b13208;
	height:150px;
}


table.vendors {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #272d2c;
	border-collapse: separate;
}

table.vendors td {
	border-width: 1px; 
	padding: 1px;
	border-style: solid; 
	border-color: #272d2c;
}

/* Thumbnails CSS */

a.thumbs {
	display: block;
	float: left;
	height: 135px;
	width: 135px;
	text-align: center;
	vertical-align: middle;
	background-color: #e5f3f6;
	border: 2px solid #313538; /* 313538 / 272d2c */
	padding: 1px;
	margin: 2px;
}

a.thumbs:hover {
	background-color: #0076a3;
	border: 2px solid #0076a3;
}

a.thumbs img {
	display: block;
	border: 1px solid #313538;
	padding: 0;
}

a.thumb {
	display: block;
	float: left;
	height: 312px;
	width: 241px;
	text-align: center;
	vertical-align: middle;
	background-color: #e5f3f6;
	border: 2px solid #313538; /* 313538 / 272d2c */
	padding: 2px;
	margin: 2px;
}

a.thumb:hover {
	background-color: #0076a3;
	border: 2px solid #0076a3;
}

a.thumb img {
	display: block;
	border: 1px solid #313538;
	padding: 0;
}