body
{
	background: #000 url('images/backdrop3.jpg') no-repeat scroll top right;
	color:#FFF;
	text-align: center;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/button/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
	padding-top:5px;
	padding-bottom:4px;
    text-decoration: none;
}

a.button span {
    background: transparent url('images/button/bg_button_span.png') no-repeat;
    padding: 5px 0 4px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 4px 18px; /* push text down 1px */
} 

div.cubeContainer
{
	background-image:url('cube_shadow3.png');
	background-repeat:no-repeat;
	background-position:center 288px;
	
	margin: 0 auto;
	margin-left: 35px;
}

#cu3er-container 
{
	width:600px;
	outline:0;
}

#cu3er-containerFront
{
	width:800px;
	outline:0;
}

a
{
	color: #FFF;
	text-decoration: none;
}

h4
{
	font-size:120%;
}

a:hover
{
	color: #ffd674;
	text-decoration: underline;
}

img
{
	border-style: none;
}

img.icon
{
	vertical-align: middle;
}

div.menuItem
{
	float:left;
	padding-right:5px;
	padding-left:5px;
	cursor:pointer;
	font-size:110%;
}

div.menuItem:hover
{
	color: #ffd674;
	text-decoration: underline;
}

div.artistChuck
{
	height:124px;
	width:214px;
	background: transparent url('images/artist-chuck5.png') no-repeat scroll bottom right;
	cursor:pointer;
}

div.artistNigel
{
	height:124px;
	width:214px;
	background: transparent url('images/artist-nigel5.png') no-repeat scroll bottom right;
	cursor:pointer;
}

div.artistJeremy
{
	height:124px;
	width:214px;
	background: transparent url('images/artist-jeremy5.png') no-repeat scroll bottom right;
	cursor:pointer;
}

div.titleText
{
	font-size:200%;
}

div.galleryImage
{
	height:140px;
	width:140px;
	border: 1px solid #000;
	
	margin-right:16px;
	margin-bottom:16px;
	
	float:left;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.galleryImage:hover
{
	border: 1px solid #FFF;
}

.colLeft
{
	width:650px;
	padding-left:10px;
}

.alignLeft
{
	float:left;
}

.colRight
{
	width:210px;
}

.alignRight
{
	float:right;
}

.clearFix
{
	display:block;
}

.columns
{
	margin:0 30px 0 50px;
}

div.content-containerONTOP
{
	width: 500px;
	position: absolute;
	left: 50%;
	z-index:100;
}

div.content-container
{
	width: 500px;
	position: absolute;
	left: 50%;
	z-index:-100;
}

div.content-container2
{
	width: 500px;
	position: fixed;
	left: 50%;
	z-index:-100;
}

div.content
{
	width: 920px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 50px;
	border: 2px solid #ddd;
	
	background: transparent url(images/contentback.png) repeat scroll 0 0;

	-moz-box-shadow:-4px 4px 3px #888888;
	-webkit-box-shadow:-4px 4px 3px #888888;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.contentPortfolio
{
	width: 920px;
	margin: 0 auto;
	margin-top: 190px;
	margin-bottom: 50px;
	border: 2px solid #ddd;
	
	background: #000;
	background-image:url('images/nigeltattooport2.png');
	background-repeat:no-repeat;

	-moz-box-shadow:-4px 4px 3px #888888;
	-webkit-box-shadow:-4px 4px 3px #888888;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.nelsonButton
{
	height:104px;
	width:204px;
	background: transparent url('images/nelson.png') repeat top right;
	cursor:pointer;
	margin:10px 0 0 7px;
	float:left;
}

a.nelsonButton:hover
{
	background-position: bottom right;
	text-decoration:none;
}