@charset "UTF-8";
/* CSS Document */

img, div, a { behavior: url(../iepngfix.htc) }

body,td,th {
	font-family:"Courier New", Courier, monospace;
	font-size: .9em;
	color: #1b1714;
}
body {
	background:#2a2c27 url(../images/main_bg_v2.jpg) no-repeat center;
	margin: auto;
	overflow:hidden;
	width:100%;
	height:100%;
}
a {
	color: #5e5442;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5e5442;
}
a:hover {
	text-decoration: none;
	color: #ad2105;
}
a:active {
	text-decoration: none;
	color: #5e5442;
}

#wrapper {
	width:455px;
	height:306px;
	margin:24px 51px 0 0;
}
#nav a span, #nav a em { display:none; }

.drawing_link {
	width:134px;
	height:180px;
	z-index:1;
	position:relative;
}
.drawing_link span {
	display:block;
}
.drawing_link a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../images/nav2/drawing.png) no-repeat;
}
.drawing_link a:hover {
	background: url(../images/nav2/drawing_over.png) no-repeat;
}

.bio_link {
	width:134px;
	height:88px;
	z-index:1;
	position:relative;
}
.bio_link span {
	display:block;
}
.bio_link a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../images/nav2/bio.png) no-repeat;
}
.bio_link a:hover {
	background: url(../images/nav2/bio_over.png) no-repeat;
}

.small_link {
	width:150px;
	height:140px;
	z-index:1;
	position:relative;
}
.small_link span {
	display:block;
}
.small_link a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../images/nav2/small.png) no-repeat;
}
.small_link a:hover {
	background: url(../images/nav2/small_over.png) no-repeat;
}

.large_link {
	width:150px;
	height:133px;
	z-index:1;
	position:relative;
}
.large_link span {
	display:block;
}
.large_link a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../images/nav2/large.png) no-repeat;
}
.large_link a:hover {
	background: url(../images/nav2/large_over.png) no-repeat;
}


.chiminea_link {
	width:107px;
	height:165px;
	z-index:1;
	position:relative;
}
.chiminea_link span {
	display:block;
}
.chiminea_link a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../images/nav2/chiminea.png) no-repeat;
}
.chiminea_link a:hover {
	background: url(../images/nav2/chiminea_over.png) no-repeat;
}


.contact_link {
	width:107px;
	height:93px;
	z-index:1;
	position:relative;
}
.contact_link span {
	display:block;
}
.contact_link a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url(../images/nav2/contact.png) no-repeat;
}
.contact_link a:hover {
	background: url(../images/nav2/contact_over.png) no-repeat;
}



.hiddenPic {display:none;}

.left {
	float:left;
	clear:both;
}
.right {
	float:right;
	clear:both;
}

/* ~~~~~~~~~~~~~~~~~~~~ taggstudios ~~~~~~~~~~~~~~~~~~~~~~ */
a span, a em { display:none; }

#taggwrapper {
	padding:88px 0 0 0;
}
.taggstudios {	width:135px; height:22px;
}
.taggstudios span { display:block;
}
.taggstudios a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url( '../images/tagg_studios.png' ) no-repeat left top;
}
.taggstudios a:hover {
	background: url( '../images/tagg_studios.png' ) no-repeat right top;
}
