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

@import 'typography.css';
@import 'style.css';


*
{
	font-family:  "Helvetica Neue Std", "Helvetica Neue", Helvetica, sans-serif;
}


html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/bodybg.png);
	background-color: #CCC;
	background-attachment: fixed;
}

.background {
	width: 1024px;
	background-image: url(../images/bg2.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#slide {
	background-image: url(../images/slide_drop.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 1024px;
	height: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.bottomShadow {
	background-image: url(../images/work_shad_bottom.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 1024px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
}

#titleImage {
	z-index: 2;
	position: relative;
	top: 42px;
	left: 20px;
}

#titleName {
	z-index: 3;
	position: relative;
	top: -210px;
	left: 799px;
	background-image: url(../images/titleName.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 60px;
}

.artName {
	color: #333333;
	padding-left: 10px;
	padding-top: 11px;
}

#work {
	margin-left: 20px;
	z-index: 1;
	position: relative;
	top: -128px;
	left: 0px;
	width: 994px;
	height: 200px;
}

#bgTop {
	width: 1024px;
	height: 10px;
	background-image: url(../images/bg_top.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	height: 40px;
}

#navigation {
	float: left;
	margin-top: 8px;
}

.contentHolder {
	width: 900px;
	margin-top: 8px;
	margin-left: 120px;
}

.content {
	width: 663px;
	float: left;
	background-color: #CCC;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
}

.content2 {
	width: 200px;
	float: left;
	background-color: #CCC;
	margin-top: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.logo {
	width: 210px;
	height: 210px;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-image: url(../images/logo.png);
}

.button {
	width: 115px;
	height: 52px;
	margin-bottom: 10px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFF;
}

.button:hover {
	background-image: url(../images/button_hover.png);

}

.current {
	width: 115px;
	height: 52px;
	margin-bottom: 10px;
	background-image: url(../images/button_hover.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFF;
}

.navlinks {
	font-size: .95em;
	padding-top: 25px;
	text-align: right;
	margin-right: 20px;
}

.newsSpacer {
	height: 10px;
}

.login {
	width: 115px;
	height: 52px;
	margin-bottom: 10px;
	padding-left: 121px;
	color: #FFF;
}

.spacer2 {
	height: 20px;
}

.spacer3 {
	clear: both;
	height: 10px;
}
