/* CSS Document */
body {
	background: #ccc;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "sans-serif";
	font-size: 10px;
	color: #666;
}


.bg {
	background-color: #d7d0b6;
	background-image: url(pinstrip_BG.jpg);
	background-repeat:repeat;
}

.text {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}


a:visited {
	text-decoration: none;
	color: #6B723C;	
}

a:active {
	text-decoration: none;
}
a:hover {
	color: #9FC061;
	text-decoration: underline;
	text-transform: uppercase;	
}
.main_box {
	width: 690px;
	position: center;
}
.floatbox {
	background-image: url(images/header_1.jpg);
	background-repeat: repeat-x;
	height: 31px;
  }
.header1 {
	background-image: url(images/header_1.jpg);
	background-repeat: repeat-x;
	height: 31px;
  }
  .header2 {
	background-image: url(images/header_2.jpg);
	background-repeat: repeat-x;
	height: 94px;
  }
  .nav {
     width:250px;
	 height: 400px;
}
.frontbgpic {
    background-image: url(images/front_mouse.jpg);
	height: 400px;
	}
	.fronttext {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 150px;
	left: auto;
	right: inherit;
	}
	
	#showCaseContainer {
	width: 749px;
	float:left;
	height: 39px;
	overflow: hidden;
	background-image:url(images/menu2.jpg)
}

.showCase {
	width: 120px;
	height: 50px;
	float: left;
	overflow: hidden;
}

.portfolioButton {
	position: relative;
	width:158px;
	height:40px;
	top: 0px;
	float: left;
	color: #444;
	padding: 2px 7px;
	text-decoration: none;
	background-image:url(images/blank.png)
}

.homeButton {
	position: relative;
	width:158px;
	height:49px;
	top: 0px;
	float: left;
	color: #444;
	padding: 2px 7px;
	text-decoration: none;
	background-image:url(images/blank.png)
}

.artistButton {
	position: relative;
	width:158px;
	height:49px;
	top: 0px;
	float: left;
	color: #444;
	padding: 2px 7px;
	text-decoration: none;
	background-image:url(images/blank.png);
	
}

.contactButton {
	position: relative;
	width:158px;
	height:49px;
	top: 0px;
	float: left;
	color: #444;
	padding: 2px 7px;
	text-decoration: none;
	background-image:url(images/blank.png);
	background-repeat:no-repeat;
}


