@charset "utf-8";

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#canvas {
	left: 0;
	top: 5px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	visibility: visible;
	padding: 0px;
	margin-top: 0px;
}

/* TOP MENU */

#hdr {
	position: absolute;
	top: 0px;
	visibility: visible;
	background-image: url(../templates/t_img/buttons.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#tmnu {
	border: 0px;
}
#tmnu tr {
	margin: 0px;
	padding: 0px;
}
#tmnu td {
	width: 148px;
	vertical-align: middle;
	border-width: 0;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#tmnu a {
	display: block;
	font-weight: bold;
	color: #DCB;
	text-decoration: none;
	text-align: right;
	vertical-align: bottom;
	padding-top: 104px;
	padding-bottom: 5px;
	width: 130px;
	padding-right: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
}
#tmnu :Hover {
	color: #FFF;
}

/* TITLE & CONTENT */

#content {
	position: relative;
	margin: 0px;
	left: 0px;
	top: 140px;
}
H1 {
	display: none;
	margin: 0px;
	padding: 0px;
}
#thm, #tstdio, #tjwlry, #tjkts, #thts, #tsks {
	position: relative;
	height: 97px;
	width: 900px;
	visibility: visible;
	left: 0px;
	top: 0px;
}
#thm {
	background-image: url(../templates/t_img/thome.jpg);
}
#tstdio {
	background-image: url(../templates/t_img/tstudio.jpg);
}
#tjwlry {
	background-image: url(../templates/t_img/tjewellery.jpg);
}
#tjkts {
	background-image: url(../templates/t_img/tjackets.jpg);
}
#thts {
	background-image: url(../templates/t_img/thats.jpg);
}
#tsks {
	background-image: url(../templates/t_img/tsocks.jpg);
}

/* FONTS & LINKS */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #EDC;
}
a {
	font-weight: bold;
	color: #EDC;
	text-decoration: underline;	
}
a:Hover {
	color: #FFF
}
.c {
	text-align: center;
}


/* HOME PAGE */

#hmtxt {
	position: relative;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


/* BOTTOM MENU */

#ftr {
	position: relative;
	top: 140px;
	margin-bottom: 500px;
}
#bmnu {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#bmnu tr {
	margin: 0px;
	padding: 0px;
}
#bmnu td {
	width: 100px;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#bmnu a {
	display: block;
	font-weight: bold;
	color: #DCB;
	text-decoration: none;
	text-align: center;
	vertical-align: center;
	width: 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
}
#bmnu a:Hover {
	color: #000000;
	background-color: #CB9;
}
