/** Generic Styles **/
body {
	font-family: 'times new roman',serif;
	background-image: url('lrock052.gif');
	background-repeat: repeat;	
}


h1 {
	font-family: arial, sans-serif;
	font-size: 28px;
	color: #000;
	text-align: center;
}

table {
	border: 3px solid #000;
	width: 800px;	
	background-color: #B5CADE;	
}

img {
	margin: 0px;
	padding: 0px;
}

/** Links Page **/
a:link.links, a:visited.links, a:active.links {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

a:hover.links {
	color: #ff9900;
	background-color: #000;
}

a:link.linkpic, a:visited.linkpic, a:active.linkpic {
	width: 404px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
	background-color: #000;
	text-align: center;
}

a:hover.linkpic {
	color: #FF9900;
	background-color: #000;
}

/** Gallery **/

#gallery {
	text-align: center;
}

#gallery p {
	display:inline;
}

#gallery span {
	margin:0 5px 0px 5px;
	vertical-align:top;
	width:160px;
	display:table-cell;
	display:inline-table;
	display:inline-block;
}

#gallery span.home {
	margin:0 5px 0px 5px;
	vertical-align:top;
	width:225px;
	display:table-cell;
	display:inline-table;
	display:inline-block;
}

/** Home Page Thumbnail Links **/
a:link.thumbs, a:visited.thumbs, a:active.thumbs {
	border: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	display: block;
	border: 1px solid #666;
	background-color: #000;
}

a:hover.thumbs {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
	background-color: #000;
	display: block;
	border: 1px solid #000;
}

/** TSM Designs Logo **/
td.design { 
	text-align: center;
	font-size: 13px;
	padding-top: 2px;
	background-image: url('foot.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #666;
	border-bottom: 4px solid #000;
	color: #fff;
}
	
a.design { 
	text-decoration: none; 
	color:#ccc; 
	font-weight:bold; 
}
  	
a:hover.design { 
	text-decoration: underline; 
	color:#FF9900; 
}
  		
/** Menu Styles **/
/** Layer 1 **/
#tablist { 
	margin: 0;
	padding: 0;
	background-image: url('menu.gif');
	background-repeat: repeat-x;
	height: 20px;
}

#tablist li {
	display: inline;
	list-style-type: none;
	float: left;
}

#tablist li a {
	width: 199px;
	vertical-align: center;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	border-left: 1px solid #000;
	cursor: default;
}

#tablist li a:hover, #tablist li a.current {
	background-image: url('menu2.gif');
	background-repeat: repeat-x;
}

/** Layer 2 **/
#tabcontentcontainer {
	font-weight: bold;
	height:18px;
	padding: 2px 0px 1px 70px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #666;
	background-image: url('menu.gif');
	background-repeat: repeat-x;
	font-size: 14px;
}
	
#tabcontentcontainer a:link, #tabcontentcontainer a:visited {
	padding-right: 15px;
	color: #000;
	text-decoration: none;
}
	
#tabcontentcontainer a:hover {
	color: #FF9900;
	background: #000;
}
	
.tabcontent {
	display:none;
}
