@charset "utf-8";
/* CSS Document */

body {
	background-image:url(under_construction.jpg);
	background-color:#1F1F1F;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF
}
.global {
	width:100%
}
.container {
	width:978px
}
.headerLeft {
	background-image:url(layout/header_left.png);
	width:489px;
	height:176px;
	float:left
}
.panes {
	width:978px;
	float:left
}
.headerRight {
	background-image:url(layout/header_right.png);
	width:489px;
	height:176px;
	float:left;
}
.lifeStory {
	background-image:url(layout/left_pane.png);
	background-repeat:no-repeat;
	width:294px;
	height:420px;
	float:left
}
.leftBreak {
	background-image:url(layout/left_break.png);
	background-repeat:no-repeat;
	width:39px;
	height:420px;
	float:left
}
.creative {
	background-image:url(layout/middle_pane.png);
	background-repeat:no-repeat;
	width:294px;
	height:420px;
	float:left
}
.rightBreak {
	background-image:url(layout/right_break.png);
	background-repeat:no-repeat;
	width:39px;
	height:420px;
	float:left
}
.showcase {
	background-image:url(layout/right_pane.png);
	background-repeat:no-repeat;
	width:312px;
	height:420px;
	float:left
}
.footer {
	background-image:url(layout/footer.png);
	width:978px;
	height:46px;
	float:left
}
.textBox {
	margin-top:20px;
	margin-left:25px;
	margin-right:21px;
	font-size:15px
}
.photoBox {
	width:95px;
	height:125px;
	float:right
}
.artBox {
	width:270px;
	margin-top:24px;
	margin-left:30px;
	margin-right:16px;
}
.bullet {
	font-weight:bold;
	color:#1469B8
}
a:link, a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#1469B8
}
a:hover {
	color:#FF9600
}
#lightsOff {
visibility: hidden;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
filter: alpha(opacity=80);
-moz-opacity: .8;
opacity: .8;
z-index: 9;
}
#artWindow{
position: fixed;
top: 30%;
left: 50%;
margin-top: -111px;
visibility: hidden;
border: 1px solid #EEE;
background-image: url(layout/bg_tile.jpg);
padding: 20px;
z-index: 10;
font-family:Verdana, Geneva, sans-serif;
font-size: 15px;
}